mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
80 lines
3.5 KiB
HTML
80 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="CAD application for designing virtual models with LEGO® bricks">
|
|
<title>LeoCAD - Virtual LEGO CAD Software</title>
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<!-- navbar start -->
|
|
<div class="nav-main">
|
|
<div class="wrap">
|
|
<a class="nav-home" href="index.html"><img class="nav-logo" src="leocad-32.png" width="32" height="32"> LeoCAD </a>
|
|
<ul class="nav-site nav-site-internal">
|
|
<li><a href="download.html">Download</a></li>
|
|
<li><a href="docs/start.html">Documentation</a></li>
|
|
<!-- <li><a href="help.html">Help</a></li> -->
|
|
</ul>
|
|
<ul class="nav-site nav-site-external">
|
|
<li><a href="https://github.com/leozide/leocad">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- navbar end -->
|
|
|
|
<div class="hero">
|
|
<div class="wrap">
|
|
<div class="text"><strong>LeoCAD</strong></div>
|
|
<div class="minitext">Design virtual models you can build with LEGO® bricks</div>
|
|
<!-- <div class="buttons-unit">
|
|
<a href="docs/start.html" class="button">Get Started</a>
|
|
<a href="download.html" class="button">Download</a>
|
|
</div>
|
|
-->
|
|
</div>
|
|
</div>
|
|
<section class="content wrap">
|
|
<section class="light home-section">
|
|
<div class="marketing-row">
|
|
<div class="marketing-col">
|
|
<h3>Easy to Use</h3>
|
|
<p>LeoCAD has an intuitive interface that is designed to allow new users to start creating new models without having to spend too much time learning the application.</p>
|
|
<p>At the same time, it has a rich feature set that enables experienced users to build models by using techniques that are more advanced.</p>
|
|
</div>
|
|
<div class="marketing-col">
|
|
<h3>LDraw Compatible</h3>
|
|
<p>LeoCAD is fully compatible with the LDraw Standard and related tools, and it reads and writes LDR and MPD files so that you can share and download models from the Internet.</p>
|
|
<p>It also uses the LDraw parts library, which has over 10,000 different parts and continues to receive updates.</p>
|
|
|
|
</div>
|
|
<div class="marketing-col">
|
|
<h3>Cross Platform, Open Source</h3>
|
|
<p>Native versions are available for Windows, Linux and macOS to ensure that users are familiar with the program interface.</p>
|
|
<p>LeoCAD is open-source, so anyone can contribute with fixes and features, and it is always going to remain free.<o:p></o:p></p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<p></p>
|
|
<hr class="home-divider">
|
|
<section class="home-section">
|
|
<h2>Screenshots</h2>
|
|
<p>LeoCAD is optimized for large models; here is the Tower Bridge, an official set with over 4,000 pieces:</p>
|
|
<img alt="Screenshot" src="towerbridge.png" />
|
|
<p>The application can be used to create building instructions with multiple steps and submodels:</p>
|
|
<img alt="Screenshot" src="voyager.png" />
|
|
<p>The application also allows multiple views at the same time:</p>
|
|
<img alt="Screenshot" src="sweeper.png" />
|
|
</section>
|
|
<hr class="home-divider">
|
|
<section class="home-section">
|
|
<p>LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.</p>
|
|
</section>
|
|
</section>
|
|
<!-- footer start -->
|
|
<footer class="wrap"><div class="right"> © LeoCAD.org </div></footer>
|
|
<!-- footer end -->
|
|
</div>
|
|
</body>
|
|
</html>
|