README: Initial introduction.

This commit is contained in:
Laurens Valk 2020-09-20 00:06:50 +02:00
parent 428db3f37a
commit e51928603d
No known key found for this signature in database
GPG Key ID: C5FCCBB5E9FB117A
2 changed files with 18 additions and 2 deletions

View File

@ -1,2 +1,18 @@
# ldraw
ldraw library and tools with version control
# LDraw
This is a mirror of the LDraw LEGO parts library available at [ldraw.org](https://www.ldraw.org/). It is the same collection of parts, but with all the benefits of version control. See also the original LDraw [Readme.txt](Readme.txt).
### Usage
```
git clone https://github.com/pybricks/ldraw.git
```
This creates the `ldraw` folder. Use it like you always do.
### Changes compared to the official `complete.zip` parts pack:
- Full Git history since the 2008 re-release.
- Fixed [`mklist`](./mklist) source code. The `exe` files are unchanged.
- Includes [`lsynth`](./lsynth) source code and dependencies.

0
lsynth/README.md Normal file
View File