On 2/11/2015 9:41 AM, Carsten Haitzler wrote:
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.
Carsten,
Sounds good for creating a new application.
I was investigating the work required to port an existing application.
I noticed the EGL and GLES libraries exist on the tizen platform emulator.
I was thinking of writing a wrapper library, that implements GLES2.0
around evas_gl. A Tizen application has it's own lib directory, if I
install the wrapper library into this directory, will it be resolved
instead of the system GLES libraries?
Thanks,
Peter.
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev