On Mon, 02 Nov 2015 09:24:23 +1000 Peter <[email protected]> wrote: > Is there a platform independant way of obtaining a Window and binding > the EGL display to it without using EFL on Tizen? > > Is there a possiblity of Tizen supporting OpenKODE from Khronos in > the future?
no. evas_gl replaces egl. it's done this way because there are so many other things you want to use the widget infrastructure for like indicator, kbd handling (eg sizing content to move out of the way of the kbd) etc. and if you use evas_gl you can merge both ui, widgets gl api. you simply need to change the egl parts (it's actually less work using elm_glview than using egl - by far) and ensure your rendering all happens in the render callback. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
