More actions
m (HydeWing moved page NX In Rust Switch to NX - Rust Switch without leaving a redirect) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NX in Rust | |title=NX in Rust | ||
|image= | |image=nxrustswitch.png | ||
|description=Userland homebrew library for Nintendo Switch written entirely in Rust. | |description=Userland homebrew library for Nintendo Switch written entirely in Rust. | ||
|author=aarch64-switch-rs | |author=aarch64-switch-rs | ||
|lastupdated= | |lastupdated=2022/05/26 | ||
|type=Developments | |type=Developments | ||
|version= | |version=0.1 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxrustswitch.7z | ||
|website=https:/ | |website=https://aarch64-switch-rs.github.io/nx/ | ||
|source=https://github.com/aarch64-switch-rs/nx | |source=https://github.com/aarch64-switch-rs/nx | ||
|donation= | |donation=https://github.com/aarch64-switch-rs/nx | ||
}} | }} | ||
Userland library for Nintendo Switch homebrew (and other potential purposes), written in pure [https://www.rust-lang.org/ Rust] and some assembly bits. | |||
Userland | |||
API docs are hosted [https://aarch64-switch-rs.github.io/nx/ here], and examples can be found [https://github.com/aarch64-switch-rs/examples here]. | |||
Setup guide to start developing Rust homebrew can be found [https://github.com/aarch64-switch-rs/setup-guide here]. | |||
==User guide== | |||
Switch homebrews written in Rust: | |||
*[[Emuiibo_Switch|emuiibo]] - By XorTroll. | |||
Other Rust for Switch projects: | |||
https:// | *[https://github.com/MegatonHammer/megaton-hammer Megaton Hammer] - By roblabla, kitlith, FenrirWolf. A Rust toolchain to build all sorts of homebrew for the Nintendo Switch. | ||
*[https://github.com/rust-console/rusted-switch Rusted Switch] - By Igor1201. A project allows to compile Rust code using <code>rust-bindgen</code> to create bindings for <code>libnx</code>. | |||
https:// | |||
== | ==Credits== | ||
*[https://github.com/switchbrew/libnx libnx] and its contributors for being the base of this project. | |||
* | *[https://github.com/Atmosphere-NX/Atmosphere Atmosphère] and its contributors for being another base of this project. | ||
== External links == | == External links == | ||
* | * Documentation - https://aarch64-switch-rs.github.io/nx/ | ||
* | * GitHub - https://github.com/aarch64-switch-rs/nx | ||
Latest revision as of 05:29, 12 July 2023
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