Hacker News new | ask | show | jobs
by Narishma 3619 days ago
> Also how similar is Vulkan to SDL?

They are not. You use SDL to create and manage your window and handle input, and use Vulkan or OpenGL to draw to that window.

1 comments

That makes a lot more sense. Thanks!