https://github.com/appeltje-c/curvature
Helper to create a tracking path for your three.js camera 🦄➰🚀💙
https://github.com/appeltje-c/curvature
3d curve editor path r3f three three-js threejs
Last synced: 5 months ago
JSON representation
Helper to create a tracking path for your three.js camera 🦄➰🚀💙
- Host: GitHub
- URL: https://github.com/appeltje-c/curvature
- Owner: appeltje-c
- License: mit
- Created: 2025-01-06T11:06:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:13:22.000Z (8 months ago)
- Last Synced: 2025-02-17T21:25:35.295Z (8 months ago)
- Topics: 3d, curve, editor, path, r3f, three, three-js, threejs
- Language: TypeScript
- Homepage: https://appeltje-c.github.io/tools/curvature/index.html
- Size: 247 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curvature, A path editor to help with Three.js / R3F work
I was searching for a way to create interesting paths in my scene to use as input for my camera motion. 🎥
Using Catmullrom curves for this is great, but... making a nice path and get those vectors is was a pain. 🫣
So I decided to create this editor to help me do the job. 🦄
Enjoy!
## Live version
[Curvature Editor](https://appeltje-c.github.io/tools/curvature/index.html)
## Install
```shell
git clone git@github.com:appeltje-c/curvature.gitnpm install && npm run dev
```