REDRIVER2/src_rebuild/PsyX/README.md

19 lines
950 B
Markdown
Raw Normal View History

2020-11-18 20:18:32 +01:00
# Psy-X (Psy-Cross)
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
## TODO
- Add some missing LibGTE functions
- Add support for MDEC, CDXA decoding and playback
- Extend BIN/CUE image support
### Credits
- SoapyMan - more GTE functions, SPU-AL, PGXP-Z
- Gh0stBlade - original source/base [(link)](https://github.com/TOMB5/TOMB5/tree/master/EMULATOR)