ironds VS c-of-time

Compare ironds vs c-of-time and see what are their differences.

ironds

System for developing for the Nintendo DS with Rust (by QuinnPainter)

c-of-time

Environment for injecting code into PMD: Explorers of Sky (by SkyTemple)
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
ironds c-of-time
1 2
8 9
- -
3.5 6.8
about 1 year ago 28 days ago
Rust C
zlib License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ironds

Posts with mentions or reviews of ironds. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-10.
  • [media] I spent time porting rust to the Nntendo DS
    12 projects | /r/rust | 10 Feb 2023
    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?

c-of-time

Posts with mentions or reviews of c-of-time. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • pmdsky-debug: Your window into Explorers of Sky's code (through debug info and documentation)
    3 projects | /r/MysteryDungeon | 17 May 2023
    I initially made this project to help with reverse engineering and research, and it's led to things like a damage calculator and a dungeon layout generator. But as the SkyTemple community can attest to, it's also proven very useful for ROM hacking. Whenever you want to make fundamental changes in a ROM hack that can't be done through more basic means, your only option is to directly modify the code yourself, and it turns out that having a big collection of debug info is super useful for that. People in the community frequently use it to write assembly patches, and we even have a way to write mods in C and Rust using the debug info! It's not quite a decompilation project, but it's probably a good step towards one.
  • [media] I spent time porting rust to the Nntendo DS
    12 projects | /r/rust | 10 Feb 2023
    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

What are some alternatives?

When comparing ironds and c-of-time you can also consider the following projects:

ctru-rs - Rust wrapper for libctru

libnds - C library for Nintendo DS

gba - A crate that helps you make GBA games

libnds-rs

libctr-rs

pmdsky-debug - Debug info for reverse engineering PMD: Explorers of Sky

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

Arduboy - Core library for the Arduboy.