PC Games
• Orb Tutorials
• 2D shoot 'em up Latest Updates
SDL2 Versus game tutorial
Download keys for SDL2 tutorials on itch.io
The Legend of Edgar 1.37
SDL2 Santa game tutorial 🎅
SDL2 Shooter 3 tutorial
Tags • android (3) • battle-for-the-solar-system (10) • blob-wars (10) • brexit (1) • code (6) • edgar (9) • games (43) • lasagne-monsters (1) • making-of (5) • match3 (1) • numberblocksonline (1) • orb (2) • site (1) • tanx (4) • three-guys (3) • three-guys-apocalypse (3) • tutorials (17) • water-closet (4) Books Alysha When her village is attacked and her friends and family are taken away to be sold as slaves, Alysha Tanner sets out on a quest across the world to track them down and return them home. Along the way, she is aided by the most unlikely of allies - the world's last remaining dragon. |
SDL2 tutorials updated with cmake Sat, 13th August 2022All the tutorials have now been updated to use cmake, to help make compiling them on different platforms a bit easier. So, when compiling the code, one would now use: cmake CMakeLists.txt, followed by make or mkdir build The latter will result in a tidier build, with all the cmake-related gubbins being stored in the build directory. The binary itself will be created alongside the CMakeLists.txt file, and also relative to the assets. IDEs such as VSCode also have support for cmake, and should produce the binaries in the expected manner. The code itself has also been reformatted and styled, although this won't have any impact on the tutorial pages themselves; the logic in the functions remains identical. The new archives have been uploaded to both itch.io and our own site. Related News
SDL2 Versus game tutorial
Download keys for SDL2 tutorials on itch.io
SDL2 Santa game tutorial 🎅
SDL2 Shooter 3 tutorial
SDL2 map editor tutorial [UPDATED]
|