External Publication
Visit Post

Testing new iOS backend

jMonkeyEngine Hub July 3, 2026
Source
This is with the patched angle right? Can you try with the legacy binds? Basically you’d need to exclude the gles, angle and core modules and add the “legacy-” ones, see snippet below: implementation('org.jmonkeyengine:jme3-ios:3.10.0-beta1') { exclude group: 'org.ngengine', module: 'libjglios-core-ios' exclude group: 'org.ngengine', module: 'libjglios-gles-ios' exclude group: 'org.ngengine', module: 'libjglios-sdl3-ios' exclude group: 'org.ngengine', module: 'libjglios-openal-ios' exclude group: 'org.ngengine', module: 'libjglios-angle-ios' } implementation('org.ngengine:libjglios-legacy-core-ios:0.0-SNAPSHOT') implementation('org.ngengine:libjglios-legacy-gles-ios:0.0-SNAPSHOT') implementation('org.ngengine:libjglios-sdl3-ios:0.0-SNAPSHOT') implementation('org.ngengine:libjglios-openal-ios:0.0-SNAPSHOT')

Discussion in the ATmosphere

Loading comments...