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

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 🦄➰🚀💙

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

npm install && npm run dev
```