i wanted to make a clone of interstellar selfie station since christine love inexplicably pulled off all copies before i could even get to try the non demo version but i only got as far as implementing the drawing routine in Processing which is all done by cpu and runs way too slow using Processing for Android and i couldn't get the android version to look good
@squirrel Maybe share the source? Another pair of eyes might see a way to speed it up?
@rainwarrior the problem is it's completely done in cpu because i don't know how to rewrite it in shaders
the basic stuff is here, but it's optimized for the pocketchip: https://github.com/Lana-chan/chip-processing/blob/master/gbcamera/gbcamera.pde
@rainwarrior in any case processing is not the way to go to make android apps
@rainwarrior nvm you meant android, yeah, it's not good and it's not for making apps, and i wanted it to be an app
@squirrel Well a few hours later, gbcamera crashes on my phone but I at least got some stuff to run on it! This is cool.
@rainwarrior ahh nice!
@rainwarrior i think you need to make adjustments for the sketch to run on android.. let me see if i still have my copy
@rainwarrior i think i lost it all on my last reinstall, didn't bother keeping it since it was fairly useless, but you need specific routines for android to get the camera and stuff
i'd have to read the documentation again..
@squirrel Yeah I tried the other camera examples from the Video library and they all had the same problem.
@squirrel LOL I started to install the requisite android dev stuff but it needed WAY more space than the installer said, ha ha. The installer filled up my hard drive and crashed. :( Currently digging myself out of that hole. My hard drive will be enumerating files for a while...
The gbcamera sketch ran fine on windows at least! Yay!