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

Source Structure

The source contains the following folders:

  • libs: External libraries used by the solution:
    • jquery for implementing website functionality.
    • three.js for visualization.
    • rhino3dm for importing Rhino files.
  • source: Source code of the engine. It doesn't contain any website specific codes.
  • test: Automatic tests for the engine itself.
  • tools: Several 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