scenery icon indicating copy to clipboard operation
scenery copied to clipboard

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.

Results 113 scenery issues
Sort by recently updated
recently updated
newest added

This PR improves font rendering. Small fonts, before: ![smallfont-before](https://github.com/scenerygraphics/scenery/assets/586495/e1c51461-84ee-4d7a-b45a-61bec9740a8e) Small fonts, after: ![smallfont-after](https://github.com/scenerygraphics/scenery/assets/586495/9b8c664c-98e7-4201-a021-d2699041a4a6) Large fonts, before: ![bigfont-before](https://github.com/scenerygraphics/scenery/assets/586495/3b8b292f-fe8b-429b-9b0f-f3ce469a8104) Large fonts, after: ![bigfont-after](https://github.com/scenerygraphics/scenery/assets/586495/c4b9375e-4651-4984-b899-5710ae7e18c0)

enhancement
prague-hackathon-2024

This PR fixes an issue with semi-deterministic assertions in PersistentTextureRequestsExample and replaces those with deterministic assertions run in a runAfterRender lambda.

bugfix
prague-hackathon-2024

This PR improves the looks of bounding boxes and fixes an issue where the orientation of the labels was wrong.

enhancement
bugfix
prague-hackathon-2024

This PR fixes energy conservation when using the Oren-Nayar lighting model.

bugfix
prague-hackathon-2024

- moved compiling options in their corresponding new dsl constructs - fixed a missing import in `Volume.kt` [Docs](https://kotlinlang.org/docs/gradle-compiler-options.html#target-the-jvm) > `kotlin.compilerOptions` configures every Kotlin compilation task in the project.

Bumps [net.imagej:imagej-ops](https://github.com/imagej/imagej-ops) from 0.45.5 to 2.1.0. Changelog Sourced from net.imagej:imagej-ops's changelog. #release configuration #Tue Jun 11 10:28:40 CDT 2024 project.scm.net.imagej:imagej-ops.url=https://github.com/imagej/imagej-ops scm.commentPrefix=[maven-release-plugin] exec.pomFileName=pom.xml pushChanges=false releaseStrategyId=default project.dev.net.imagej:imagej-ops=2.1.1-SNAPSHOT project.scm.net.imagej:imagej-ops.connection=scm:git:https://github.com/imagej/imagej-ops project.scm.net.imagej:imagej-ops.developerConnection=scm:git:[email protected]:imagej/imagej-ops projectVersionPolicyConfig=${projectVersionPolicyConfig}\n scm.tag=imagej-ops-2.1.0 remoteTagging=true...

Dependencies

Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases. 1.8.1 Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd! Introduce a workaround for an Android...

Dependencies

Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.0 to 2.17.1. Commits 659c1d0 [maven-release-plugin] prepare release jackson-module-kotlin-2.17.1 fca7a96 Prepare for 2.17.1 release b9c1f8a Merge pull request #788 from FasterXML/k163377-patch-1 e4b9eae Fix badge URL 6ad4436 Merge...

Dependencies

I ran into this `Unknown volume type class net.imglib2.type.numeric.integer.UnsignedLongType` when testing this s3 bucket from mobie `https://s3.embl.de/i2k-2020/platy-raw.ome.zarr` I guess we're going to need to support this pixel type as well.