Skip to content

ischeinkman/rusted-switch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Rusted Switch

How

This project uses rust-bindgen to create bindings for libnx.

For some reason, I couldn't use Makefile to compile Rust, so that's why this makew file exists. Also, direct compilation from Rust to elf didn't find _start function to run the code, that's why there's a C -> Rust (-> C) architecture.

Credits

About

Nintendo Switch Homebrew with Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 65.5%
  • Rust 28.5%
  • Dockerfile 4.0%
  • Shell 1.7%
  • C 0.3%