visionforge/demo/solid-showcase
Alexander Nozik 1505aa8091 Merge remote-tracking branch 'origin/dev' into feature/df-new
# Conflicts:
#	visionforge-solid/src/commonMain/kotlin/space/kscience/visionforge/solid/Extruded.kt
2021-08-11 18:34:49 +03:00
..
src Merge remote-tracking branch 'origin/dev' into feature/df-new 2021-08-11 18:34:49 +03:00
build.gradle.kts Move to external RingUI implementation. wrappers-bom 2021-06-29 11:49:41 +03:00
README.md Update README.md 2021-07-28 16:46:43 +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/solid-showcase/Tasks/kotlin browser/jsBrowserRun Gradle task, then open build/distribuions/solid-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: