[E-devel] [RFC] ELM GLView

2011-05-12 Thread Sung W. Park
Hi all, As you all know, I've been working on adding GL rendering features to Evas and we now have an early working version of Evas_GL in the svn. Since then, there's been a request from people around me for an elementary widget that allows simple GL rendering. Since Evas_GL can be seen as a low

Re: [E-devel] [RFC] ELM GLView

2011-05-12 Thread Gustavo Lima Chaves
* Sung W. Park [2011-05-13 00:00:50 +0900]: > Hi all, > > As you all know, I've been working on adding GL rendering features to Evas and > we now have an early working version of Evas_GL in the svn. > > Since then, there's been a request from people around me for an > elementary widget that > a

Re: [E-devel] [RFC] ELM GLView

2011-05-18 Thread The Rasterman
On Fri, 13 May 2011 00:00:50 +0900 "Sung W. Park" said: ok. missing the focus hook thing u'd need if u want key events to work... display_func -> render_func_set() probably better. z_get probably can be skipped if really too much of a pita. whats the gl_func_call api for.. why pass the func - u

Re: [E-devel] [RFC] ELM GLView

2011-05-19 Thread Sung W. Park
Thanks for your comments. Ok, I've added a focus_hook so it now handles events properly. Now the elmglviewgears handles key events and mouse events. You can rotate it using "Left,Right,Up,Down Arrows" or use the mouse and drag it. It doesn't actually have a real trackball feature implemented so

Re: [E-devel] [RFC] ELM GLView

2011-05-31 Thread The Rasterman
On Thu, 19 May 2011 16:37:11 +0900 "Sung W. Park" said: ok - started looking at this :) ummm... 3:58PM ~/elmglview > ELM_ENGINE=gl ./elmglviewgears vertex shader info: fragment shader info: info: ERR<28146>:evas-gl_x11 evas_engine.c:2582 eng_gl_make_current() xxxMakeCurrent () failed! ?

Re: [E-devel] [RFC] ELM GLView

2011-05-31 Thread The Rasterman
On Thu, 19 May 2011 16:37:11 +0900 "Sung W. Park" said: 1. func_set for setting render func.. :) 2. fixes for size set for setting native buffer resolution/size - changing obj size by a resize is not the way to go. 3. changes in policies were not enacted always. now they are. 4. a DEFAULT 64x64

Re: [E-devel] [RFC] ELM GLView

2011-06-03 Thread The Rasterman
On Thu, 19 May 2011 16:37:11 +0900 "Sung W. Park" said: just put it in svn now. yay! :) thanks! :) > Thanks for your comments. > > Ok, I've added a focus_hook so it now handles events properly. Now > the elmglviewgears > handles key events and mouse events. You can rotate it using > "Left,Rig

Re: [E-devel] [RFC] ELM GLView

2011-06-06 Thread Sung W. Park
awesome! I guess we now have to make sure this thing is stable. =) On Fri, Jun 3, 2011 at 4:09 PM, Carsten Haitzler wrote: > On Thu, 19 May 2011 16:37:11 +0900 "Sung W. Park" > said: > > just put it in svn now. yay! :) thanks! :) > > > Thanks for your comments. > > > > Ok, I've added a focus_