Giuseppe-Bianc/Vulktrt — reverse-engineered prompt
Reverse engineered prompt
Build me a small C++ Vulkan tutorial project that I can actually compile and run locally. I want it to open a window, initialize Vulkan properly, load the needed shaders and assets, and show a simple rendered scene so I can learn from the code while seeing something on screen.
Please keep the code organized and readable, with clear names and comments where the Vulkan setup gets confusing. Add simple build instructions in the README, including dependency setup, normal build steps, Docker if that is useful, and basic troubleshooting for common Vulkan driver or SDK problems.
Set it up like a real starter project, with CMake, formatting checks, tests where they make sense, and a clean folder layout for source, headers, shaders, models, and build configuration. Don’t overcomplicate it, but make it solid enough that I can use it as a base for learning Vulkan. Look up current Vulkan and CMake docs online if you need to.
Want more depth? Deep Reverse