[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Design mistakes in mixed C/C++ and Lua projects (was: How can I be sure LuaJIT is working?)
- From: Patrick Donnelly <batrick@...>
- Date: Thu, 20 Oct 2011 21:47:24 -0400
On Thu, Oct 20, 2011 at 9:37 PM, Xavier Wang <weasley.wx@gmail.com> wrote:
> - write it in pure Lua? first is the speed, maybe LuaJIT may fast,
> then, using Lua to do actually render?
Yes! Use LuaJIT 2.x with FFI. I believe plenty of people have already
have opengl FFI bindings written. Just google around. With the FFI, it
should be lightning fast...
--
- Patrick Donnelly