This repository has some extensions for Axmol Game Engine.
Demo using WebAssembly: https://axext.netlify.app/
- Splash
- Layer Pan Zoom
- Infinite Scroll
- Simple CheckBox
- All code need be formatted with clang using
make format. - All code need be distributed with this license
MIT. - All extensions need have a sample scene using it and an item in startup menu.
General:
- Format source code:
make format - Clear trash:
make clean
Build:
- Build for iOS:
make build-ios - Build for tvOS:
make build-tvos - Build for macOS:
make build-macos - Build for wasm:
make build-wasm
Deploy:
- Deploy for iOS:
make deploy-ios - Deploy for tvOS:
make deploy-tvos - Deploy for Android:
make deploy-android - Deploy for wasm:
make deploy-wasm
Server:
- Server for wasm demo:
python3 server.py
Copyright (c) 2025, Paulo Coutinho