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

https://github.com/omardelarosa/osc-browser-visualizers

OSC.js Based Visualizers for the Browser
https://github.com/omardelarosa/osc-browser-visualizers

Last synced: 8 months ago
JSON representation

OSC.js Based Visualizers for the Browser

Awesome Lists containing this project

README

          

# OSC.js Visualizers

## Background
This repo contains various OSC.js visualizers. They are intended to be agnostic about what they interface with. The boilerplate code is based on [the examples provided in the OSC.js repo.](https://github.com/colinbdclark/osc.js-examples/tree/master/browser)

## Installation

```
npm install
```

To start the backend:

```
npm start
```

To open the visualizer in a browser, then visit: http://localhost:8081