celisej567/bobr — reverse-engineered prompt
Reverse engineered prompt
I want a small C++ desktop app called bobr using SDL3. Set it up so I can build it with CMake on my machine, copy the resources into the build output, and run a launch executable from the output folder.
Keep it simple and make sure the app starts cleanly, opens an SDL window, loads any files it needs from a resources folder, and exits properly. Include a straightforward README with the exact commands to make a build folder, run cmake, build it, copy resources, and start it.
Don’t overcomplicate the design or add features that aren’t needed. The main goal is that the project compiles and runs reliably. If SDL3 setup details have changed, look up the current docs online and adjust the setup so it works.
Want more depth? Deep Reverse