• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle













  • SDL is Simple Direct-media Layer (I think) and is a low level c++ frame work for writing games and multimedia applications. I wrote everything from the main loop to sprite animation classes, smoothing, serialisation, menus etc. etc. Great fun to have total control but also a pain, so Godot is a joy though I might investigate c++ to supplement gdscript as I’m not really into the python style (yet). Have a look at SDL here https://www.libsdl.org/


  • Awesome, keep at it. I have a on/off relationship with game dev, as my day job is programming so it often feels like a bus man’s holiday to spend more hours at the keyboard, but the results are fun. Currently trying out some old ideas with latest Godot. Much easier than SDL and writing everything myself in c++ which I’ve done before.