I am looking to create an interactive display using photosensors and P5.js animations. The main setup could be either a flatboard designed as a world map or a globe. This display will feature specific regions that, when touched, trigger music related to that region along with corresponding images or animations displayed using P5.js.
Project Concept:
- Interactive Display: Choose between a flat board or a globe. This will act as the base for your project.
- World Map/Globe with Regions Marked: The display will have different world regions marked. These could be continents, countries, or specific cities.
- Photosensors Embedded: There will be photosensors in these marked regions. These sensors will detect when they are touched.
- Music and Visuals: Touching a sensor will play music that is typical of that region. Simultaneously, P5.js will show relevant images or animations to enhance the experience.
- Technology Integration: I’ll use P5.js, a JavaScript library, to handle the visual and audio outputs based on sensor inputs.