[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: OpenGLES bindings?
- From: "Nick Trout" <nick@...>
- Date: Wed, 22 Sep 2004 10:01:15 -0700
> Does anyone know where I can get some decent Lua bindings for
OpenGL-ES
> (the
> embedded subset of OpenGL)? Failing that, what about some decent
OpenGL
> bindings? I'm looking for something that provides a thin a layer as
> possible
> to the underlying library.
>
> Has anyone tried writing a complete OpenGL program in Lua? If so, what
> kind of
> performance hit are you seeing by making the main loop Lua rather than
C?
Have a look at http://doris.sf.net/ It offers some of what you want.
Nick