Skip to content

jme3-alloc-v1.0.0-pre-gamma-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Scrappers-glitch Scrappers-glitch released this 06 Jun 15:51
0d3a9a3

What's Changed

  • NativeBufferAllocator: release memory when buffer object is GCed by @Ali-RS in #67
  • Control of references PR #72 by @Scrappers-glitch as an attempt to fix the GC Escape Analysis Global References Bypass.

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

Note: Android debug binaries are still broken issue #37!
/* select your platform here */
final String platform = "desktop"
final String binaryType = "debug"

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.software-hardware-codesign:jme3-alloc-${platform}-${binaryType}:1.0.0-pre-gamma-2"
}