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
- Host: GitHub
- URL: https://github.com/timmoth/parametric-curve
- Owner: Timmoth
- License: mit
- Created: 2023-01-28T19:45:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T21:03:08.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.655Z (over 1 year ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parametric-curve
[](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/