ModelHandle/docs/source/index.html
2023-01-11 08:53:46 +01:00

26 lines
1.0 KiB
HTML

<h1>Online 3D Viewer</h1>
<p>Online 3D Viewer is a solution to visualize and explore 3D models in your browser. The solution builds up from two parts.</p>
<ul>
<li><b>Engine:</b> A library to import, visualize and export 3D models. It can be used on any website to embed 3D models easily.</li>
<li><b>Website:</b> The source code of the <a href="https://3dviewer.net" target="_blank">https://3dviewer.net</a> site which uses the engine under the hood.</li>
</ul>
<h2>Engine Usage</h2>
<p>These documents help you understanding how to use the engine in your own solution.</p>
<ul>
<li><a href="Installation.html">Installation</a> - Explains ways to get the package.</li>
<li><a href="Usage.html">Usage</a> - Provides some usage examples.</li>
</ul>
<h2>Contribution</h2>
<p>If you would like to contribute to the codebase, these documents help you to start.</p>
<ul>
<li><a href="DevelopmentEnvironment.html">Development Environment</a> - Helps you understanding how the developer environment works.</li>
</ul>