[media] I spent time porting rust to the Nntendo DS

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ctru-rs

    Rust wrapper for libctru

  • for 3DS there is already a way more complete port with a safe wrapper available here https://github.com/rust3ds/ctru-rs

  • libnds-rs

  • The source code is available there https://github.com/SeleDreams/libnds-rs

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • libctr-rs

  • Have you had any thoughts of porting the C lib to rust rather than a safe wrapper around the bindings? It would be a rather unsafe lib at first but could keep it all Rust. Just an idea though, safe wrappers are always good! Here is an example of an unofficial 3ds port.

  • gba

    A crate that helps you make GBA games

  • Are you aware of https://github.com/rust-console/gba ?

  • rusty-TONC

    Having fun on the GBA, and porting TONC's examples.

  • Arduboy

    Core library for the Arduboy.

  • I'd suggest something like https://www.arduboy.com/ although I'm not sure anyone has got Rust working well with it.

  • libnds

    C library for Nintendo DS

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • c-of-time

    Environment for injecting code into PMD: Explorers of Sky

  • That's really interesting. I've used a tools to write code on ds before, for injecting code in a game thanks to Rust Of Darkness, and I have to say it was quite pleasant (even thought it didn't totally avoided assembly, it was now just putting some calue in some register then call the Rust functions. Definitively better than just assembly. Or C.). Maybe your tool have some usefull stuff that'll interest the author. I'll share this with him (assuming he didn't found this yet). Also, here is the tools, in case you're curious. https://github.com/skytemple/c-of-time/tree/main/rust

  • rust

    Empowering everyone to build reliable and efficient software.

  • This is the PR that added the tier 3 target: https://github.com/rust-lang/rust/pull/88529

  • ironds

    System for developing for the Nintendo DS with Rust

  • nice! I'm working on my own Rust-on-DS project here: https://github.com/QuinnPainter/ironds, some of it may be useful to you? Mine is aiming to be an all-Rust toolchain rather than libnds bindings. I've also added tier 3 targets to the compiler (armv5te-none-eabi and thumbv5te-none-eabi) that you could possibly use?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts