https://github.com/shimpe/mindwave-visualization
simple osc visualizing p5.js sketch
https://github.com/shimpe/mindwave-visualization
mindwave mindwave-visualization open-sound-control osc p5js
Last synced: 12 months ago
JSON representation
simple osc visualizing p5.js sketch
- Host: GitHub
- URL: https://github.com/shimpe/mindwave-visualization
- Owner: shimpe
- License: gpl-3.0
- Created: 2016-10-06T20:35:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T22:23:27.000Z (over 9 years ago)
- Last Synced: 2025-01-21T05:41:50.447Z (over 1 year ago)
- Topics: mindwave, mindwave-visualization, open-sound-control, osc, p5js
- Language: JavaScript
- Size: 3.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mindwave-visualization
simple visualizing mindwave osc p5.js sketch
# usage
## In first terminal:
```bash
node bridge.js
```
## In second terminal:
```bash
cd mindwave-visualization
python2 -m SimpleHTTPServer
```
## In browser, visit
```url
http://localhost:8000
```