We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contactedAll the extension are active by default unless otherwise stated.
Deprecated:
More info in the extensions Readme.
Need more extensions? Check our Showcase Page.
FOR axmol-2.1.3+: there is a new option available: AX_EXT_HINT, set it to OFF can disable all extensions by default, then you can enable one by one which extension do you required.
UP TO axmol-2.1.2: It is convenient to disable any extensions you may not require since it'll speed up the build. For example, this is what you add to your project's CMakeLists.txt to disable each one of the following extensions:
Add this lines after if(NOT DEFINED BUILD_ENGINE_DONE) # to test ProjectName into root project, within that conditional block.
Related: Axmol’s CMake Options
The Spine runtimes that work with Axmol are located at https://github.com/axmolengine/spine-axmol. Several versions of the Spine runtime are supported with Axmol. If there is a newer version of the Spine runtime that you require, then log an issue request against that repository. Please do not log the issue on the Esoteric Spine runtime repository, or on their forums, as they do not currently maintain the Axmol-compatible Spine run-times (although this may change in the future).
The ImGUI implementation for Android was a test implementation to try and see if ImGUI would work on that platform, since it was previously limited to desktop (Windows/OpenGL). The input handling in the Android implementation of ImGUI may also not be working correctly, so there is little point in using it on that platform for the time being.
It would be best to disable ImGUI if you're building a project (including cpp-tests) for Android, at least until all these issues with the Android ImGUI implementation are addressed.
Multi-viewports only support with RHI:GL backend on Win32 or MacOS
For more info about ImGUI with Axmol: Extension: ImGUI