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
- Host: GitHub
- URL: https://github.com/omardelarosa/osc-browser-visualizers
- Owner: omardelarosa
- Created: 2018-06-17T15:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T03:39:13.000Z (about 7 years ago)
- Last Synced: 2024-12-28T22:20:15.415Z (10 months ago)
- Language: CSS
- Size: 3.46 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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