/SkynetClient

Android library for connecting to cloudwu/skynet (A lightweight online game framework)

Primary LanguageC

SkynetClient

Android library for connecting to cloudwu/skynet (A lightweight online game framework)

Features

  • Sproto,Luasocket,Lepg,Crypt Libraries supported
  • Full Lua5.2.3 support with full Java type-safety
  • All Lua Standard Libraries are supported

Requirements

Lua5.2.3 and JNLua sources are included.

Building

Assuming that $SDK points to your SDK and $NDK points to your NDK installation, run the following:

git clone git://github.com/colornote/SkynetClient.git
cd AndroLua
$NDK/ndk-build NDK_MODULE_PATH=jni

This will build the native library, consisting of Lua , JNLua, sproto, luasocket. Then import the project into Eclipse, or run the

$SDK/tools/android update project -p .
ant debug
ant install

Libraries Used

License

MIT.