• Stars
    star
    732
  • Rank 59,816 (Top 2 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A processing.org - boilerplate for a Android Studio project

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!