jmonkeyengine icon indicating copy to clipboard operation
jmonkeyengine copied to clipboard

iOS support

Open joliver82 opened this issue 9 months ago • 3 comments

  • Added jme3-ios-native library mostly based on old native iOS code prepared to work with both MOE and RoboVM (robovm is still WIP)
  • Modified jme3-ios adding buffer allocator and proper getPlatform method

Pending to add jme3-ios-native library to be uploaded to maven. Any help is appreciated

joliver82 avatar Apr 25 '25 11:04 joliver82

You should probably write at least one test for this.

codex128 avatar Apr 26 '25 13:04 codex128

Pending to add jme3-ios-native library to be uploaded to maven. Any help is appreciated

If gradlew install installs the library to your Maven Local repository, then I expect gradlew release will upload it to the correct staging repo.

stephengold avatar Apr 26 '25 14:04 stephengold

Thanks for the comments

@codex128 , OK, I would write some, but... Which kind of tests do you want me to do? Also, how could I make them run either when compiling locally or in github actions if this code is intended to run only on iOS?

@stephengold , checked and the artifact is saved properly to mavenLocal. I had to make a small change so the jar is properly created when running "gradlew install". Thanks for the tip

joliver82 avatar Apr 27 '25 23:04 joliver82