Making Nintendo DS ROMs with Rust
matthewtejo.substack.com
Making Nintendo DS ROMs with Rust
1–5 of 5 posts
Re: Making Nintendo DS ROMs with Rust
#2Can you make a full fledge game on it?
Re: Making Nintendo DS ROMs with Rust
#3Can you make a full fledge game on it?
With enough effort yeah. Since it can use all of libnds all of the input, displays, memory regions are available to use.
Re: Making Nintendo DS ROMs with Rust
#4For whatever it's worth, the one resource I recall for DS homebrew dev with Rust is https://github.com/SeleDreams/libnds-rs , but it hasn't been maintained in a while.
Re: Making Nintendo DS ROMs with Rust
#5For whatever it's worth, the one resource I recall for DS homebrew dev with Rust is https://github.com/SeleDreams/libnds-rs , but it hasn't been maintained in a while.
I did see that but the readme kind of scared me off.