A Perk of Using WebGL
Thursday, November 28th 2013
I’ve recently been testing with WebGL for a project, and one of the pretty cool perks is that you can just use regular HTML/CSS/JS to create your GUIs. In this quick test, I made a simple chat window for the UI.
When I used Ogre3D, I knew about some libraries such as Navi that embed Mozilla/Chromium, but I always assumed they were more work then the time saved. Having now used HTML to create a GUI, I think I’ve changed my mind about that.
#game-dev #webgl