https://github.com/timonf/bricklib
Can convert LEGO Digital Designer files to BrickLink XML files
https://github.com/timonf/bricklib
bricklink ldd ldraw lego lego-digital-designer lxfml
Last synced: about 1 year ago
JSON representation
Can convert LEGO Digital Designer files to BrickLink XML files
- Host: GitHub
- URL: https://github.com/timonf/bricklib
- Owner: timonf
- License: other
- Created: 2018-06-05T18:57:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T17:10:48.000Z (about 8 years ago)
- Last Synced: 2025-02-09T08:39:56.434Z (over 1 year ago)
- Topics: bricklink, ldd, ldraw, lego, lego-digital-designer, lxfml
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BrickLib
========
This is a small library written in PHP to utilize LEGO brick lists. BrickLib is able to convert CSV files, LDD files and
LDraw files into BrickLink XML file format.
Why?
----
BrickLink is also able to import LDD or LDraw files directly. But I got often errors like “Part not found in catalog.
item No:28327” or “Please fix the following duplicates: Item No: 3001, Color: 85”. For this reason I developed my own
converter, which should avoid those errors. If you still get errors on BrickLink, please open an issue on GitHub!
Usage
-----
bin/convert tests/data/rainbow.lxf > bricklinklist.xml
Make sure, you run `composer install` before (to enable autoloading).
Disclaimer
==========
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize, or endorse this project.