mirror of
https://github.com/leozide/leocad
synced 2025-02-06 08:46:06 +01:00
83 lines
2.7 KiB
HTML
83 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Getting Started | LeoCAD</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="start.html" class="active">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 -->
|
|
|
|
<section class="content wrap documentationContent">
|
|
|
|
<!-- docbar start -->
|
|
<div class="nav-docs">
|
|
<div class="nav-docs-section">
|
|
<h3>General Information</h3>
|
|
<ul>
|
|
<li><a href="start.html" class="active">Getting Started</a></li>
|
|
<li><a href="library.html">Parts Library</a></li>
|
|
<li><a href="compiling.html">Compiling Guide</a></li>
|
|
<li><a href="license.html">License</a></li>
|
|
<li><a href="history.html">Version History</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="nav-docs-section">
|
|
<h3>Tutorials</h3>
|
|
<ul>
|
|
<!--
|
|
<li><a href="">Choosing and Adding Pieces</a></li>
|
|
<li><a href="">Moving and Rotating Pieces</a></li>
|
|
<li><a href="camera.html">Camera and Viewport</a></li>
|
|
<li><a href="">Models</a></li>
|
|
<li><a href="">Flexible Parts</a></li>
|
|
Keyframing
|
|
POV-Ray
|
|
Pivot points
|
|
-->
|
|
<li><a href="tutorial1.html">Basic Tutorial</a></li>
|
|
</ul>
|
|
</div>
|
|
<!-- <li><a href="">Coordinate System</a></li>
|
|
<li><a href="">Configuration Shortcuts</a></li>
|
|
-->
|
|
<div class="nav-docs-section">
|
|
<h3>Reference</h3>
|
|
<ul>
|
|
<li><a href="meta.html">Meta Commands</a></li>
|
|
<li><a href="texmap.html">Texture Mapping</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- docbar end -->
|
|
|
|
<div class="inner-content">
|
|
<h2>Getting Started</h2>
|
|
<p>If you haven't installed LeoCAD yet, visit the <a href="../download.html">Download Page</a> for information on how to get the latest version of LeoCAD installed on your computer.</p>
|
|
<p>Once you're ready to start creating models take a look at the basic tutorial for a quick guide on how to create a simple model.</p>
|
|
<p>The pages on the left will have information on more advanced topics.</p>
|
|
|
|
</div>
|
|
</section>
|
|
<!-- footer start -->
|
|
<footer class="wrap"><div class="right"> © LeoCAD.org </div></footer>
|
|
<!-- footer end -->
|
|
</div>
|
|
</body>
|
|
</html>
|