Re: [E-devel] Platform specific engine new function

2013-02-25 Thread Diogo Dutra
Hello guys, have you look the projects http://python-for-android.readthedocs.org/en/latest/ , http://pyjnius.readthedocs.org/en/latest/ and http://kivy.org/ ? they use SDL and opengles. > Am Tue, 19 Feb 2013 15:23:16 +0900 schrieb Carsten Haitzler (The > Rasterman): > > On Mon, 18 Feb 2013 23:22:0

Re: [E-devel] Platform specific engine new function

2013-02-19 Thread The Rasterman
On Tue, 19 Feb 2013 21:29:29 +0100 Andreas Volz said: > Am Tue, 19 Feb 2013 15:23:16 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > On Mon, 18 Feb 2013 23:22:09 +0100 Andreas Volz > > said: > > > > > Hello, > > > > > > while writing a new Android engine I don't see how you set the >

Re: [E-devel] Platform specific engine new function

2013-02-19 Thread Andreas Volz
Am Tue, 19 Feb 2013 15:23:16 +0900 schrieb Carsten Haitzler (The Rasterman): > On Mon, 18 Feb 2013 23:22:09 +0100 Andreas Volz > said: > > > Hello, > > > > while writing a new Android engine I don't see how you set the > > platform specific engine new function. e.g. for FB in ecore_evas.h > >

Re: [E-devel] Platform specific engine new function

2013-02-18 Thread The Rasterman
On Mon, 18 Feb 2013 23:22:09 +0100 Andreas Volz said: > Hello, > > while writing a new Android engine I don't see how you set the platform > specific engine new function. e.g. for FB in ecore_evas.h > > EAPI Ecore_Evas * > ecore_evas_fb_new(const char *disp_name, int rotation, int w, int h) >

[E-devel] Platform specific engine new function

2013-02-18 Thread Andreas Volz
Hello, while writing a new Android engine I don't see how you set the platform specific engine new function. e.g. for FB in ecore_evas.h EAPI Ecore_Evas * ecore_evas_fb_new(const char *disp_name, int rotation, int w, int h) In this case there're only basic types. But for the case that I have a s