More actions
NX in Rust | |
---|---|
General | |
Author | aarch64-switch-rs |
Type | Developments |
Version | 0.1 |
License | MIT License |
Last Updated | 2022/05/26 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
Userland library for Nintendo Switch homebrew (and other potential purposes), written in pure Rust and some assembly bits.
API docs are hosted here, and examples can be found here.
Setup guide to start developing Rust homebrew can be found here.
User guide
Switch homebrews written in Rust:
- emuiibo - By XorTroll.
Other Rust for Switch projects:
- Megaton Hammer - By roblabla, kitlith, FenrirWolf. A Rust toolchain to build all sorts of homebrew for the Nintendo Switch.
- Rusted Switch - By Igor1201. A project allows to compile Rust code using
rust-bindgen
to create bindings forlibnx
.
Credits
- libnx and its contributors for being the base of this project.
- Atmosphère and its contributors for being another base of this project.
External links
- Documentation - https://aarch64-switch-rs.github.io/nx/
- GitHub - https://github.com/aarch64-switch-rs/nx