/psx

Attempt for a PSX emulator from scratch

Primary LanguageC++

psx

CPU Interface

Building

The build process was done on a Debian based system (expecting SDL2 to be in /usr/include/SDL2)

  • Install requierements:
sudo apt install libsdl2
  • Compile:
make

For windows

We recommend using the following toolchain: https://nuwen.net/mingw.html

Documentation

Some PDF are already available in the doc\ folder

Testing resources

Community

Libraries

GL3W

OpenGL loading library

SDL2

Low level OpenGL/Direct3D and general UI access

ImGUI

Easy to use minimalist GUI