-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
iOS support #2411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
iOS support #2411
Conversation
Resync fork
Update fork
… in the atlases instead of setting a predefined byte buffer on disposal that made all atlases in the backend use the same buffer and generated rendering issues.
Fork update
…d more images to the screens so it really uses more atlases
Update fork PR
Update fork
Update fork
You should probably write at least one test for this. |
If |
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 |
Pending to add jme3-ios-native library to be uploaded to maven. Any help is appreciated