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"
OpenFrameworks addon serves any number of variables (bool, float, int, enum, string, ofColor) on the network, so that you can modify from outside the OF app. Includes a native OSX Client. OSC based.
ofxSpriteSheetRenderer is a fast and easy to use spriteSheet renderer. It supports width/height equal sprite sheets of any size (only pow2 sizes on openGLES), built in animation, scaling, rotation, ti...
Open Frameworks Addon for the Tonic audio synthesis Library. Tonic is an efficient, pure C++ patching tool with a refreshingly crisp and simple syntax.
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
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.
MotionMachine is a C++ software toolkit for fast prototyping of interaction based on motion feature extraction. It brings mocap-friendly data structures and intuitive visualisation together.
Plane, 2D and 3D Ray objects for openFrameworks.It checks for the intersection of a ray with a segment, a sphere, a triangle, a plane, an ofPrimitive, an ofPolyline an with an ofMesh.
Addon for sending video, audio, depth and osc to a remote peer using RTP. It can also use ofxXMPP to initiate the session through google talk, jabber or any other xmpp compatible server so you don't n...
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 in...
ofxCvPiCam is a minimal grabber for the Raspberry Pi Camera module. It uses the MMAL interface to grab frames and convert them the cv::Mat type which can be processed using the typical opencv calls.
openframeworks addon alternative to ofxiPhone. ofxiOS has the ability to create and destroy instances of testApp so that different testApp's can be swapped out at run-time.
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...
openFrameworks addon to sync multiple machines on network using TCP and UDP connection. this addon's feature is calculating latency and time difference between server and client.
OpenFrameworks addon / helpers for working with Google Ceres solver. Includes models for Structural Analysis, Moving head calibration, Inverse Kinematics, Forward Kinematics
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.
Gapless video playback addon for OpenFrameworks. Thread safe, used for network controlled video playback. Runs with avFoundation on OSX and gStreamer on Linux.
openFrameworks addon for visualizing and interfacing with pre-trained models in Caffe: Convolutional Architectures for Fast Feature Embedding. Requires Caffe, openFrameworks 64-bit, glog, hdf5, OpenC...
ofxPlaymodes is an addon to make easy to work with video and audio buffers and headers that can point at any position in the buffer to be rendered. This allows to use different effects like compositio...
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. U...
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 resam...
ofxDualShock4 is an openFrameworks addon which accesses the gyroscope and accelerometer data from a PS4 controller, and uses them to estimate the controller’s rotation.
OpenFrameworks addon that allow dealing with "DisplayObjects" in a similar way Flash does. Each DisplayStackObject has its own translation, rotation, and color coordinates and can have as childs other...
An OpenFrameworks addon to handle ofSoundStream for multiple audio devices at the same time. Initially developed by Arturo Castro and later upgraded it to support RtAudio 4 and enhanced audio events
openFrameworks addon to autosave and autoload the ofApp window settings (position, size, FPS, fullscreen, stay on top, hide console window, center window ...etc)
openFrameworks addon workflow helper for window capture using fast and threaded saving per-frame-stills (.tif), and FFmpeg GPU encoding (.mp4) after using command script.
ofxFPSCamera creates a camera object that behaves like the camera in a first-person shooter, controlled by either the W, A, S, D keys (or the arrow keys) and the mouse.
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 d...
Openframeworks addon that allows you to quickly and easily plug various controllers (MIDI controller, audio, mouse, keyboard) to parameters that you can define in your code.
ofxQuad is an OpenFrameworks addon for creating meshes based on quads instead of triangles. ofxQuad also contains an implementation of the Catmull-Clark subdivision surface algorithm for subdividing a...
( WIP ) Extra files and Sandbox for my ofxSurfingImGui addon. Testing and porting new 3rd party ImGui to OF: Docking, Timeline/Sequencer, Node Patching, etc.
Wrapper for managing multiple cameras (ofVideoGrabber or ofxMachineVision), and laying them out into an ofFbo for easy processing in a single go (e.g. on GPU).
C++ templated generic vector<T> util functions for when you don't want to use a huge linalg lib. Only very basic vector functions implemented. For more complex stuff I suggest a dedicated library (lik...
Openframeworks addon for wrapping and include the openDHT (https://github.com/savoirfairelinux/opendht) library, a C++17 distributed hash table implementation
ofxTick is an addon to implement a function that runs at regular intervals. If the interval is too short for the time between frames, the function can be called multiple times in a single frame to get...
This is a refined openFrameworks addon offering several methods for foreground/background image segmentation using openCV. Perfect for advanced image manipulation tasks.
ofxBRTLibrary is an OpenFrameworks addon that provides a simple interface to the Binaural Rendering Toolbox (BRT) C++ Library. This addon allows OpenFrameworks users to integrate real-time spatial aud...
This is forked from the original ofxEmotiBit repo: https://github.com/EmotiBit/ofxEmotiBit , I am trying to change the ui library to ofxImGui and allow multiple EmotiBits to connect to one app. This i...
[Epometrope application and addon] This addon is dedicated to epometrope. It takes a value from the sensor and returns the direction epometrope is facing.
Working facesubstitution example with ofxFaceTracker2 in oF 0.11.1 - duplicate from this https://github.com/HalfdanJ/ofxFaceTracker2/pull/55 for more visibility
openFrameworks app/add-on to periodically clean your app data. Drag and queue a list of files, and Run. Useful to remove settings files during your re-compiling process.