Rust wrapper for libctru
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 01731cac0e Set hint text directly instead of using libctru fn 10 months ago
..
examples Use `move` closures in filter callback examples 10 months ago
src Set hint text directly instead of using libctru fn 10 months ago
Cargo.toml Update MSRV to 1.73 10 months ago
README.md Initial docs workflow for Github Pages 1 year ago
build.rs Apply cargo check suggestions 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.