We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I would like to add tabs to a working visualization to go from Daily to Weekly to Monthly visualizations with the tap of a finger.
Two questions: - What is - in general - the best way to approach this? Where can I find tutorials/ code/ advice? - How do I include finger taps in my sketch? In the processing reference I only find notes on Mouse Clicks..
Thank you for the advice!
Answers
You need to explore the ControlP5 or the G4P libraries:
www.lagers.org.uk/g4p/
http://www.sojamo.de/libraries/controlP5/
Two post working with tabs/menus:
https://forum.processing.org/two/discussion/23869/lateral-submenu#latest
https://forum.processing.org/two/discussion/21335/animation-on-tabs#latest
Kf
Thank you very much!