Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I mainly use Unity but I wrote my most recent project using GLFW and SDL 2. My game runs at a stable framerate on my slow dual-core laptop and using OpenGL allowed me to achieve a vector graphics aesthetic without much hassle. Unity likes to crash a lot on Linux which is not great.

Sdl and Opengl are very useful