Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.32 KB

minimal scenery example project

This is a minimal README for a minimal scenery project, on which you can base your own applications.

Description

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.

Building and running

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.

License

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.