Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 506 Bytes

A wrapper to luagl. Contributions from Jonathan Tompson and Kristofer Schlachter. See readme.txt for original authors of LuaGL.

This is a modified version of the LuaGL source code to make it compatible with torch7.

See http://luagl.sourceforge.net/ for more information.

Their license is the MIT License.


#Installing into torch luarocks make luagl-1-02.rockspec


use the libraries by:

require('libLuaGlut')
require('libLuaGL')
require('libLuaGlu')