68
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 13 Feb 2026
68 points (97.2% liked)
Programming
25539 readers
986 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
From a programming point, SDL 3 is a good starting point, if you are doing C or C++.
It is not a game engine in itself, but a library that can help make an engine or a game directly (you don't really need an engine), so it is as "from scratch" as I would recommend going. Furthermore, it is also made to directly support Vulkan, OpenGL etc, so you can try those out.
The +ive part of that is, you are not attaching yourself to any particular engine and you can use it to understand the underlying concepts behind game programming.
The -ive is that you can't claim being experienced in any particular game engine, so the job boards asking for "Unreal Engine Developer" or "Unity" developer are inaccessible.
Another point of game programming is that it also has use in making stuff like simulators and that is where the real money lies, if you are willing to work for the military.
Thank you for explaning it to me.