ofxAddons is directory of extensions and libraries for the openFrameworks creative coding toolkit. Compiled fresh from Github daily.

memo

ofxARDrone
C++ openFrameworks addon to interface with and control Parrot AR.Drone1 and 2.
Maintained by memo
Last updated 09/20/15
32
Categories: Hardware Interface
ofxARDroneOscBridge
Maintained by memo
Last updated 01/12/13
6
Categories: Bridges
ofxBumblebeeGrabber
C++ openFrameworks addon to capture stereo images from a PointGrey bumblebee using PTGrey SDKs. NOT TESTED WITH LATEST OPENFRAMEWORKS YET.
Maintained by memo
Last updated 09/25/12
1
Categories: Video/Camera
ofxEtherdream
C++ openFrameworks addon for interfacing with the Etherdream DAC
Maintained by memo
Last updated 03/ 2/24
51
Categories: Hardware Interface
ofxIlda
C++ openFrameworks addon for a device agnostic Ilda functionality to control galvo+mirror based laser projectors. See ofxEtherdream for integration with opensource ILDA laser DAC.
Maintained by memo
Last updated 10/17/22
73
Examples 2
Categories: Hardware Interface
ofxMSABPMTapper
C++ openFrameworks addon to keep track of BPM (via tapping) and output helper tempos on the beat, double-tempo, half-tempo, on every bar etc.
Maintained by memo
Last updated 09/25/12
6
Categories: Sound
ofxMSABulletPhysics
Bullet Physics wrapper for openFrameworks [OLD]
Maintained by memo
Last updated 04/25/15
0
Categories: Physics
ofxMSABumblebeeGrabber
C++ openFrameworks addon to capture stereo images from a PointGrey bumblebee using PTGrey SDKs. NOT TESTED WITH LATEST OPENFRAMEWORKS YET.
Maintained by memo
Last updated 09/25/12
3
Categories: Video/Camera
ofxMSACocoa
Native Cocoa Windowing addon for openFrameworks [OLD]
Maintained by memo
Last updated 04/25/15
4
Categories: Utilities
ofxMSAControlFreak
GUI agnostic parameter management system for openFrameworks
Maintained by memo
Last updated 10/11/19
15
Makefile
Categories: GUI
ofxMSAControlFreakGui
OpenGL Gui to display ofxMSAControlFreak parameters
Maintained by memo
Last updated 10/ 3/19
8
Makefile
Categories: GUI
ofxMSAControlFreakMidi
Maintained by memo
Last updated 02/14/13
0
Categories: Utilities
ofxMSAControlFreakOsc
Maintained by memo
Last updated 02/14/13
1
Categories: Utilities
ofxMSACore
A very lightweight C++ wrapper which maps basic types to allow tight integration with openFrameworks (www.openframeworks.cc) and Cinder (www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.
Maintained by memo
Last updated 02/ 1/19
16
Makefile
Categories: Utilities
ofxMSADataPathManager
DataPath utils for openFrameworks
Maintained by memo
Last updated 02/ 1/19
0
Makefile
Categories: Utilities
ofxMSADataProtector
Maintained by memo
Last updated 02/ 1/19
0
Makefile
Categories: Utilities
ofxMSADirManager
Directory utils
Maintained by memo
Last updated 02/ 3/19
1
Makefile
Categories: Utilities
ofxMSAFluid
C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam's paper "Real-Time Fluid Dynamics for Games"
Maintained by memo
Last updated 10/ 3/19
190
Makefile
Categories: Graphics
ofxMSAFluidGuiManager
GUI Manager for ofxMSAFluid
Maintained by memo
Last updated 02/ 8/19
1
Makefile
Categories: GUI
ofxMSAInteractiveObject
C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.
Maintained by memo
Last updated 11/ 4/20
28
Makefile
Categories: GUI
ofxMSAInterpolator
C++ openFrameworks addon with a set of template classes for doing various types of interpolations on data with any number of dimensions. You can feed the system an arbitrary number of data, then resample at any resolution, or ask for the value at any percentage along the data. Input data can be floats (for 1D splines, Vec2f (for 2D splines), Vec3f (for 3D splines), or even matrices, or custom data types (e.g. biped pose). Demo at www.memo.tv/msainterpolator
Maintained by memo
Last updated 05/30/13
17
Categories: Graphics
ofxMSALividOhmRGB
A simple C++ class to manage and organize the midi config of a Livid Ohm64/RGB midi controller
Maintained by memo
Last updated 01/16/13
0
Categories: Hardware Interface
ofxMSAmcts
A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks
Maintained by memo
Last updated 02/ 6/16
61
ofxMSAMotionTracker
Maintained by memo
Last updated 02/ 8/19
2
Makefile
Categories: Computer Vision
ofxMSAObjCPointer
C++ openFrameworks addon to provide simple ObjectiveC style Smart Pointer functionality, which keeps reference count and frees memory when reference count is zero. This is accomplished by providing retain/release methods similar to Objective C. This is now probably superseded by built in shared pointers.
Maintained by memo
Last updated 11/12/13
1
Categories: Utilities
ofxMSAOpenCL
C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
Maintained by memo
Last updated 02/ 1/19
88
Makefile
Categories: Graphics
ofxMSAOpenCL_CV
C++ openFrameworks addon for CV using openCL [OLD]
Maintained by memo
Last updated 02/ 1/19
0
Makefile
Categories: Computer Vision
ofxMSAOrderedMap
C++ template class (openFrameworks addon) to create an ordered named map (wraps std::map and std::vector)
Maintained by memo
Last updated 11/ 4/20
2
Categories: Algorithms, Utilities
ofxMSAOrderedPointerMap
C++ template class (openFrameworks addon) to create an ordered named map of pointers (wraps std::vector and std::map)
Maintained by memo
Last updated 11/ 4/20
2
Categories: Utilities
ofxMSAPerlin
original (2002 improved) Perlin noise for openFrameworks
Maintained by memo
Last updated 02/ 1/19
1
Makefile
Categories: Graphics
ofxMSAPhysics
C++ openFrameworks addon for particle/constraint based physics library with springs, attractors and collision. It uses a very similar api to the traer.physics library for processing to make getting into it as easy as possible. All classes are template based with typedefs for physics in 2D or 3D - Potentially even more dimensions! Demo at www.memo.tv/msaphysics
Maintained by memo
Last updated 07/ 2/16
52
Categories: Animation
ofxMSAPingPong
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).
Maintained by memo
Last updated 02/ 1/19
7
Makefile
Categories: Graphics
ofxMSAQuartzComposition
openFrameworks addon to load and play Quartz Compositions [OLD]
Maintained by memo
Last updated 04/25/15
0
Categories: Bridges
ofxMSAShape3D
DEPRECATED. Use ofMesh or ofVboMesh.
Maintained by memo
Last updated 09/25/12
0
Categories: Graphics
ofxMSAStereoSolver
C++ openFrameworks addon to calibrate, rectify and create disparity maps from two non-rectified and non-calibrated images (or image sequences). NOT TESTED WITH LATEST OPENFRAMEWORKS YET.
Maintained by memo
Last updated 09/25/12
5
Categories: Video/Camera
ofxMSATensorFlow
C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library
Maintained by memo
Last updated 02/26/22
455
Makefile
ofxMSATimer
C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)
Maintained by memo
Last updated 02/ 1/19
6
Makefile
Categories: Utilities
ofxMSAVideoInput
Multi Video Input wrapper for openFrameworks
Maintained by memo
Last updated 02/ 8/19
2
Makefile
Categories: Video/Camera
ofxMSAWord2Vec
openFrameworks addon to load and manage word2vec word embeddings, and supporting python code to train them
Maintained by memo
Last updated 01/14/19
42
ofxSimpleGuiToo
C++ openFrameworks addon for simple and very quick to setup GUI based on Todd Vanderlin's ofxSimpleGui. It uses a very similar (almost identical) API, but with a rewritten backend.
Maintained by memo
Last updated 11/ 4/20
25
Makefile
Categories: GUI