Skip to content

cruacl/TouchURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Interactive URL Particles (TouchDesigner)

Project Demo

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.

Features

  • 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

Built With

TouchDesigner

  • Geometry Instancing
  • Render Pick DAT
  • Multi Touch In DAT
  • Select DAT
  • DAT Execute DAT

How It Works

  1. Hover over a particle.
  2. The corresponding URL is displayed.
  3. Click the particle to open the website in your default browser.

Notes

  • 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.

About

Interactive particle-based URL launcher built with TouchDesigner.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors