logoalt Hacker News

groundzeros2015last Sunday at 2:12 PM3 repliesview on HN

You could make an entire 2D game using the SDL API without OpenGL/vulkan.


Replies

creatonezlast Sunday at 6:16 PM

Minecraft essentially only uses GLFW (and now SDL3) to create the window and accept input. The game itself is essentially coded in raw OpenGL (and now vulkan).

mort96last Sunday at 2:18 PM

Are they going to do that? If not, that's not the reason they're doing this either

chlorionyesterday at 3:02 PM

You can make an entire 3d game using SDL3 as well, without opengl or vulkan, using the new GPU API!