Hello
I have released a simple C GUI for Linux that use the web browser to render the GUI
i tried irrlicht 01.HelloWorld example with it and works, more or less
i just modified 01.HelloWorld (with a trick) to allow render the scene to an image so the rendering is not really on the browser
I do not know if it could be of any use, anyway if some is interested in it can be found there :
https://sourceforge.net/projects/htmgui/
for now ti support:
- input text
- check box
- button
- immages
- tables
- a html template to positioning the GUI elements.
Cheers