Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightsuyama/ofxframecontainer
frame container class of openFrameworks
https://github.com/midnightsuyama/ofxframecontainer
Last synced: about 1 month ago
JSON representation
frame container class of openFrameworks
- Host: GitHub
- URL: https://github.com/midnightsuyama/ofxframecontainer
- Owner: midnightSuyama
- Created: 2014-04-20T16:09:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-20T16:14:48.000Z (over 10 years ago)
- Last Synced: 2023-04-03T23:52:35.605Z (over 1 year ago)
- Language: C++
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ofxFrameContainer
frame container class of openFrameworks
## open
```
frameContainer = ofxFrameContainer();
frameContainer.open("data.fc", 640, 480, 3);
```## addFrame
```
frameContainer.addFrame(pixels);
```## getFrame
```
frameContainer.getFrame();
```