scenery
on your hard drive.src/main/kotlin/graphics/scenery
contains the main scenery source code.src/test/tests/graphics/scenery/tests/examples
contains example code and small applications for getting started and for demonstrating features of scenery.src/test/tests/graphics/scenery/tests/unit
contains unit tests that are automatically executed when scenery is built to ensure everything is still working. scenery uses the JUnit testing framework for that.src/main/resources/graphics/scenery
contains images, shader files and other files that are not Kotlin or Java source code.artwork
directory, containing some scenery logos.build.gradle.kts
.build/libs
directory. The first build will take a while because all dependencies are downloaded from teh interwebs. When the build is successful, there should be multiple files there, named scenery-[VERSION].jar
, scenery-[VERSION]-tests.jar
, andscenery-[VERSION]-sources.jar
build.gradle.kts
there. When IntelliJ asks to open as project or as file, select Open as Project,src/test/tests/graphics/scenery/tests/examples
a. You can alternatively switch the directory tree to Packages mode and navigate to graphics.scenery.tests.examples.basic
.TexturedCubeExample
, open the file, and click on the small green Play button that appears next to the main routine in that file: