https://github.com/paulocoutinhox/axmol-extensions
Axmol Extensions
https://github.com/paulocoutinhox/axmol-extensions
axmol axmolengine cocos cocos2d cocos2d-x cocos2dx
Last synced: about 1 month ago
JSON representation
Axmol Extensions
- Host: GitHub
- URL: https://github.com/paulocoutinhox/axmol-extensions
- Owner: paulocoutinhox
- License: mit
- Created: 2023-12-10T03:05:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T03:58:52.000Z (3 months ago)
- Last Synced: 2025-03-30T18:44:02.819Z (2 months ago)
- Topics: axmol, axmolengine, cocos, cocos2d, cocos2d-x, cocos2dx
- Language: C++
- Homepage:
- Size: 5.75 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Axmol Extensions
This repository has some extensions for [Axmol Game Engine](https://github.com/axmolengine/axmol).
Demo using WebAssembly:
https://axext.netlify.app/## Extensions
- Splash
- Layer Pan Zoom
- Infinite Scroll
- Simple CheckBox## Code of Conduct
- 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.## Utilities
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`
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2025, Paulo Coutinho