lua-users home
lua-l archive

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


Your best bet is to build them from source.

This is the only Lua glut binding I could find: https://github.com/LuaDist/luaglut
I don't know if it binds the function you need.

You may need to install the Windows 7 SDK to get the OpenGL libraries to link luaglut to. You might also need to rebuild Lua if you don't have the same compiler it was built with top build the libraries, but I'm not sure about this.