Re: [E-devel] a guide request about windows transition effects

2009-01-17 Thread Veli Ogla Sungutay
No Vincent says you can use the OpenGL hardware acceleration for *2d*. Evas doesn't do 3D. Evas doesn't have the z coordinate. We can however fake 3D with perspective and we need a Transformation Matrix for rotation/scale/translation. In your Evas.h look for evas_transform_*. But they're not im

Re: [E-devel] a guide request about windows transition effects

2009-01-17 Thread Oguz Yarimtepe
On Fri, 2009-01-16 at 18:10 +0100, Vincent Torri wrote: > no possible 3d (for now ?). We can use open gl hardware acceleration > for > the 2d. So if i enabled the gl support while compiling EFL and install required libraries may i have 3D abilities while using EFL? Dont forget that i am using Dir

Re: [E-devel] a guide request about windows transition effects

2009-01-17 Thread Oguz Yarimtepe
On Fri, 2009-01-16 at 18:00 +0200, Veli Ogla Sungutay wrote: > Hi Oguz, > > Evas doesn't have a Matrix Class so 3D is out of the question unless > you use image sequences. > If you look at Evas.h you can see the matrix routines though, Gustavo > had told me that they will be implemented in the fu

Re: [E-devel] (third) patch for Elementary on Windows XP

2009-01-17 Thread Vincent Torri
third patch. I now export the elm_main symbol in test.c and it seems to work so the patch should be good enough to be pushed in svn raster ? Vincent new patch: i forgot to update elementary.pc.in Vincent On Sat, 17 Jan 2009, Vincent Torri wrote: Hey, as i was on Windows today, i trie

Re: [E-devel] patch for Elementary on Windows XP

2009-01-17 Thread Vincent Torri
>> as i was on Windows today, i tried to port elementary on windows XP. The >> patch is attached. >> >> Some remarks: >> >> 1) i had to remove EAPI from elm_main in test.c. I don't understand why it >> should be visible... > > ok. this needs to be visible. the reason is that it (will be/is) used f

Re: [E-devel] (new) patch for Elementary on Windows XP

2009-01-17 Thread Vincent Torri
new patch: i forgot to update elementary.pc.in Vincent On Sat, 17 Jan 2009, Vincent Torri wrote: Hey, as i was on Windows today, i tried to port elementary on windows XP. The patch is attached. Some remarks: 1) i had to remove EAPI from elm_main in test.c. I don't understand why it sh

Re: [E-devel] patch for Elementary on Windows XP

2009-01-17 Thread The Rasterman
On Sat, 17 Jan 2009 11:35:45 +0100 (CET) Vincent Torri babbled: > > Hey, > > as i was on Windows today, i tried to port elementary on windows XP. The > patch is attached. > > Some remarks: > > 1) i had to remove EAPI from elm_main in test.c. I don't understand why it > should be visible...

[E-devel] patch for Elementary on Windows XP

2009-01-17 Thread Vincent Torri
Hey, as i was on Windows today, i tried to port elementary on windows XP. The patch is attached. Some remarks: 1) i had to remove EAPI from elm_main in test.c. I don't understand why it should be visible... 2) I use the directdraw engine. 3) there is a problem with shapes, as the shapes