DuncanCragg / OnexApp

Spreadsheet-like programming on all your devices. http://object.network/onex-app.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onex

Quickstart:

$ git clone --recursive git@github.com:DuncanCragg/OnexApp.git
$ cd OnexApp/
$ cmake .
$ make
$ cd bin; ./OnexApp

$ cd android
$ (copy your local.properties over)
$ ./gradlew build --parallel
$ adb -d uninstall network.object.onexapp && adb -d install ./onexapp/build/outputs/apk/onexapp-debug.apk

$ adb logcat OnexApp:D \*:S
$ adb logcat | grep -F "`adb shell ps | grep network.object.onexapp | cut -c10-15`"

Read about the initial plans for Onex here.

About

Spreadsheet-like programming on all your devices. http://object.network/onex-app.html

License:MIT License


Languages

Language:C++ 75.0%Language:Java 12.2%Language:C 7.1%Language:Makefile 3.3%Language:CMake 2.2%Language:GLSL 0.2%