About
This project was inspired by a sketch by Manolo ide.
I’ve ported the drawing function from Manolo’s Processing sketch into JavaScript. The original Processing code produces a static 2D image, but my version plots the tunnel in 3D and allows the shapes to be animated as they move through it. The animation process is done with a separate Node script (not in the browser) due to the low frame rate of the render loop in the browser. A separate version implemented in Three.js allows for real-time animation in the browser.
Copyright 2017–2024, Anthony DePasquale