2016-11-05 19:28:54 -07:00
<!doctype html>
< html >
< head >
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
2017-07-20 17:00:05 -07:00
< meta name = "description" content = "CAD application for designing virtual models with LEGO® bricks" >
2016-11-29 18:11:08 -08:00
< title > LeoCAD - Virtual LEGO CAD Software< / title >
2016-11-05 19:28:54 -07:00
< 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 >
2017-07-20 17:00:05 -07:00
< div class = "minitext" > Design virtual models you can build with LEGO® bricks< / div >
2016-11-05 19:28:54 -07:00
<!-- <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 >
2017-07-19 12:24:13 -07:00
< p > Native versions are available for Windows, Linux and macOS so users are familiar with the program interface.< / p >
2016-11-05 19:28:54 -07:00
< 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 >
2016-11-29 18:11:08 -08:00
< img alt = "Screenshot" src = "towerbridge.png" / >
2016-11-05 19:28:54 -07:00
< p > It can be used to create building instructions with multiple steps:< / p >
2016-11-29 18:11:08 -08:00
< img alt = "Screenshot" src = "hauler.png" / >
2016-11-05 19:28:54 -07:00
< p > You can have multiple views at the same time:< / p >
2016-11-29 18:11:08 -08:00
< img alt = "Screenshot" src = "sweeper.png" / >
2016-11-05 19:28:54 -07:00
< / section >
2017-07-20 17:00:05 -07:00
< 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 >
2016-11-05 19:28:54 -07:00
< / section >
<!-- footer start -->
< footer class = "wrap" > < div class = "right" > © LeoCAD.org < / div > < / footer >
<!-- footer end -->
< / div >
< / body >
< / html >