PsyCross VS candyk-psx

Compare PsyCross vs candyk-psx and see what are their differences.

PsyCross

Compatibility framework for building and running Psy-Q SDK - based Playstation games across other platforms (by OpenDriver2)

candyk-psx

PlayStation 1 Will Never Die - Topic set on 2014-05-04 (by ChenThread)
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
PsyCross candyk-psx
1 1
42 38
- -
6.5 0.0
9 days ago about 1 year ago
C C
MIT License zlib License
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.

PsyCross

Posts with mentions or reviews of PsyCross. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.

candyk-psx

Posts with mentions or reviews of candyk-psx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.
  • PS1 Programming Course with MIPS Assembly and C
    8 projects | news.ycombinator.com | 9 Apr 2024
    PSn00bSDK maintainer here. Unfortunately the project cannot really be considered clean room; the original versions of most libraries contained code that was either lifted straight from Psy-Q disassemblies or heavily inspired by them. I have since rewritten pretty much all of it (with the exception of the GTE library which still has some Sony code) using only Psy-Q API documentation as a reference, but the "ship of Theseus" nature of the rewrite makes it hard to argue that it is a clean and legally safe project.

    On the flip side, there are plenty of other open source PS1 SDK options that have been written from scratch, do not reimplement the same API as Psy-Q and can thus be considered clean for the most part. Here's a few of them:

    - https://github.com/grumpycoders/pcsx-redux/tree/main/src/mip...

    - https://github.com/ChenThread/candyk-psx

    - https://github.com/cuckydev/CKSDK

    - https://github.com/spicyjpeg/ps1-bare-metal (shameless plug)