Welcome to the first ripsters' project. Our goal is to understand how GameBoy Advance works and to create a modern emulator written in Rust (if you want to collaborate but you can't code in Rust take a look here).
Everything is work in progress. We will update this document a lot of times in this stage.
We love collaborating with others, so feel free to interact with us however you want. First of all, we strongly suggest you to enter in our Discord channel where you can find all of us (here).
- clone the repository :)
- we are using
just
and notmake
then if you want take the benefit of this install itcargo install just
# quick check all is working on you machine
just build
just test
# run a .gba file
cargo run -- ~/Desktop/my_game.gba
just run <rom>
# log stdout
just run-logger <rom>
# log to file /tmp/clementine-{timestamp}.log
just run-logger-file <rom>