C-of-time Alternatives
Similar projects and alternatives to c-of-time
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better c-of-time alternative or higher similarity.
c-of-time discussion
c-of-time reviews and mentions
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)
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
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
Stats
Basic c-of-time repo stats
2
10
6.5
4 months ago
SkyTemple/c-of-time is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of c-of-time is C.