An open API service indexing awesome lists of open source software.

https://github.com/timmoth/parametric-curve

Using a glsl fragment shader in threejs to visualize the path of a parametric equation
https://github.com/timmoth/parametric-curve

Last synced: 11 months ago
JSON representation

Using a glsl fragment shader in threejs to visualize the path of a parametric equation

Awesome Lists containing this project

README

          

# parametric-curve




[![Demo](https://img.shields.io/badge/live-demo-green?style=flat-square)](https://timmoth.com/showcase/Em7zH9gPfku5kn2lFPIahQ)

Clone

```
git clone https://github.com/Timmoth/parametric-curve.git
```

Build

```
npm run build
```

Run

```
npm install http-server -g
http-server
```

App will be available at http://localhost:8080/