Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
```