ModelHandle/docs/source/index.html
2023-01-11 19:23:49 +01:00

26 lines
1019 B
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="InstallationPage.html">Installation</a> - How to get the package?</li>
<li><a href="UsagePage.html">Usage</a> - How to use it to embed 3D models?</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="EnvironmentSetupPage.html">Environment Setup</a> - How to set up your environment for development?</li>
</ul>