Online 3D Viewer
Online 3D Viewer is a solution to visualize and explore 3D models in your browser. The solution builds up from two parts.
- Engine: A library to import, visualize and export 3D models. It can be used on any website to embed 3D models easily.
- Website: The source code of the https://3dviewer.net site which uses the engine under the hood.
Engine Usage
These documents help you understanding how to use the engine in your own solution.
- Installation - How to get the package?
- Usage - How to use it to embed 3D models?
- Migration Guide - What needs to be done when you update the library?
Contribution
If you would like to contribute to the codebase, these documents help you to start.
- Contribution Guidelines - How to contribute to the repository?
- Environment Setup - How to set up your environment for development?