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
- Host: GitHub
- URL: https://github.com/missingno123/vrc-camera-dolly-editor
- Owner: MissingNO123
- License: mit
- Created: 2025-02-15T00:39:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T19:16:50.000Z (2 months ago)
- Last Synced: 2025-02-16T19:26:15.681Z (2 months ago)
- Topics: camera, dolly, stream, vrchat
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

__ __
## 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.