Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
ThatNintendoNerd edited this page Jun 12, 2020 · 6 revisions

Welcome to the skyline-rs tutorial!

This is a guide for how to modify code in Nintendo Switch games using Rust. While this tutorial caters to people of all levels of familiarity with programming/Rust/modding, it will be considerably easier to follow for those with more experience in any of the three and will not comprehensively cover all of them.

Some additional resources to use alongside this tutorial:

  • The Rust Programming Language - the official Rust book, an excellent and free resource to learning Rust. This is a great place to start if you want to have a more complete understanding of Rust as a programming language.
  • Rust by Example - a series of examples on how to do certain tasks in Rust. While this will only give a surface-level understanding of the covered topics due to limited amounts of explaining, it is a great resource for those who prefer easily accessible tangibility provided by examples.

Where do I begin?

No experience programming? Introduction for non-programmers

Programmer but unfamiliar with Rust? Introductions for non-Rustaceans

Familiar with Rust? Skip to Setup