/android_processing_boilerplate

A processing.org - boilerplate for a Android Studio project

Primary LanguageJava

Android Processing Boilerplate

A processing.org - boilerplate for Android Studio projects

I followed https://github.com/processing/processing-android/wiki/Using-Eclipse-or-Android-Studio-for-Development to create a android wrapper for the processing language. This is an Android Studio project using Android API 11.

The app draws some example graphics, loads a json from the network and displays text and animation. A method which loads and parses json is also included. This app is supposed to be a quick-start to create processing visualizations. For more details, see processing.org.

LICENSE

This is licensed under LGPL 2.1. The repository also includes the file android-core.zip from processing.org (which is licensed by the LGPL as well, see https://github.com/processing/processing/wiki/FAQ) and the file "DroidSansMono.ttf" (which is licensed by the Apache License, see https://www.google.com/fonts/attribution) That means, this is free software!