{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreicbj4yke4hfiacedqlfystirjhzs3k5myyb6nklx73j25stewvhnu",
"uri": "at://did:plc:dxjzgxe7cvirxkwfjr2tjspt/app.bsky.feed.post/3mpqssbpynn32"
},
"path": "/t/testing-new-ios-backend/49609?page=4#post_70",
"publishedAt": "2026-07-03T11:43:14.000Z",
"site": "https://hub.jmonkeyengine.org",
"textContent": "This is with the patched angle right? Can you try with the legacy binds?\n\nBasically you’d need to exclude the gles, angle and core modules and add the “legacy-” ones, see snippet below:\n\n\n implementation('org.jmonkeyengine:jme3-ios:3.10.0-beta1') {\n exclude group: 'org.ngengine', module: 'libjglios-core-ios'\n exclude group: 'org.ngengine', module: 'libjglios-gles-ios'\n exclude group: 'org.ngengine', module: 'libjglios-sdl3-ios'\n exclude group: 'org.ngengine', module: 'libjglios-openal-ios'\n exclude group: 'org.ngengine', module: 'libjglios-angle-ios'\n }\n\n implementation('org.ngengine:libjglios-legacy-core-ios:0.0-SNAPSHOT')\n implementation('org.ngengine:libjglios-legacy-gles-ios:0.0-SNAPSHOT')\n implementation('org.ngengine:libjglios-sdl3-ios:0.0-SNAPSHOT')\n implementation('org.ngengine:libjglios-openal-ios:0.0-SNAPSHOT')\n\n",
"title": "Testing new iOS backend"
}