lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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