<a href="https://axmolengine.github.io/axmol" target="_blank" rel="noopener noreferrer"><img width="160" src="https://axmolengine.github.io/logo.png" alt="axmol logo"></a>

  1. What is Axmol Engine

Axmol Engine is an open-source, C++ multi-platform engine designed for mobile devices, desktop, and Xbox, well-suited for 2D game development. It was launched in November 2019 as a fork of Cocos2d-x v4.0.

Supported platforms:

* Mobile: iOS, Android
* Desktop: Windows, Linux, macOS, tvOS
* Console: Xbox (Universal Windows Platform)
* Web: WebAssembly (Preview: [Axmol tests](https://axmol.netlify.app/wasm/cpp-tests/cpp-tests) / [FairyGUI tests](https://axmol.netlify.app/wasm/fairygui-tests/fairygui-tests))

Languages:

* C++
* Lua

Download it:

* [Latest Release](https://github.com/axmolengine/axmol/releases) / [Mirror](https://gitee.com/simdsoft/axmol)
* [How to install](https://github.com/axmolengine/axmol/blob/dev/docs/DevSetup.md)

Important links:

* [Website: Axmol.dev](https://axmol.dev)
* [Documentation](https://axmolengine.github.io/manual/latest/)
* [GitHub](https://github.com/axmolengine/axmol)
* [Licence](https://github.com/axmolengine/axmol/blob/dev/LICENSE)
* [Available extensions](https://github.com/axmolengine/axmol/wiki/Extensions)

Tutorials:

* [Tutorials page](https://github.com/axmolengine/axmol/wiki/Tutorials)
* [Complete FAQ](https://github.com/axmolengine/axmol/wiki/FAQ)
* [Migration guide for Cocos2d-x users](https://github.com/axmolengine/axmol/wiki/Cocos2d%E2%80%90x-migration-guide)
* [Converting SpriteKit games to Axmol Engine](https://github.com/axmolengine/axmol/wiki/SpriteKit-to-Axmol)

Games and external extensions showcase:

* [Made in Axmol](https://github.com/axmolengine/axmol/wiki/Made-in-Axmol)


  1. Who is Axmol Engine for
* For any game creator in need of a multi-platform engine.
* For those who want to program mainly in C++.
* For those who prefer a code-only engine, without a graphical user interface.
* For those requiring a lightweight, stable, and proven solution compatible with older hardware.
* For developers who need to update their Cocos2d-x projects.
* For developers who want to port their Sprite Kit projects to Android.
  1. Advantages of Axmol Engine
* It’s free.
* Open source, independent of any organization.
* It’s a tested and stable solution that has been evolving since 2011.
* Well maintained, with an active community of contributors.
* Abundant documentation and tutorials available online, as much of the existing Cocos2d-x documentation is applicable to Axmol Engine with minimal modifications.
* High performance, featuring GLES2.0+(included 3.0)/OpenGL3.3 and Metal support.
  1. Axmol Engine community

Please join us!

* [GitHub Discussions](https://github.com/axmolengine/axmol/discussions) (preferred way for questions and discussing the engine)
* [Discord](https://discord.gg/QjaQBhFVay)
* [Reddit](https://www.reddit.com/r/axmol/)
  1. Some improvements over Cocos2d-x v4.0
* Supports the latest Android SDK out of the box
* Uses C++20 instead C++11 or older
* x86_64 and Apple Silicon support
* Supports UWP (Xbox portability)
* Supports WebAssembly
* New MediaPlayer via videotexture streaming render
* OpenGL3.3 core profile and GLES3.0 with new shader workflow aka glslcc
* Lots of new extensions

[Axmol vs Cocos2d-x comparison](https://github.com/axmolengine/axmol/wiki/Axmol-vs-Cocos2d%E2%80%90x) / [Read the full improvements list here](https://github.com/axmolengine/axmol/blob/dev/CHANGELOG.md)


  1. FAQ
    1. Why Axmol was born (Why a fork of Cocos2d-x)

Cocos2d-x has not received updates since 2019, and it has been confirmed that it will no longer receive further updates, as all Cocos resources have been directed to Cocos Creator. Axmol serves as the solution for those who wish to continue working with Cocos2d-x in an updated manner, compatible with newer hardware.

    1. What does the engine name `Axmol` stands for?

- The Axmol word structure:

   - `a`: one
   - `x`: unknown, or comes from Cocos2d-x
   - `mol`: molecule

- The Axmol pronunciation: `/æksmoʊl/` - The Axmol slug:

   - Axmol is a fork of Cocos2d-x v4.0
   - Axmol is an engine with various low level capabilities, like molecules in our real world.
   - Axmol is a multi-platform engine for desktop, Xbox (UWP) and mobile games.
    1. How to contribute
    1. I want to know more


References

edit