visionforge/demo/spatial-showcase
2020-12-25 15:28:33 +03:00
..
src Migrate to DF 0.3 2020-12-25 15:28:33 +03:00
build.gradle.kts Plugin to 0.7.0 2020-11-27 22:43:48 +03:00
README.md Update pictures and README 2020-08-08 13:51:23 +03:00

Spatial Showcase

Contains a simple demonstration with a grid including a few shapes that you can rotate, move camera, and so on. Some shapes will also periodically change their color and visibility.

Building project

To see the JS demo: run demo/spatial-showcase/Tasks/distribution/jsBrowserDistribution Gradle task, then open build/distribuions/spatial-showcase-js-0.1.3-dev/index.html file in your browser.

To see Java FX demo, run demo/spatial-showcase/Tasks/application/run Gradle task, or main() from FXDemoApp.kt.

Example view for JS:

Example view for Java FX: