ldraw library and tools with version control
Go to file
Laurens Valk 8492225151
parts: Include unofficial lsynth parts.
This includes the required parts to view LDraw files
generated by lsynth.

Including it in the parts folder ensures that all LDraw tools
can find them without special configuration. Since this is Git,
there is no penalty in doing this, because this commit can
just be reverted if needed.

This is mainly for convenience, so that it is no longer required to
search the web for three different zip archives and unpack them in
specific locations just to make lsynth work.
2020-09-20 22:47:17 +02:00
lsynth lsynth: Document how to recreate examples. 2020-09-20 21:49:27 +02:00
mklist mklist: Document usage. 2020-09-20 21:23:33 +02:00
mlcad mlcad: Document usage. 2020-09-20 22:36:43 +02:00
models parts: LDraw 2020-02 update. 2020-09-19 23:27:41 +02:00
p parts: LDraw 2020-02 update. 2020-09-19 23:27:41 +02:00
parts parts: Include unofficial lsynth parts. 2020-09-20 22:47:17 +02:00
.gitignore mlcad: Document usage. 2020-09-20 22:36:43 +02:00
CAlicense.txt parts: LDraw 2008-01 update. 2020-09-19 23:25:27 +02:00
CAreadme.txt parts: LDraw 2008-01 update. 2020-09-19 23:25:27 +02:00
LDCfgalt.ldr parts: LDraw 2020-01 update. 2020-09-19 23:27:41 +02:00
LDConfig.ldr parts: LDraw 2020-01 update. 2020-09-19 23:27:41 +02:00
LDConfig_TLG.ldr parts: LDraw 2009-03 update. 2020-09-19 23:26:34 +02:00
README.md README: Initial introduction. 2020-09-20 16:30:03 +02:00
Readme.txt parts: LDraw 2010-02 update. 2020-09-19 23:27:35 +02:00
mklist.exe parts: LDraw 2010-02 update. 2020-09-19 23:27:35 +02:00

README.md

LDraw

This is a mirror of the LDraw LEGO parts library available at ldraw.org. It is the same collection of parts, but with all the benefits of version control. See also the original LDraw 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 source code. The exe files are unchanged.
  • Includes lsynth source code and dependencies.