Crate agb[][src]

Expand description

agb

agb is a library for making games on the Game Boy Advance using the Rust programming language. It attempts to be a high level abstraction over the internal workings of the Game Boy Advance whilst still being high performance and memory efficient.

Modules

display

Implements everything relating to things that are displayed on screen.

input

Button inputs to the system.

mgba

Implements logging to the mgba emulator.

number
sound

Implements sound output.

syscall

System BIOS calls / syscalls.

Structs

Gba

Traits

Testable

Functions

test_runner