-
-
Notifications
You must be signed in to change notification settings - Fork 612
Home
Viktor Kovacs edited this page Dec 20, 2021
·
28 revisions
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.
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.