The Wayback Machine - https://web.archive.org/web/20210427072403/https://github.com/GValiente/butano
Skip to content
master
Switch branches/tags
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Butano

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 of a full game (Butano Fighter) is provided with this project.

Supported platforms

Butano is built on top of the devkitARM toolchain, so it supports Windows, macOS and Unix-like platforms.

What's new

Curious about what was added or improved recently? Check out the changelog in the documentation.

Getting started

The best way to get started is to read the download, install and start using Butano guide.

Third party libraries

Butano would have not been possible without these libraries:

Butano Fighter

Stay alive while you shoot at everything that moves!

The full source code and the creative commons assets of this game are in its project folder.

Get the latest Butano Fighter ROM from itch.io.

Related projects

  • GBA-NICCC: Game Boy Advance port of the Atari ST demo STNICCC 2000.

Contact and support

If you spotted a bug, need a feature or have an awesome idea, the best you can do is to head over to the issues page and to the gbadev Discord server.

License

Butano is licensed under the zlib license, see the LICENSE file for details.