Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 298 Bytes

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