Fast animated curve rendering on the GPU with parametric equations.
The vertex shader supports local Frenet-Serret frames (approximations) and more robust Parallel Transport frames (at expense of performance).
http://parametric-curves.surge.sh/
https://mattdesl.svbtle.com/shaping-curves-with-parametric-equations
The demo can be run locally with:
git clone https://github.com/mattdesl/parametric-curves.git
cd parametric-curves
npm install
npm run start
Then open localhost:9966
.
MIT, see LICENSE.md for details.