You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fenrir
d630c25926
|
10 months ago | |
---|---|---|
.. | ||
examples | 12 months ago | |
src | 10 months ago | |
Cargo.toml | 12 months ago | |
README.md | 1 year ago | |
build.rs | 2 years ago |
README.md
ctru-rs
Safe and idiomatic Rust wrapper around libctru
.
Documentation for the master
branch can be found here.
Getting Started
Thoroughly read the ctru-rs
wiki to meet the requirements
and to understand what it takes to develop homebrew software on the Nintendo 3DS family of consoles.
After that, you can simply add the crate as a dependency to your project and build your final binary by using cargo-3ds
or by manually compiling for the armv6k-nintendo-3ds
target.
Examples
Many examples to demonstrate the ctru-rs
functionality are available in the examples
folder. Simply run them via
cargo 3ds run --example <example-name>
License
This project is distributed under the Zlib license.