Quickstart

Download

Download repository as zip here or clone it with the following command:

git clone https://github.com/the-real-evolver/chrisslyengine.git

Building, and running the windows sample

Building the sample

  1. install Visual Studio 2019 or higher
  2. open 'windows/ChrisslyEngine_Windows.sln', right click 'ChrisslyEngine_Windows' in the project explorer and click 'Build'
  3. run 'windows/exportassets.cmd'

Running the sample

  1. press 'F5' in Visual Studio to start/debug the sample application

Building, and running the psp sample

Building the sample

  1. install devkitPSP
  2. open a commandline, goto 'chrisslyengine\psp' and run 'make' or open 'ChrisslyEngine_PSP.pnproj' and press 'Alt + 1'
  3. run 'psp\exportassets.cmd'

Running the sample on a real PSP

  1. create a new folder 'ms0:/PSP/GAME/ChrisslyEngine_PSP'
  2. copy the 'export' folder and the 'EBOOT.PBP' to the new folder
  3. use Half-Byte Loader to execute, since the PBP is not signed

Running the sample on the JPCSP emulator

  1. copy the 'export' folder to 'jpcsp\ms0\PSP\GAME\ChrisslyEngine_PSP'
  2. open JPCSP, then load the EBOOT.PBP with 'Load File' and press 'Run'

Running the sample on the PPSSPP emulator

  1. copy the 'export' folder to 'ppsspp_win\memstick\PSP\GAME\ChrisslyEngine_PSP'
  2. open PPSSPP, then load the EBOOT.PBP with 'File' -> 'Open'

Building, and running the android sample

Building the sample

  1. install Android Studio Giraffe | 2022.3.1 or higher
  2. open project 'chrisslyengine/android' in Android Studio
  3. press 'Ctrl + F9' to build the application
  4. run 'exportassets.cmd'

Running the sample with Android Studio

  1. press 'Shift + F10' in Android Studio to start the sample application