GitXplorerGitXplorer
m

ofxMSAPingPong

public
7 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
35ac36abc529671d819c94d22d7f2f44b97829c9

addon_config

mmemo committed 6 years ago
Unverified
94b4614fc068dd35b98cd50966d62c0eca6a4d26

added at method

mmemo committed 10 years ago
Unverified
5052d24360b1217e4081731c3b1a99625ebfef40

rename front/back -> target/source

mmemo committed 12 years ago
Unverified
768f55ad2a850c2b15fa7c207b76f5c3aab4691b

updated readme to include Cinder compatibility info

mmemo committed 12 years ago
Unverified
3d7b2dfdfffcd1f2c57a1a0cbb28e417d5a59e2d

first commit

mmemo committed 12 years ago

README

The README file for this repository.

ofxMSAPingPong

Introduction

C++ openFrameworks addon to create a double buffer to be able to ping-pong back and forth. Templated class allows any data type to be ping-ponged (E.g. opengl texture, opencl image buffer, arbitrary data buffer etc).

Licence

The code in this repository is available under the MIT License.
Copyright (c) 2008-2012 Memo Akten, www.memo.tv
The Mega Super Awesome Visuals Company

Installation

Copy to your openFrameworks/addons folder.

Dependencies

none

Compatibility

openFrameworks 0072
I am generally testing only with openFrameworks, however it should work with Cinder too. If it doesn't, please file an issue.

Known issues

none

Version history

v1.1 23/09/2012

  • compatible with OF0072
  • renamed (uppercase) MSA namespace to (lowercase) msa. (kept MSA as an alias for backwards compatibility)