Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.