ModelHandle/docs/source/index.html
sladro b447fc7864
Some checks are pending
Build / build (18.x, macos-latest) (push) Waiting to run
Build / build (18.x, ubuntu-latest) (push) Waiting to run
Build / build (18.x, windows-latest) (push) Waiting to run
Build / build (20.x, macos-latest) (push) Waiting to run
Build / build (20.x, ubuntu-latest) (push) Waiting to run
Build / build (20.x, windows-latest) (push) Waiting to run
feat: rebrand project for internal use
2026-04-13 14:02:49 +08:00

28 lines
1.0 KiB
HTML

<h1>TellMe模型处理平台</h1>
<p>TellMe模型处理平台 is a browser-based solution to visualize and explore 3D models. The platform consists of two main 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 platform website that 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>{@link Installation} - How to get the package?</li>
<li>{@link Usage} - How to use it to embed 3D models?</li>
<li>{@link Migration Guide} - What needs to be done when you update the library?</li>
</ul>
<h2>Contribution</h2>
<p>If you would like to contribute to the codebase, these documents help you to start.</p>
<ul>
<li>{@link Contribution Guidelines} - How to contribute to the repository?</li>
<li>{@link Environment Setup} - How to set up your environment for development?</li>
</ul>