The html tag has no wiki summary.
1
vote
1answer
186 views
Draw user interface in OpenGL using web technologies
I am developing a desktop game in C++ and OpenGL. Frameworks I use are GLM and SFML. Since today I used the console window for debug messages. But I want to get rid of that and display debug ...