Skip to content

PlatformRacing3/crossbridge-swc-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crossbridge-swc-lua

Modified version of crossbridge lua to better support running user code for Platform Racing 3.

Building the library

  1. Install Adobe AIR SDK
  2. Install CrossBridge SDK
  3. Set AIR_HOME environment variable pointing to the AIR SDK location
  4. Set FLASCC_ROOT environment variable pointing to the CrossBridge SDK location
  5. Add FLASCC_ROOT/sdk/usr/bin to the Path (OSX)
  6. Run make (OSX) or build.bat (Windows)

Using the library

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

Running the UnitTests

  1. Install Gradle
  2. Run gradle
  3. Idk if these actually work I haven't run them.

About

LUA SWC Library built using CrossBridge SDK. Modified to better run user code.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 89.6%
  • ActionScript 8.3%
  • Makefile 1.6%
  • Batchfile 0.2%
  • HTML 0.2%
  • Lua 0.1%