This project demonstrates an interactive particle system in TouchDesigner where each particle is associated with a unique URL. Hovering over a particle displays its URL, and clicking on it opens the corresponding website in your default web browser.
- Particle system built with Geometry Instancing
- Individual hover and click detection for each particle
- Per-particle selection
- Displays the URL of the selected particle
- Opens URLs in the default web browser
- Uses a CSV file to store all URLs
- The included CSV file contains 100 example websites that you can replace with your own list
- Geometry Instancing
- Render Pick DAT
- Multi Touch In DAT
- Select DAT
- DAT Execute DAT
- Hover over a particle.
- The corresponding URL is displayed.
- Click the particle to open the website in your default browser.
- This project is Windows-only because it relies on Multi Touch In DAT.
- All URLs are loaded from a CSV file, making it easy to edit or replace the website list.
