file | description |
jx8-android-part*.zip | complete source files to build Android sample apps, including SystemServer |
*.apk | Sample Android Apps |
original source | |
jxcore | Evented IO for ChakraCore, SpiderMonkey & V8 JavaScript Note: no changes has been applied to sources to run jx8-android. We include the jxcore library in BINARY format from public release pages |
Additional code for startup | We added some functions to access application resources and to load our image (from app resources). The sources are MIT licensed and License information contain references to original authors. |
Java bindings | The code for bindings to Java is derivative code of node-java project. All the code is included and License file contain references to original authors. |
S8 Build folder | It is a normal console build folder, including: SwikiCodeRobot, SystemServer, NodeJS, core S8, platform libraries, application sources & "browse" folder for browsing the image with U8 tools (Web mode). See also: console platform. |
Node.js modules | We include node-static, ws (websockets) (,etc) node packages in our distribution because are required to implement the S8 SystemServer (using NodeJS framework). All modules are unmodified versions as downloaded by npm. |