Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If it's not to much to ask, how did you code the GUI (did you use a library and if so what library or render png to plane).

Hi. I've created my own small UI library for my game engine. Basically I just create lists of things and render them directly through OpenGL.

Thanks