An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Lud

Lud is a Lua 3D editor

[![Build Status](https://travis-ci.org/rvba/lud.svg?branch=master)](https://travis-ci.org/rvba/lud)

![Lud](http://rvba.fr/lud.jpg)

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