Skip to content

mattdesl/parametric-curves

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

parametric-curves

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

Live Demo

http://parametric-curves.surge.sh/

Blog Post

https://mattdesl.svbtle.com/shaping-curves-with-parametric-equations

Running Locally

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.

License

MIT, see LICENSE.md for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published