this post was submitted on 07 Sep 2024
389 points (98.5% liked)

196

16233 readers
1700 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 week ago

I started to learn OpenGL a few months ago and it is the recommended library to learn because most of the steps in the pipeline are already managed by OpenGL itself. You still need to code some steps but nothing too complicate, even to render a basic triangle in Vulkan is cumbersome so at the same time is easier to screw up and then understanding the root cause in the pipeline since you have to do a lot of stuff by yourself.