| butano | |
|---|---|
| Author | GValiente |
| Type | Development Libraries |
| Version | 16.6.0 |
| License | Zlib |
| Last Updated | 2024/01/02 |
| Download | |
| Website | |
| Source | |
Butano is a modern C++ high level engine for the Game Boy Advance.
Features
- Create and display sprites, backgrounds, text, raster effects and more with only one line of C++ code.
- Custom standard library without heap allocations nor exceptions, based on ETL.
- Import and use your own assets with ease.
- Multiple development tools like asserts, emulator logging and code profiling.
- Based on modern C++ concepts like shared ownership and RAII.
- Detailed documentation.
- Multiple examples of most aspects of the engine.
- The source code and assets of two full games (Butano Fighter and Varooom 3D) are provided with this project.
User guide
Butano is built on top of the devkitARM toolchain, so it supports Windows, macOS and Unix-like platforms.
The best way to get started is to read the download, install and start using Butano guide.
Homebrew projects made with Butano: