More actions
m (HydeWing moved page NX In Rust Switch to NX - Rust Switch without leaving a redirect) |
No edit summary |
||
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=2021/10/24 | |lastupdated=2021/10/24 | ||
Line 9: | Line 8: | ||
|version=2021 | |version=2021 | ||
|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= | ||
}} | }} | ||
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 == | ||
* | * Official website - https://aarch64-switch-rs.github.io/nx/ | ||
* | * GitHub - https://github.com/aarch64-switch-rs/nx | ||
Revision as of 00:16, 3 Haziran 2023
NX in Rust | |
---|---|
General | |
Author | aarch64-switch-rs |
Type | Developments |
Version | 2021 |
License | MIT License |
Last Updated | 2021/10/24 |
Links | |
Download | |
Website | |
Source | |
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
- Official website - https://aarch64-switch-rs.github.io/nx/
- GitHub - https://github.com/aarch64-switch-rs/nx