Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barelief/ofxspout
oF version of Spout SDK
https://github.com/barelief/ofxspout
Last synced: about 2 months ago
JSON representation
oF version of Spout SDK
- Host: GitHub
- URL: https://github.com/barelief/ofxspout
- Owner: barelief
- Created: 2014-12-17T11:42:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T12:04:41.000Z (about 10 years ago)
- Last Synced: 2024-11-03T07:42:44.472Z (3 months ago)
- Language: C++
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofxSpout
========### info
V2.001-beta
http://spout.zeal.co/
source: https://github.com/leadedge/Spout2## troubleshooting
### Intel videocard issues
add this line in `ofApp::setup()` after `spoutsender = new SpoutSender`:```
spoutsender->SetDX9(true); // in SpoutSender example
// or
spoutreceiver->SetDX9(true); // in SpoutReceiver example
```
thread: http://spout.zeal.co/forums/topic/createinterop-error-3/## meta
tested on win7, win8, nvidia 5xx, intel hd 5000