Skip to content
Viktor Kovacs edited this page Dec 20, 2021 · 28 revisions

Source Structure

The source contains the following folders:

  • assets: Various assets used in the code or in other platforms.
  • libs: External libraries used by the solution.
  • sandbox: Various examples mostly for using the engine.
  • source: Source code of the engine. It doesn't contain any website specific code.
  • test: Automatic tests for the engine itself.
  • tools: Tools for building the library.
  • website: Source code of the website.

Online 3D Viewer Website

The website is the full source code for the web solution. It uses the engine under the hood.

Online 3D Viewer Engine

The engine is a library that allows you to visualize models easily on your own website. Here you can find some documentation about using the engine.

Contribution

These documents help you start with the developer environment.

Clone this wiki locally