LIC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''LIC (Lego Instructions Creator)''' is a program for creating LEGO instructions. == Download == The official site of LIC is * https://code.google.com/archive/p/lic/ == S...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''LIC (Lego Instructions Creator)''' is a | [[Image:LIC.png]] | ||
'''LIC (Lego Instructions Creator)''', developed by Jeremy Czajkowski, | |||
is a cross-platform, Python, [[OpenGL]] & [[Qt]] powered desktop application | |||
for creating and editing LEGO instruction books. | |||
LIC imports 3D [[model]]s, organizes them into submodels, pages & steps, | |||
and exports the end result as images or [[PDF]]. | |||
A rich, [[WYSIWYG]] [[UI]] editor, which provides a fully interactive preview window along side a drag & drop-enabled navigation tree, | |||
to help organize and layout your book. Portions of LIC are based on work of Remi Gagne. | |||
== Download == | == Download == | ||
Original homepage: | |||
* http://bugeyedmonkeys.com/lic_info/ | |||
LIC first was developed at | |||
* https://code.google.com/archive/p/lic/ | * https://code.google.com/archive/p/lic/ | ||
The author then moved over the code to github: | |||
* https://github.com/remig/lic | |||
As of 2018, he is working on a web-based rewrite called [[Web LIC]]. | |||
== See Also == | == See Also == |
Latest revision as of 09:33, 10 May 2018
LIC (Lego Instructions Creator), developed by Jeremy Czajkowski, is a cross-platform, Python, OpenGL & Qt powered desktop application for creating and editing LEGO instruction books.
LIC imports 3D models, organizes them into submodels, pages & steps, and exports the end result as images or PDF. A rich, WYSIWYG UI editor, which provides a fully interactive preview window along side a drag & drop-enabled navigation tree, to help organize and layout your book. Portions of LIC are based on work of Remi Gagne.
Download
Original homepage:
LIC first was developed at
The author then moved over the code to github:
As of 2018, he is working on a web-based rewrite called Web LIC.