Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to LDraw's complete library in docs. #963

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/library.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3>Reference</h3>
<div class="inner-content">

<h2>Parts Library</h2>
<p>LeoCAD is completely compatible with LDraw's parts library. In fact, the library included in the installer packages is just a ZIP archive of LDraw's library without any changes.</p>
<p>LeoCAD is completely compatible with <a href="https://library.ldraw.org/library/updates/complete.zip">LDraw's parts library.</a> In fact, the library included in the installer packages is just a ZIP archive of LDraw's library without any changes.</p>
<p>This is mostly done to simplify things so that new users do not need to download and install a separate file or worry about updating their library. Many LeoCAD users are young people without a lot of computer experience, so the setup process is kept as simple as possible.</p>
<p>At the same time, there are also experienced users who like to maintain their own libraries with unofficial parts that they create or download from the internet. Those people can still use their LDraw library with LeoCAD, all they need to do is tell LeoCAD where to find it.</p>
<p>Note that there is a performance advantage for using a zip file for the library, as the application will take less time to start, and the models will load faster.</p>
Expand Down