Crates.io | rustygba |
lib.rs | rustygba |
version | 0.0.2 |
source | src |
created_at | 2021-12-04 11:21:09.138347 |
updated_at | 2021-12-06 10:36:52.495942 |
description | GBA game development library, based on the "gba" crate |
homepage | |
repository | https://github.com/litchipi/rusty_gbadev |
max_upload_size | |
id | 492214 |
size | 14,703 |
A game development library focused on creating Gameboy Advance games in Rust.
Based on the awesome gba crate, provides a layer that take out
some parts of the hassle of no_std
programming, (will) provides wrappers, macros and drivers to
ease the game development on Gameboy Advance.
An example of a project using this library, with the necessary elements to build a working
.gba file, and run it with debug messages in mgba
can be found here.
Work in progress, feel free to give an advice, raise an issue, bring a PR, or contribute in any other way.