librw/tools/ps2
aap c7fa3b3b8c implemented R* pipeline plugin, 2dfx and collision as placehoders, uvanim (no interpolation yet) 2015-09-09 23:26:16 +02:00
..
Makefile restructured some files 2015-08-27 16:45:54 +02:00
README.md restructured some files 2015-08-27 16:45:54 +02:00
defaultpipe.dsm restructured some files 2015-08-27 16:45:54 +02:00
dma.cpp restructured some files 2015-08-27 16:45:54 +02:00
dma.h restructured some files 2015-08-27 16:45:54 +02:00
ee_regs.h restructured some files 2015-08-27 16:45:54 +02:00
gif.h restructured some files 2015-08-27 16:45:54 +02:00
gs.cpp restructured some files 2015-08-27 16:45:54 +02:00
gs.h restructured some files 2015-08-27 16:45:54 +02:00
light.vu restructured some files 2015-08-27 16:45:54 +02:00
main.cpp implemented R* pipeline plugin, 2dfx and collision as placehoders, uvanim (no interpolation yet) 2015-09-09 23:26:16 +02:00
math.cpp restructured some files 2015-08-27 16:45:54 +02:00
math.h restructured some files 2015-08-27 16:45:54 +02:00
mesh.cpp restructured some files 2015-08-27 16:45:54 +02:00
mesh.h restructured some files 2015-08-27 16:45:54 +02:00
mips_regs.h restructured some files 2015-08-27 16:45:54 +02:00
ps2.h restructured some files 2015-08-27 16:45:54 +02:00
skinpipe.dsm restructured some files 2015-08-27 16:45:54 +02:00
vu.dsm restructured some files 2015-08-27 16:45:54 +02:00

README.md

PS2 test renderer

This is a basic RW renderer for PS2. There is a bunch of unrelated code since I adapted an earlier program of mine.

To compile you need the ps2toolchain and ee-dvp-as from the Sony SDK (dvp-as from the ps2toolchain segfaults when encountering MPG, this should be fixed).

So far the program can render PS2 native geometry in the default or skin format (no PDS pipes as used in San Andreas supported yet). The files are read from host: (see main.cpp) so you can use e.g. ps2link on a real PS2 or pcsx2 with the host device enabled.