c++ - a GUI on top of EGL? -
looks egl next popular standard interfacing "gui window" graphical server, question is: there gui framework, maybe in c++, able create widgets , nice gui on top of egl ?
i'm excluding gtk, qt, wx, different reasons , don't fit i'm asking here.
i think you've made incorrect assumption egl is, egl merely standard interface frameubber configurations, native buffers such pixmaps, windows , rendering contexts, infact similar wgl , glx provides, , extent modeled mirror these api's. in days meant interface on mobile devices nowdays seeing more , more implementations arriving on desktop, supporting full opengl profile rather opengl es.
so means gui framework uses of client api's egl supports applicable question, there many of them here's few examples of such libraries gwen, glam, librocket
Comments
Post a Comment