Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Full UI widget toolkit rendering in WebGL

Is there currently any full widget toolkit providing components rendering in WebGL only? Similar to the ZebraUI project, which renders a full UI component set in HTML5 canvas?

Screenshot of Zebra UI toolkit rendering in HTML5 canvas

The idea is to write pure JavaScript, and still be able to shaders to render the components.

like image 508
raju-bitter Avatar asked Aug 11 '15 16:08

raju-bitter


1 Answers

There is a new open source project which supports complete rendering of all widgets using WebGL: The DreemGL toolkit. Here is a screenshot of a DreemGL application. All UI elements are rendered using WebGL (including fonts). It's still alpha or beta quality.

DreemGL application rendering the full UI in WebGL

like image 187
raju-bitter Avatar answered Oct 12 '22 15:10

raju-bitter