mirror of
https://github.com/leozide/leocad
synced 2025-02-06 08:46:06 +01:00
75 lines
3.3 KiB
HTML
75 lines
3.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="CAD application for creating virtual LEGO models">
|
|
<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">CAD application for creating virtual LEGO models</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, 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, enabling experienced users to build models using more advanced techniques.</p>
|
|
</div>
|
|
<div class="marketing-col">
|
|
<h3>LDraw Compatible</h3>
|
|
<p>LeoCAD is fully compatible with the LDraw Standard and related tools. It reads and writes LDR and MPD files so you can share and download models from the internet.</p>
|
|
<p>It also uses the LDraw parts library, which has almost 10,000 different parts and keeps receiving updates.</p>
|
|
</div>
|
|
<div class="marketing-col">
|
|
<h3>Cross Platform, Open Source</h3>
|
|
<p>Native versions are available for Windows, Linux and OSX so users are familiar with the program interface.</p>
|
|
<p>LeoCAD is Open Source so anyone can contribute with fixes and features, and it's always going to remain free.</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's the Tower Bridge official set with over 4,000 pieces:</p>
|
|
<img alt="Screenshot" src="towerbridge.png" />
|
|
<p>It can be used to create building instructions with multiple steps:</p>
|
|
<img alt="Screenshot" src="hauler.png" />
|
|
<p>You can have multiple views at the same time:</p>
|
|
<img alt="Screenshot" src="sweeper.png" />
|
|
</section>
|
|
</section>
|
|
<!-- footer start -->
|
|
<footer class="wrap"><div class="right"> © LeoCAD.org </div></footer>
|
|
<!-- footer end -->
|
|
</div>
|
|
</body>
|
|
</html>
|