Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukehorvat/super-oscillator
Open-source 3D synthesizer for the Web.
https://github.com/lukehorvat/super-oscillator
Last synced: 3 months ago
JSON representation
Open-source 3D synthesizer for the Web.
- Host: GitHub
- URL: https://github.com/lukehorvat/super-oscillator
- Owner: lukehorvat
- License: mit
- Created: 2017-09-05T14:21:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T11:51:43.000Z (5 months ago)
- Last Synced: 2024-06-09T12:55:33.843Z (5 months ago)
- Language: TypeScript
- Homepage: https://oscillator.js.org
- Size: 2.16 MB
- Stars: 41
- Watchers: 2
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webaudio - Super Oscillator - An interactive, 3D music synthesizer for the Web. (Packages / Apps)
README
# Super Oscillator
https://oscillator.js.org
Open-source 3D synthesizer for the Web.
![](https://i.imgur.com/QqcEvAT.gif)
Uses [three.js](https://threejs.org) + [tonal](https://github.com/tonaljs/tonal) + [web-audio-oscillators](https://github.com/lukehorvat/web-audio-oscillators).
## Setup
To run a local instance, issue the following commands:
```sh
git clone [email protected]:lukehorvat/super-oscillator.git
cd super-oscillator
npm install
npm start
```This installs all dependencies and serves the Web app on port 9000.