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
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
>
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
> >
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)
>
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