An attempt at getting Haxe to run on the PSP via reflaxe.cpp. Part of the HPP (Haxe Port Project). This repo holds only the needed requirements for the Hello World template.
- Get the psp sdk & set it up
- Get Haxe & set it up
- Clone the repo
- Get the nightly ver of reflaxe.cpp
haxelib git reflaxe.cpp https://github.com/SomeRanDev/reflaxe.CPP nightly - run
haxe build.hxml && mkdir build && cd build && psp-cmake .. && make
hiro (me!) - project