processing-android
processing-android copied to clipboard
Preview from APDE could be useful in the Android mode
trafficstars
It works by sending the dex file generated from the sketch to a preview app running on the device:
https://github.com/Calsign/APDE/tree/preview/sketch-preview
It reduces the time to launch the sketch substantially (at lease on APDE).
I really would appreciate implementing that.