gba
A crate that helps you make GBA games (by rust-console)
rust
Empowering everyone to build reliable and efficient software. (by rust-lang)
gba | rust | |
---|---|---|
7 | 2,826 | |
686 | 103,446 | |
0.4% | 1.0% | |
7.9 | 10.0 | |
3 months ago | 3 days ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
gba
Posts with mentions or reviews of gba.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-10.
-
[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
rust
Posts with mentions or reviews of rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-13.
- ðïļ Precision Sliders with Slider RS
-
Getting Started with Rust: A Modern Systems Programming Language
For more details, check out the official Rust website.
- ðĻ Infinite Theming with Theme
-
Rust Dependencies Scare Me
I love this idea and I hope I get to work on it someday. I think it could be possible in Rust with a linter, something like https://github.com/geiger-rs/cargo-geiger . The Rust compiler has some unsoundness issues such as https://github.com/rust-lang/rust/issues/84366 . Those would need fixing or linter coverage.
-
How to Implement a JavaScript Plugin System in Rust with Deno
If you haven't already, make sure you have Rust installed. Use Cargo to create a new Rust project:
- ðĶī Seamless Loading with Skeleton RS
- ðïļ Sidebar: The Composable Wasmy Sidebar
- ð Navbar: A Deliciously Simple Wasmy Navbar
- Tracking Issue for experimental yeet expressions (feature(yeet_expr))
-
Why performance optimization is hard work
Which ultimately culminated in an opinion that should sound familiar - https://github.com/rust-lang/rust/pull/124601#issuecomment-2....
What are some alternatives?
When comparing gba and rust you can also consider the following projects:
cargo-n64 - Make Nintendo 64 games in Rust! ðĶ
carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
ironds - System for developing for the Nintendo DS with Rust
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
rusty-TONC - Having fun on the GBA, and porting TONC's examples.
Odin - Odin Programming Language