Update README.md

This commit is contained in:
kiruma524 2021-07-28 15:53:52 +03:00 committed by GitHub
parent 57c8689a98
commit 463ab9cbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,14 @@ Some shapes will also periodically change their color and visibility.
##### Building project ##### Building project
To see the JS demo: run `demo/spatial-showcase/Tasks/distribution/jsBrowserDistribution` Gradle task, then open To see the JS demo: run `demo/solid-showcase/Tasks/kotlin browser/jsBrowserRun` Gradle task.
`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`. To see Java FX demo, run `demo/solid-showcase/Tasks/application/run` Gradle task, or `main()` from `FXDemoApp.kt`.
##### Example view for JS: ##### Example view for JS:
![](../../doc/resources/spatial-showcase.png) ![](../../doc/images/spatial-showcase.png)
##### Example view for Java FX: ##### Example view for Java FX:
![](../../doc/resources/spatial-showcase-FX.png) ![](../../doc/images/spatial-showcase-FX.png)