https://github.com/rvba/lud
Lud is a Lua 3D editor
https://github.com/rvba/lud
cad editor lua modeling parametric
Last synced: 8 months ago
JSON representation
Lud is a Lua 3D editor
- Host: GitHub
- URL: https://github.com/rvba/lud
- Owner: rvba
- License: gpl-2.0
- Created: 2017-09-12T15:40:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T09:18:47.000Z (over 8 years ago)
- Last Synced: 2024-01-29T07:33:53.867Z (almost 2 years ago)
- Topics: cad, editor, lua, modeling, parametric
- Language: C
- Homepage: http://codework.cc
- Size: 20.5 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lud
Lud is a Lua 3D editor
[](https://travis-ci.org/rvba/lud)

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