REDRIVER2/src_rebuild/PsyX
2021-05-06 14:58:02 +06:00
..
include - added raspberry-pi option for premake 2021-04-30 02:37:51 +06:00
src - [Psy-X] little changes for future RPI build 2021-05-04 19:41:53 +06:00
premake5.lua - fix Psy-X not getting optimization 2021-01-18 21:17:54 +06:00
README.md - update READMEs 2021-05-06 14:58:02 +06:00

Psy-Cross (Psy-X)

Framework aiming to build and run originally targeted Playstation applications on other platforms based on Psy-Q SDK.

Implementation details

  • high-level Playstation API reimplementation which translates it's calls into modern/compatible APIs
  • Psy-Q compatible headers
  • Implements Geometry Transformation Engine (GTE) in software and adapts it's macros and calls
  • PGXP-Z - PGXP support with optimized vertex cache lookup and extended with modern 3D hardware perspective transform and Z-buffer support PGXP-Z
  • LibSPU with ADPCM decoding on OpenAL (SPU-AL)
  • LibGPU with Playstation-style polygon and image handling
  • Already proven to be 95% compatible with the Psy-Q Playstation SDK - Psy-X game look identical to the Playstation game

TODO

  • Add some missing LibGTE functions
  • Add support for MDEC, CDXA decoding and playback
  • Extend BIN/CUE image support
  • SPU ADSR

Credits

  • SoapyMan - more GTE functions, SPU-AL, PGXP-Z
  • Gh0stBlade - original source/base (link)