fabiopallini / ps1-graphics-demo

PlayStation 1 3D graphics Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlayStation 1 3D graphics demo

Features

  • Render 3D
  • Gamepad input
  • XA File music player
  • Sounds Effect
  • OBJ Parser
  • Texture mapping
  • Camera 3D
  • Sprites
  • Read data from CD-ROM

Dependencies

  • Psy-Q SDK

Config

  1. Download Psy-Q from psxdev.net, make a "temp" and "psyq" folder under C:\
  2. Copy the folders "include", "lib" and "bin" from the sdk to C:\psyq\
  3. Execute PSPATH.BAT (this file is in the psyq folder) if you are on Windows 9x,
    instead if you are on Windows NT (Windows 2000, XP),
    you need to add the paths and variables inside PSPATH.BAT to the environment variables settings.
  4. copy the data folder from the last release, place it in the project directory (alongside src and cdrom)

Compile on Windows (9x/2000/XP) and make ISO file with mkpsxiso

  1. move inside src folder with the command line (cmd on windows) and launch the following command
psymake mkpsxiso

Compile with DosBox and make ISO file with original tools

  1. Install dosbox in your system
  2. launch the following command from the project's root
   dosbox -conf dos.conf
  1. Patch the iso with DiscPatcher.exe (the program can be found inside cdrom folder), selecting PSX console and Europe region

Play

  • Move the character with Pad controls.
  • Shoot with CROSS

TODO

  • I'm planning to develop a real complete game with enemies and levels, stay tuned

Follow me on YouTube

screenshot

preview2

About

PlayStation 1 3D graphics Demo

License:MIT License


Languages

Language:C 98.3%Language:Makefile 1.7%