Deprecation of AndroidHarness to CompatHarness in which we use new compat package of androidx & remove trivial bugs plus adding some methods to the life cycle.
Adding the BufferedInputStream to the android packages ( & cleaning up code if needed).
Testing features on a physical device & on an emulator.
For Jme :
Helping in new Animation java docs & wiki.
May be adding new features to the animation system (like new blendSpaces) & code clean-up.
Current limitations : for desktop
=> cannot include jme3 dependencies inside the output jar, when running the output jar, it gives ClassNotFound exception…any ideas ? – Seems the problem with the jme3 classes being not compiled to the build/classes to be jarred
Otherwise, coding inside android studio & running desktop & android along together using android studio is very fine.
That plan got derailed because I was on vacation 26 October to 1 November. Also, many of the ideas discussed in this topic proved difficult to convert into GitHub issues, because either:
they are too vague to be solved,
I don’t understand them well enough to explain them to other developers, or
they don’t relate to a particular GitHub repo.
I hate seeing issues and ideas get “dropped on the floor”, so if that’s happened to your idea, please speak up! I’d welcome further discussion of v3.5.0.
Currently we have 16 open issues targeted to v3.5.0:
I can’t promise that all these issues will be 100% solved in v3.5.0. I encourage those able to fix bugs and implement features to self-assign open issues. Please help!
Several of the issues already have pull requests in “draft” state or undergoing review. We currently have 15 open pull requests targeted to v3.5.0:
I can’t promise that all these PRs will be integrated into v3.5.0 . I encourage those willing to review and/or discuss these changes to do so, either here or on GitHub. Please help!
I plan to wait at least another week before publishing an alpha version for testing. So there’s still time to submit new PRs and get them reviewed and integrated in time for v3.5.0-alpha1.
This case originally seemed to be written by a retired predecessor to test delayed rendering, but its content is missing. I rewritten this case to help newbies use MRT technology outside of jme.
If adopted, the proposed guidelines would impact everyone contributing to the Engine. I encourage potential contributors to review and comment on the proposal.
Step 5 is in progress. JmonkeyEngine v3.5.0-alpha1 is available from GitHub and Maven Central. The list of changes has been started but is not yet complete.
Testers: please begin testing v3.5.0-alpha1 and report any issues, either here or at GitHub.
The feature-freeze date for v3.5 isn’t set yet, but I promise it’s still at least a month away. Please continue discussing release content, developing code for new features, and reviewing pull requests.
I was experiencing the deleteNativeObject() crash with 3.4 and since I upgraded to the alpha today I haven’t seen it so far and I did not see any regression.