Hey !
Is there an opportunity to make an app in Processing which recognizes, when I unlock my Smartphone?
I want to make an app that saves different data from my smartphone, each time it will be unlocked.
At the forum / internet i found some posts about how to run a Processing Android app in the background, but i have no idea if its possible to recognize when the smartphone is unlocked.
At the Moment i try to export .obj files from processing.
I use the nervous obj export library (
Nervous Obj Export ), but its pretty weird,
every time i want to export for example, 100 spheres,
i get a large .obj file in my folder, but when i import the obj file in a 3d program, theres only 1 sphere saved.
Processing also shows this error
" isRecording(), or this particular variation of it, is not available with this renderer. "
( but i've read thats just a bug in Processing, that has not any effect to the functionality of the sketch ? )
I also tried the muehlseife library to export a obj file, and it worked fine, but i think theres no opportunity to export objs for every frame ? I found this example (
Create Obj with Muehlseife ), but i don't know, how he modified the library to get it work.