Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodydavis/vr-modular-synth
VR Modular Synth
https://github.com/rodydavis/vr-modular-synth
modular-synthesizers three-js tone vr webxr
Last synced: 23 days ago
JSON representation
VR Modular Synth
- Host: GitHub
- URL: https://github.com/rodydavis/vr-modular-synth
- Owner: rodydavis
- License: other
- Created: 2021-04-01T06:48:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T21:47:24.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T00:10:56.777Z (29 days ago)
- Topics: modular-synthesizers, three-js, tone, vr, webxr
- Language: TypeScript
- Homepage: https://rodydavis.github.io/vr-modular-synth/
- Size: 188 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VR Modular Synth
[![CI](https://github.com/rodydavis/vr-modular-synth/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/vr-modular-synth/actions/workflows/ci.yml)
VR Modular Synth built with Web Audio API, Tone.js and Three.js.
WIP but currently can play 4 octaves.
[Online Demo](https://rodydavis.github.io/vr-modular-synth/)
## Getting Started
Start the dev server:
`npm run start`
Create a production build:
`npm run build`
Serve the build directory:
`npm run serve`