visionforge/demo/gdml/README.md

14 lines
395 B
Markdown
Raw Normal View History

2020-05-07 16:52:57 +03:00
### GDML Example
Visualization example for geometry defined as GDML file.
##### Building project
2021-07-16 14:08:53 +03:00
To build the app, run `demo/gdml/Tasks/kotlin browser/jsBrowserDistribution` Gradle task, then
2020-05-07 16:52:57 +03:00
drag-and-drop GDML file to the window to see visualization. For an example file, you can use
`demo/gdml/src/jsMain/resources/cubes.gdml`.
##### Example view:
2021-01-27 15:41:46 +03:00
![](../../docs/images/gdml-demo.png)