https://github.com/feature-creature/foxdotexample1
foxdot to openFrameworks
https://github.com/feature-creature/foxdotexample1
Last synced: over 1 year ago
JSON representation
foxdot to openFrameworks
- Host: GitHub
- URL: https://github.com/feature-creature/foxdotexample1
- Owner: feature-creature
- Created: 2020-06-09T13:25:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T14:07:40.000Z (about 6 years ago)
- Last Synced: 2025-01-13T09:11:38.779Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoxDot to openFrameworks
A simple way to create sound-driven visuals by connecting [FoxDot](https://foxdot.org/) to [openFrameworks](https://openframeworks.cc/).
## Setup
1) If needed, install [FoxDot](https://foxdot.org/installation/) and [openFrameworks](https://openframeworks.cc/download/)
2) Start the FoxDot editor and open [foxdot-openframeworks.py](https://github.com/feature-creature/foxdotExample1/blob/master/foxdot-to-openframeworks.py)
3) Start your favorite code editor for openFrameworks and open [foxdotExample1](https://github.com/feature-creature/foxdotExample1)
4) In the FoxDot editor, have FoxDot send data (OSC messages) to the openFrameworks app by activating line 1
Server.add_forward("localhost",12345)
5) Run the openFrameworks app
## Iterate
- Edit + activate the FoxDot code
- Edit + rerun the openFrameworks code