Skip to content

scenerygraphics/minimal-scenery-example-project

Repository files navigation

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.

About

A minimal, Gradle-based project to base your own scenery applications on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages