66

Not sure if this goes here or not? but ive dabbled a little here and there with different things but i lack like every skill to make a game. Im wondering what aspect or skill is worth getting better at, for gamedev?

I cant code, i cant draw/3d art, i cant make music, im bad with ideas, etc.

Where do i even begin or what would you advise?

you are viewing a single comment's thread
view the rest of the comments
[-] ulterno@programming.dev 1 points 17 hours ago

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.

[-] pseudo@jlai.lu 1 points 16 hours ago

Thank you for explaning it to me.

this post was submitted on 13 Feb 2026
66 points (95.8% liked)

Programming

25545 readers
1012 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