-
-
Notifications
You must be signed in to change notification settings - Fork 549
Home
Viktor Kovacs edited this page Apr 3, 2021
·
28 revisions
The source contains the following folders:
- libs: External libraries used by the solution. jQuery is needed only by the website, three.js is needed for the engine as well.
- 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.
The website is the full source code for the web solution. It uses the engine under the hood.
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.
These documents help you start with the developer environment.