visionforge/demo/spatial-showcase/README.md

19 lines
591 B
Markdown
Raw Normal View History

2020-05-07 16:52:57 +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
2021-07-28 15:53:52 +03:00
To see the JS demo: run `demo/solid-showcase/Tasks/kotlin browser/jsBrowserRun` Gradle task.
2020-05-07 16:52:57 +03:00
2021-07-28 15:53:52 +03:00
To see Java FX demo, run `demo/solid-showcase/Tasks/application/run` Gradle task, or `main()` from `FXDemoApp.kt`.
2020-05-08 00:42:10 +03:00
##### Example view for JS:
2020-05-07 16:52:57 +03:00
2021-07-28 15:53:52 +03:00
![](../../doc/images/spatial-showcase.png)
2020-05-08 00:42:10 +03:00
##### Example view for Java FX:
2021-07-28 15:53:52 +03:00
![](../../doc/images/spatial-showcase-FX.png)