visionforge/demo/spatial-showcase
2020-05-16 19:26:28 +03:00
..
src DF to 0.1.7 2020-04-10 19:25:52 +03:00
build.gradle.kts A lot of UI refactoring 2020-05-16 19:26:28 +03:00
README.md Update READMEs 2020-05-08 00:42:10 +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 main() from FXDemoApp.kt.

Example view for JS:

Example view for Java FX: