top | item 41268074

(no title)

joshcryer | 1 year ago

ImGUI generally runs on GLFW and there is even a port to html5: https://github.com/jnmaloney/WebGui

ImRAD appears to be based on GLFW as well so one would only have to follow a tutorial: https://uncovergame.com/2015/01/21/porting-a-complete-c-game...

discuss

order

jasonjmcghee|1 year ago

WebGL2 is a thing now so some of what that blog discusses isn't as bad anymore, in terms of shader support.

Mind blowingly, webgl + Mac + integer textures still don't work afaik.