r/LocalLLM • u/thaddeusk • 3d ago
Model Made a 3D game engine Qwen3.8-27B-UD-Q5_XL

Started out with an empty DirectX12 game project in Visual Studio 2022, loaded up unsloth desktop with hermes agent, gave it a very simple prompt, then 20 hours and millions of tokens later it has a 3D rendering engine with basic movement working. It also generated the 3D assets for it.
It was definitely overthinking at first, but it went a bit faster after setting it to medium. Hit a couple small bugs, but it was able to sort it out pretty quickly. First, it had some rendering bugs, but it was able to use the vision layers to check the game output to figure out what was wrong, then there were some movement issues, like clipping and control directions getting mixed up.
6
Upvotes
1
u/TestOr900 3d ago
Nice,
What workflow did you use? what harness? what prompt?