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

https://github.com/missingno123/vrc-camera-dolly-editor

View and configure VRChat camera paths
https://github.com/missingno123/vrc-camera-dolly-editor

camera dolly stream vrchat

Last synced: 2 months ago
JSON representation

View and configure VRChat camera paths

Awesome Lists containing this project

README

        

# VRC Camera Dolly Editor

Lets you view and configure points for VRChat camera paths. Currently very WIP

### Download: [>> CLICK HERE <<](https://github.com/MissingNO123/VRC-Camera-Dolly-Editor/releases/download/0.1.0/VRCCameraDollyEditor-0.1.0-Windows.zip)

## Features

- Configure and adjust individual points
- Start animations via OSC
- Rearrange points between paths
- Load paths from a file and send them into VRChat via OSC
- Visualize paths in 3D
- Rearrange points along paths

## Planned features

- Import points alongside existing ones
- Directly editing points in 3D view
- Localization(?)
- Connect OSC to remote devices (i.e. Quest)
- Previewing Loose and Fitted curve types
- Auto-import when VRChat exports

## Screenshots
![image](https://github.com/user-attachments/assets/e8681096-0342-45f1-a778-1ab0f5b33e67)
![image](https://github.com/user-attachments/assets/88a7f026-527a-4178-9e94-3392f7ef69a8)

__ __

## Installation and Development

Clone the repository, then download its dependencies.
Substituting npm for your package manager of choice:

```bash
# clone
git clone https://github.com/MissingNO123/VRC-Camera-Dolly-Editor.git
cd VRC-Camera-Dolly-Editor

# install
npm install

# for debugging
npm run dev

# for distribution
npm run dist
```

## Contribution

Contributions are welcome. Please fork the repository and submit pull requests with your improvements.

## License

This project is distributed under the MIT License. See the LICENSE file for details.