rboy
gba
rboy | gba | |
---|---|---|
7 | 7 | |
618 | 683 | |
0.5% | 0.9% | |
5.1 | 7.9 | |
3 months ago | about 1 month ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rboy
- Question: why do Rust programmers always put "made in Rust" in a project description?
-
Hacker News top posts: Sep 24, 2021
RBoy: A Gameboy Emulator in Rust\ (39 comments)
-
RBoy: A Gameboy Emulator in Rust
For those looking to see an example of the match expressions:
https://github.com/mvdnes/rboy/blob/9f6b3bc47311ba687326bfff...
This process of matching on opcode and doing a marginally different version of the same basic few operations on one of a set of registers is something that is _much_ easier to do when you're able to see all the opcodes and activities in a densely packed set of lines like this.
(The start of the opcodes that I linked are not the best example of this, but they get more regular the further down the file you go. See https://github.com/mvdnes/rboy/blob/9f6b3bc47311ba687326bfff... )
Beyond knowing that they exist, I haven't explored macros in rust, but I'm curious if they could be of help here. But using cargo fmt, and spreading each of those lines into 3-10 lines would be awful, and would definitely lead to me making mistakes and not noticing typos.
- A Gameboy Color Emulator in Rust
gba
-
[media] I spent time porting rust to the Nntendo DS
Are you aware of https://github.com/rust-console/gba ?
-
[Media] Conway's game of life partially implemented in Rust
Yeah, there's actually a library crate with quite a few examples that I used: https://github.com/rust-console/gba
- Rust9x: Compile Rust code for Windows 95, NT and above
-
Are there any open source game consoles where I can use Rust to make a game for it?
Not open-source console, but there is GBA from scratch book. There is also an gba crate that makes programming on GBA easier.
-
RBoy: A Gameboy Emulator in Rust
There is a rust port for the game boy advance https://github.com/rust-console/gba
-
rust gcc backend was officially accepted into the compiler
GBA: ARM7TDMI, supported by upstream LLVM and GCC, some Rust support
- Gba: Crate that helps you make GBA games in Rust
What are some alternatives?
Mimic - A Gameboy emulator written in Rust
libnds - C library for Nintendo DS
cerboy - my gameboy emulator
cargo-n64 - Make Nintendo 64 games in Rust! 🦀
elk - A low footprint JavaScript engine for embedded systems
ironds - System for developing for the Nintendo DS with Rust