Description | |
Minimal application that load a S8 snapshot and evaluate an Smalltalk expression when an menu item is chosen (when "settings" item in the right top menu is chosen) | |
A full system with the complete U8 smalltalk toolset and sample frameworks. All the GUI and bindings to java, javascript and node.js frameworks is implemented in S8 Smalltalk. The application can be debugged, changed and snapshot can be saved in the device, or sent to other devices. There are tools to automate testing and scan tests/expressions with Barcode reading. The embedded smalltalk system can communicate with other S8 systems and share contents and develop remotelly (the server and client can be S8 systems running on top of different VMs, e.g. javascript servers and/or lua/also on android). |
file | description |
node8-android-part*.zip | complete source files to build Android sample apps, including SystemServer |
*.apk | Sample Android Apps |
original source | |
node-mobile | node-mobile framework |
Additional code for startup | We added some functions to access application resources and to load our image (from app resources). MIT license. |
Java bindings | The code for bindings to Java is derivative code of node-java project. MIT license. |
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. |