This is a minimal README for a minimal scenery project, on which you can base your own applications.
The main class of the project resides in src/main/kotlin/graphics/scenery/MinimalSceneryExample.kt
, while the Gradle build configuration is specified in build.gradle.kts
. For more details on scenery and sciview, have a look at the documentation or join the developer's gitter channel.
On the command line, the project can be built by running
./gradlew build
The resulting application, consisting of the single class MinimalSceneryExample
can then be run via
./gradlew run
Of course, the Gradle project defined in build.gradle.kts
can also be imported into an IDE such as IntelliJ.
minimal-scenery-example-project is distributed under a Simplified BSD License; for the full text of the license, see LICENSE.txt.
For the list of ImageJ developers and contributors, see the parent POM.