Modified version of crossbridge lua to better support running user code for Platform Racing 3.
- Install Adobe AIR SDK
- Install CrossBridge SDK
- Set AIR_HOME environment variable pointing to the AIR SDK location
- Set FLASCC_ROOT environment variable pointing to the CrossBridge SDK location
- Add FLASCC_ROOT/sdk/usr/bin to the Path (OSX)
- Run make (OSX) or build.bat (Windows)
Check the Example(s) located at: src/main/actionscript
You can also see the documentation at https://platformracing3.github.io/crossbridge-swc-lua/contents.html
- Install Gradle
- Run gradle
- Idk if these actually work I haven't run them.