Skip to content

rvba/lud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lud

Lud is a Lua 3D editor

Build Status

Lud

git clone https://github.com/rvba/lud.git
cd lud
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make