From: "Sung W. Park" <sungwoo@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Jun 2011 07:09:25 +0000 (07:09 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Jun 2011 07:09:25 +0000 (07:09 +0000)
commitba925bd3e81698bd426313b8e6f3583fff092e69
treea47724d97ae4a0d087ad6c570220901e445c50e5
parent03471b8afa352324ed9f017dadd397894bed95e9
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: Re: [E-devel] [RFC] ELM GLView

Elementary GLview wiedget giving simplified access to do opengl
drawing in a widget in elm so you pretty much do no work to set it up
and just provide a render function to draw the contents when it needs
drawing. Thanks to Sungwoo Park and Samsung

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59909 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
src/bin/Makefile.am
src/bin/test.c
src/bin/test_glview.c [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_glview.c [new file with mode: 0644]