Hacker News new | ask | show | jobs
by krapp 3491 days ago
Basic project template for compiling SDL2 projects with related libraries and Lua in C++ on Windows: https://bitbucket.org/kennethrapp/sdl_mingw32

It's a batch file that creates project directories, calls a makefile that builds the thing, and then copies the dlls to the build path. Ugly, and probably wrong in any number of ways I'm unaware of, but it works. Once i'm happy with this, I'm planning to get some basic games cloned in C++ and Unity, using it to generate projects.

Also cloning HN in Hack, but don't expect to see that anytime soon, since I can't find anywhere to host it.