Arduboy VS c-of-time

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

Arduboy

Core library for the Arduboy. (by Ar-zz-duboy)

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
Arduboy c-of-time
12 2
322 9
- -
10.0 6.8
over 3 years ago 27 days ago
C++ C
GNU General Public License v3.0 or later 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.

Arduboy

Posts with mentions or reviews of Arduboy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-10.

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 Arduboy and c-of-time you can also consider the following projects:

retro8 - PICO-8 implementation with SDL2/SDL1.2 and RetroArch back-ends

ctru-rs - Rust wrapper for libctru

Arduboy2 - An alternative library for the Arduboy miniature game system

gba - A crate that helps you make GBA games

Ardutris - Tetris emulator for the Arduboy miniature game system

ironds - System for developing for the Nintendo DS with Rust

ardutoids - Asteroids for the arduboy

libnds - C library for Nintendo DS

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

libctr-rs