scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

Async texture loading #586

Closed skalarproduktraum closed 11 months ago

skalarproduktraum commented 1 year ago

This PR cherry-picks all the commits pertaining to async texture loading from #490, in order to disentangle that commit and make work on #533 easier.

skalarproduktraum commented 11 months ago

Closing, as integrated into #622