ofxAddons is directory of extensions and libraries for the openFrameworks creative coding toolkit. Compiled fresh from Github daily.
ofxAChaosLib
A-Chaos Lib in openFrameworks. A Library of Strange Attractors. 2004, 2012, 2015
Maintained by s373
Last updated 03/23/16
15
Categories: Algorithms
ofxANN
A c++ add-on for Artificial Neural Network implementation (WIP)
Maintained by mitchmindtree
Last updated 03/ 4/14
1
ofxASR
An openFrameworks addon for speech recognition
Maintained by kitschpatrol
Last updated 07/26/13
7
ofxAssignment
A tool for matching point clouds or other kinds of data. Useful for making grids from point clouds.
Maintained by kylemcdonald
Last updated 12/12/18
62
ofxBoost
Enabling boost in openFrameworks (just the header + pre compiled libs)
Maintained by diederickh
Last updated 04/18/11
18
Categories: Utilities, Algorithms
ofxCaffe
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, OpenCV, CUDA, pkmMatrix, and pkmHeatmap. Pre-trained models not included but can be found linked in Caffe's "Model Zoo" and placed in the bin/data directory of the example project.
Maintained by Geekrick88
Last updated 02/ 6/15
18
ofxCellularAutomata
cellular automata in 1,2,3 dimensions
Maintained by s373
Last updated 02/23/15
12
ofxCeres
OpenFrameworks addon / helpers for working with Google Ceres solver. Includes models for Structural Analysis, Moving head calibration, Inverse Kinematics, Forward Kinematics
Maintained by elliotwoods
Last updated 03/13/24
26
Makefile
Categories: Algorithms
ofxColorTheory
openFrameworks addon: generate & interpolate color schemes
Maintained by Default gravatar small kasparsj
Last updated 12/22/22
14
Categories: Algorithms, Graphics
ofxDeepLearning
ofxDeepLearning is a wrapper based some deep learning algorithms.
Maintained by TatsuyaOGth
Last updated 05/25/14
2
ofxDLib
openFrameworks addon for including and wrapping the dlib library
Maintained by roymacdonald
Last updated 04/15/17
20
Makefile
Examples 4
ofxDna
genetic evolution, mating, crossover of objects genotypes
Maintained by s373
Last updated 02/13/18
19
ofxGeneticAlg
an OFX addon which handles encoding/decoding data to/from "DNA" and mating to create variations.
Maintained by quinkennedy
Last updated 09/15/14
7
ofxGeom
basic geometry functionality
Maintained by chparsons
Last updated 09/11/17
0
Categories: Algorithms, Geometry
ofxGMM
openFrameworks addon for modeling a data distribution as a Gaussian mixture model
Maintained by genekogan
Last updated 11/11/15
4
ofxGNet
A general purpose, high level neural network ofxAddOn capable of modeling and mimicking arbitrary datasets with ease.
Maintained by dasmithii
Last updated 08/26/13
1
Examples 1
ofxGPGPU
Maintained by chparsons
Last updated 03/ 5/20
6
ofxGrt
OpenFrameworks extension for the Gesture Recognition Toolkit
Maintained by nickgillian
Last updated 04/28/18
119
Makefile
ofxGVF
Gesture Variation Follower: oF add-on, MaxMSP, PureData
Maintained by bcaramiaux
Last updated 05/ 6/21
131
ofxHMM
openFrameworks addon to train, evaluate and test Hidden Markov Models
Maintained by andrebaltaz
Last updated 07/ 7/14
4
ofxKDTree
KDTree implementation for fast nearest-neighbor search on variable-sized points, based on nanoflann
Maintained by genekogan
Last updated 02/10/17
11
Categories: Algorithms
ofxKerasify
openFrameworks addon for Running trained Keras Deep Learning models in C++.
Maintained by naotokui
Last updated 04/ 5/17
19
Makefile
Examples 2
ofxLearn
General-purpose machine learning library for openFrameworks, supporting classification, regression, and clustering tasks
Maintained by genekogan
Last updated 03/14/17
98
Makefile
ofxLSystem
3D turtle graphics interpretation of L-Systems
Maintained by Default gravatar small edap
Last updated 03/14/19
40
Categories: Algorithms
ofxLSystemGrammar
openFrameworks addon that implements most of the string rewriting grammars described in the book "The Algorithimic Beauty of Plants"
Maintained by Default gravatar small edap
Last updated 03/14/19
37
Categories: Algorithms
ofxMarkovChain
openFrameworks addon to use Markov chains
Maintained by elaye
Last updated 01/ 5/20
26
ofxMSAmcts
A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks
Maintained by memo
Last updated 02/ 6/16
62
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: Utilities, Algorithms
ofxMSATensorFlow
C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library
Maintained by memo
Last updated 02/26/22
456
Makefile
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
ofxNEAT
NEAT addon for OpenFrameworks
Maintained by davypaperboy
Last updated 08/17/15
4
ofxNeurons
Spiking Neural Networks with izhikevich's model
Maintained by pabloriera
Last updated 07/18/13
5
ofxNonLinearFit
Non Linear fitting based on LGPL library NLopt
Maintained by elliotwoods
Last updated 04/ 8/21
2
ofxOneEuroFilter
Maintained by Default gravatar small i-n-g-o
Last updated 08/10/15
11
Makefile
ofxPatterns
A wrapper for a pattern recognition library
Maintained by carlesgutierrez
Last updated 01/15/14
4
ofxPCA
OpenFrameworks addon for PCA dimensionality reduction technique
Maintained by atduskgreg
Last updated 05/20/14
12
ofxPhyllotaxis
Phyllotaxis algorithm implementation for openFrameworks
Maintained by Default gravatar small edap
Last updated 12/ 3/18
27
Categories: Algorithms
ofxRD
An openFrameworks add-on for computing reaction-diffusion equations.
Maintained by aanrii
Last updated 10/ 1/17
14
Categories: Algorithms
ofxSelfOrganizingMap
openFrameworks addon implementing a self-organizing map
Maintained by genekogan
Last updated 09/11/18
30
ofxSequence
Sequence classification addon for openFrameworks
Maintained by nkint
Last updated 12/12/12
14
ofxSingleton
Singleton pattern for classes (doesn't need to be with openFrameworks, but we're laying it out like it is)
Maintained by elliotwoods
Last updated 04/ 8/21
10
Categories: Algorithms
ofxSpaceColonization
Space Colonization algorithm implementation in openFrameworks
Maintained by Default gravatar small edap
Last updated 08/25/20
66
Categories: Algorithms
ofxSpatialHash
A collection of 2D/3D spatial hashing algorithms. Useful for quick nearest neighbor calculations.
Maintained by bakercp
Last updated 10/12/19
100
Makefile
ofxSvm
ofxSvm is a LibSVM wrapper for openFrameworks
Maintained by TatsuyaOGth
Last updated 09/23/16
3
ofxTSNE
t-SNE dimensionality reduction technique for openFrameworks
Maintained by genekogan
Last updated 12/ 3/17
198
ofxTSNEParallel
A parallel version of ofxTSNE.
Maintained by bakercp
Last updated 04/10/19
16
Makefile
ofxUkf
Unscented Kalman filter addon for openframeworks
Maintained by micuat
Last updated 08/12/14
10
ofxVoronoi
Voronoi Diagram
Maintained by vanderlin
Last updated 02/20/13
14
Examples 1
Categories: Algorithms, Geometry
ofxWFC3D
Wave Function Collapse 3D | openFrameworks Addon
Maintained by action-script
Last updated 05/11/20
41
Categories: Algorithms, Graphics
ofxWord2Vec
openFrameworks addon for working with word2vec embedding, implemented in pure C++
Maintained by Default gravatar small perevalovds
Last updated 10/15/19
7
Makefile
ofxAnimatable
Set of classes that help setup very simple animations, with curves, repeat modes and barebones scheduling.
Maintained by armadillu
Last updated 01/31/24
115
Makefile
Categories: Animation
ofxAnimatableManager
BROKEN, REWRITING, please don't use just yet (if you're coming from ofxaddons.com)
Maintained by btparker
Last updated 05/26/15
0
Categories: Animation
ofxAnimateText
An addon and example that allows you to animate text along a path at various speeds and spacings, as well as set the path smoothing and curvature properties
Maintained by sethismyfriend
Last updated 02/ 7/13
5
Categories: Animation
ofxAnimation
Inspired by Jono Brandel (@jonobr1) and his amazing work on Pataptap & Two.js & so many more awesome projects: http://jonobr1.com/
Maintained by rezaali
Last updated 07/ 3/14
4
Categories: Animation
ofxAnimationKit
openFrameworks animation framework add-on.
Maintained by yuichi1004
Last updated 06/11/10
4
Categories: Animation
ofxAnimationPrimitives
Maintained by satoruhiga
Last updated 10/17/18
26
Categories: Animation
ofxAnimatorVector
Quick demo of how to record input into an XML file and loop it continuously using Open Frameworks
Maintained by benMcChesney
Last updated 01/23/13
2
Categories: Animation
ofxAssimpNISync
Openframeworks addon to pose Assimp skinned meshes with OpenNI
Maintained by alinakipoglu
Last updated 12/26/11
13
Categories: Animation
ofxAutoRiggingModel
auto rigging model
Maintained by kashimAstro
Last updated 05/30/19
68
Categories: Animation
ofxBoids
s373.boids 2d,3D in oF
Maintained by s373
Last updated 02/13/15
20
Categories: Animation
ofxBone
[deprecated] a barebones bone addon for inverse kinematics, skeletal animation. use ofxSkeleton instead.
Maintained by tgfrerer
Last updated 01/10/13
4
Categories: Animation
ofxBoostTween
Main repo is here:
Maintained by Default gravatar small frankiezafe
Last updated 06/ 3/16
5
Categories: Animation, Graphics
ofxBox2dJoints
An openframeworks wrapper of Box2D joint objects for ofxBox2d
Maintained by toruurakawa
Last updated 10/24/12
2
Categories: Animation
ofxChoreograph
David Wicks's Timeline animation Choreograph packaged as an openFrameworks addon
Maintained by daitomanabe
Last updated 10/13/21
41
Categories: Animation
ofxCloth
cloth simulation with collision
Maintained by kashimAstro
Last updated 06/21/19
63
ofxCompositeMotion
Composite motions with composite pattern.
Maintained by diasbruno
Last updated 12/12/11
0
Categories: Animation
ofxCTPainting
An openframeworks add-on to painting the giraffe and others thing.
Maintained by CaterTsai
Last updated 03/15/16
8
Categories: Graphics, Animation
ofxDisplayStackObject
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 DisplayStackObject that will inherit it's parents transformations.
Maintained by paulobarcelos
Last updated 07/22/11
12
Categories: Animation
ofxDrawnetic
ofxDrawnetic is an addon for openframeworks that contains various dynamic/generative brushes and paints for use in generative compositions.
Maintained by rezaali
Last updated 12/27/12
15
Examples 11
Categories: Animation
ofxEasing
Easing equations addon for openFrameworks. Replaces the deprecated ofxTween
Maintained by arturoc
Last updated 10/ 4/18
93
Categories: Animation
ofxEasingFunc
super simple easing function collection
Maintained by satoruhiga
Last updated 01/26/12
18
Categories: Animation
ofxEasingGUI
This is openFrameworks addon.
Maintained by KazukiOmata
Last updated 06/24/20
1
Categories: GUI, Animation
ofxExplodingString
Simple OF addon to quickly make ofTrueType based strings explode in pieces.
Maintained by armadillu
Last updated 10/13/12
2
Categories: Animation
ofxExplosion
Explosion animation
Maintained by armadillu
Last updated 04/ 4/15
3
Categories: Animation
ofxFakeMotionBlur
Simple motion blur addon for openframeworks
Maintained by toruurakawa
Last updated 10/19/12
2
Categories: Animation
ofxFlock
An implementation of Flocking based on the work of Steven Woodcock and Craig Reynolds, written with OpenFrameworks in C++.
Maintained by mummey
Last updated 12/ 6/14
10
Categories: Animation
ofxFunctionalEasing
oF 0.9.0~
Maintained by 2bbb
Last updated 01/13/18
3
Categories: Animation
ofxKeyframeTween
openFrameworks addon for keyframe tween animation
Maintained by nariakiiwatani
Last updated 01/15/21
9
Categories: Animation
ofxLatk
ofxaddon for reading and writing Latk files in openFrameworks, tested with oF 0.11.2. Available from https://ofxaddons.com
Maintained by LightningArtist
Last updated 11/25/23
1
Makefile
Categories: Animation
ofxManipulator
3D manipulator for openFrameworks.
Maintained by u-engine
Last updated 09/17/15
9
Categories: Animation, Geometry
ofxMapRouting
A* path finding for OF, tweaked for performance and small memory footprint - tweaks allowing to go for faster to process (but sub-optimal) paths
Maintained by armadillu
Last updated 01/12/14
19
Categories: Animation
ofxMorphImage
ofxMorphImage - openFrameworks image morphing addon.
Maintained by kskom
Last updated 01/28/20
4
Categories: Animation
ofxMotionMachine
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.
Maintained by numediart
Last updated 12/12/19
64
Makefile
ofxMotionTemplates
a motion templates addon for OpenFrameworks
Maintained by naus3a
Last updated 04/23/15
3
Categories: Animation
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
ofxNumberAnimation
Simple addon to draw an animation of random numbers.
Maintained by kokinomura
Last updated 12/10/13
3
Categories: Animation
ofxOilPaint
An oil painting simulation addon for openFrameworks
Maintained by jagracar
Last updated 10/ 3/19
48
Makefile
ofxOpenSteer
Openframeworks lightweight wrapper for the steering behaviors library OpenSteer.
Maintained by underdoeg
Last updated 09/11/16
43
Categories: Animation
ofxParallax
openFrameworks Addon for Parallax scenes
Maintained by danoli3
Last updated 04/24/14
2
Categories: Animation
ofxParticleEmitter
A port of a particle renderer for openframeworks and Particle Designer
Maintained by sroske
Last updated 07/ 8/10
24
Categories: Animation
ofxParticleSystem
Simple Particle system built in openFrameworks
Maintained by nathankoch
Last updated 04/ 1/12
5
Examples 1
Categories: Animation
ofxPhysical
Basic animations based on physical movementes. Positions, speed and acceleration.
Maintained by jvelazqueztraut
Last updated 05/ 7/13
3
Categories: Animation
ofxPlaylist
(maintained) Keyframe animation library for openFrameworks - compatible with openFrameworks 0.8 +
Maintained by tgfrerer
Last updated 06/15/20
46
Makefile
Categories: Animation
ofxPro
Last updated 11/ 5/14
19
Makefile
Categories: Animation, Bridges
ofxSandLine
ofxSandLine is a generative drawing tool addon for openFrameworks based on http://inconvergent.net/grains-of-sand/
Maintained by Default gravatar small sourya-sen
Last updated 05/31/18
41
Categories: Animation, Graphics
ofxSelflash
Maintained by selflash
Last updated 03/25/24
17
Makefile
Categories: Utilities, Animation
ofxSpine
Implementation of Spine's runtime to load and play 2D skeleton animations with openFrameworks
Maintained by kikko
Last updated 08/12/13
20
Makefile
Categories: Animation
ofxSpine
Implementation of Spine's runtime to load and play 2D skeleton animations with openFrameworks
Maintained by kikko
Last updated 08/12/13
17
Makefile
Examples 1
Categories: Animation
ofxSPK
Maintained by satoruhiga
Last updated 10/24/13
18
Categories: Animation
ofxTexturePacker
openFrameworks Addon for SpriteSheets and Animated Sprites generated from TexturePacker
Maintained by danoli3
Last updated 07/19/23
23
Categories: Graphics, Animation
ofxTexturePlane
Animate a repeatable texture around a plane
Maintained by microcosm
Last updated 04/22/19
4
Categories: Animation
ofxThreadedOSCReceiver
tiny openFrameworks addon to use ofxOSCReceiver with threading
Maintained by hideyukisaito
Last updated 11/ 2/13
4
Categories: Animation
ofxTimeline
lightweight timeline tools for openFrameworks
Maintained by YCAMInterlab
Last updated 08/24/20
269
Makefile
Categories: Animation
ofxTween
tween addon for openFrameworks
Maintained by arturoc
Last updated 12/26/16
80
Categories: Animation
ofxTweenable
Tweening library for openframeworks
Maintained by andreasmuller
Last updated 03/ 6/15
5
Categories: Animation
ofxTweener
The tween addon for Open Frameworks
Maintained by hautetechnique
Last updated 02/ 5/18
23
Categories: Animation
ofxTweenLite
openframeworks addon for quick tweening.
Maintained by julapy
Last updated 04/23/14
5
Categories: Animation
ofxTweeny
A wrapper of tweeny (https://github.com/mobius3/tweeny) for oF.
Maintained by RyoYumo
Last updated 04/19/21
5
Makefile
Categories: Animation
ofxTweenzor
Tweening Engine for OpenFrameworks
Maintained by NickHardeman
Last updated 05/22/24
52
Makefile
Categories: Animation
ofxVectorField
a vector field generator & animator for openFrameworks
Maintained by mantissa
Last updated 05/11/20
21
Categories: Animation
ofxAbletonLink
ofxAbletonLink is an Ableton Link addon for openFrameworks
Maintained by comoc
Last updated 03/28/17
15
Makefile
Categories: Bridges, Sound
ofxAbletonLive
addon for openFrameworks for controlling Ableton Live
Maintained by genekogan
Last updated 10/ 2/18
79
Categories: Bridges, Sound
ofxAcv
ofxAcv is addon for openFrameworks which parses Adobe Photoshop's acv files(tone curve), and apply color change to ofPixels.
Maintained by katotetsuro
Last updated 04/25/14
8
Categories: Bridges
ofxAE
openFrameworks addon for porting Adobe AfterEffects composition to openFrameworks.
Maintained by nariakiiwatani
Last updated 08/31/20
56
Categories: Bridges
ofxAEKeyframe
An addon encodes oF animations into After Effects's keyframe data.
Maintained by Default gravatar small baku89
Last updated 05/ 2/15
10
Categories: Bridges
ofxAfterEffects
Maintained by julapy
Last updated 12/10/13
11
Categories: Bridges
ofxAfterEffectsKeyframeParser
Maintained by satoruhiga
Last updated 11/11/13
12
Categories: Bridges
ofxAfterEffectsTransforms
import into OF the transform keyframes from AfterEffects.
Maintained by roymacdonald
Last updated 10/10/19
9
Categories: Bridges
ofxAgilentGPIB
OpenFrameworks GPIB communication addon
Maintained by ovicin
Last updated 06/16/14
1
Categories: Bridges
ofxAndroid
Dan's Fork of ofxAndroid
Maintained by fakelove
Last updated 07/22/14
0
Categories: Bridges
ofxAndroid
Maintained by johnty
Last updated 11/11/14
1
Categories: Bridges
ofxARDroneOscBridge
Maintained by memo
Last updated 01/12/13
6
Categories: Bridges
ofxARKit
A starting point for openFramworks and ARKit experimenting.
Maintained by sortofsleepy
Last updated 09/ 3/24
257
Makefile
ofxAwesomium
openFrameworks wrapper around the offscreen html renderer, Awesomium
Maintained by mpcdigital
Last updated 10/22/15
33
Makefile
Examples 2
Categories: Bridges
ofxBerkelium
An openFrameworks wrapper for Berkelium, which "off-screen browser rendering via Google's open source Chromium web browser"
Maintained by tgfrerer
Last updated 03/20/12
6
Categories: Bridges
ofxBlender
work in progress, but already partially usable, though API will probably undergo changes
Maintained by underdoeg
Last updated 08/17/14
27
Categories: Bridges
ofxBoost
Compiled Boost libs and headers for OSX and Windows (based on version 1.46 and compiled with GCC 4.6+)
Maintained by gameoverhack
Last updated 01/28/14
5
Categories: Bridges
ofxBrainfuck
brainfuck interpreter for openFrameworks
Maintained by 2bbb
Last updated 06/ 3/14
1
Categories: Bridges
ofxCef
trying to get CEF and OF working together (ie, experimental and mostly broken)
Maintained by ofZach
Last updated 03/28/20
30
Categories: Bridges
ofxCEFClient
:exclamation: [Deprecated] openFrameworks wrapper for Chromium Embedded Framework (CEF) ofx
Maintained by ddiakopoulos
Last updated 07/ 7/15
22
Examples 1
Categories: Bridges
ofxCinder
Project to help with using libCinder as a library inside OpenFrameworks projects.
Maintained by gnimmel
Last updated 09/15/11
1
Categories: Bridges
ofxCoreMotion
OF/iOS addon for the Core Motion Framework. Gives access to device motion (attitude), gyroscope, accelerometer, and magnetometer.
Maintained by trentbrooks
Last updated 12/ 3/15
43
ofxCreditCardSwiper
For bringing credit card numbers into your OF app
Maintained by fakelove
Last updated 08/ 1/16
6
Categories: Bridges
ofxDuktape
Addon for openFrameworks with bindings to the Duktape Javascript interpreter
Maintained by tiagosr
Last updated 02/ 1/23
10
Makefile
Categories: Bridges
ofxDuration
an addon for interacting with Duration universal timeline
Maintained by YCAMInterlab
Last updated 03/ 7/13
3
Categories: Bridges
ofxEchonest
Echonest API for openFrameworks
Maintained by naotokui
Last updated 01/22/15
6
Categories: Bridges, Sound
ofxExif
Wrapper of EasyExif ( https://code.google.com/p/easyexif/ ) for OpenFrameworks
Last updated 11/ 2/18
1
Categories: Bridges
ofxExiv2
openframeworks addon for reading metadata of image files using the exiv2 lib
Maintained by lifthoofd
Last updated 10/ 7/12
2
Categories: Bridges
ofxFBX
openFrameworks fbx importer using autodesk FBX sdk 2013
Maintained by arturoc
Last updated 08/16/13
19
Makefile
Categories: Bridges
ofxFBX
FBX SDK addon for OpenFrameworks
Maintained by NickHardeman
Last updated 08/30/23
111
Makefile
Categories: Bridges
ofxFCPMarker
a simple tool to parse marker export txt files from final cut
Maintained by obviousjim
Last updated 01/19/12
4
Categories: Bridges
ofxFlashLite
ofxFlash is a addon for openFrameworks which enables the loading of Flash XFL files into openFrameworks
Maintained by julapy
Last updated 11/ 9/12
48
Categories: Bridges
ofxFreenect
Wrapping libfreenect for openFramworks
Maintained by tobiasebsen
Last updated 04/17/14
0
Categories: Bridges
ofxGALib
Maintained by nykwil
Last updated 03/28/14
0
Categories: Bridges
ofxGem
openFrameworks addon for sharing pixel data with Puredata/Gem
Maintained by Default gravatar small avilleret
Last updated 02/24/17
5
Makefile
ofxGit
Addon for git repository manipulation using libgit2
Maintained by satoruhiga
Last updated 08/18/13
6
Makefile
Categories: Bridges
ofxGit2
openFrameworks addon for working with git repositories
Maintained by thomasgeissl
Last updated 08/25/22
3
Makefile
Categories: Bridges, Utilities
ofxGL2Webcam
GL2Webcam addon
Maintained by daitomanabe
Last updated 09/ 8/20
48
Makefile
ofxGlmTools
a set of tools that use glm library
Last updated 11/14/14
11
Makefile
Categories: Bridges
ofxGPC
Maintained by satcy
Last updated 11/15/16
4
Categories: Bridges
ofxGpx
openframeworks Addon to parse GPX 1.1 files
Maintained by madc
Last updated 05/18/17
2
Categories: Bridges
ofxGrowl
Growl notification addon for OpenFrameworks
Maintained by hautetechnique
Last updated 04/26/12
5
Categories: Bridges
ofxGtk
Helper Widget to embed an openFrameworks app as a widget in gtk3 applications
Maintained by underdoeg
Last updated 11/ 3/16
4
Makefile
Categories: Bridges
ofxGuido
GUIDO Engine Library musical score renderer layer for OpenFrameworks
Maintained by k4rm
Last updated 08/ 2/19
6
Makefile
Categories: Bridges
ofxGumbo
Parse, search, clean and manipulate HTML with Gumbo.
Maintained by bakercp
Last updated 06/30/14
5
Makefile
Categories: Bridges
ofxHardTalk
Serialise and deserialise things to binary
Maintained by elliotwoods
Last updated 03/ 4/14
1
Examples 1
Categories: Bridges
ofxiBeacon
openFrameworks addon for handling iBeacon.
Maintained by dropcontrol
Last updated 02/ 5/15
11
Categories: Bridges
ofxInstagram
openFrameworks addon that allows user to interact with the Instagram API
Maintained by DHaylock
Last updated 12/ 1/16
16
Makefile
Examples 6
Categories: Web/Networking, Bridges
ofxiOSBridgeUtils
Wrapper openframeworks classes for working with a few native ios UIKit elements
Maintained by trentbrooks
Last updated 04/16/14
5
Categories: Bridges
ofxIsadoraKinect
A small plugin for isadora using openframeworks and ofxKinect to get the Kinect running inside of isadora.
Maintained by saynono
Last updated 01/14/11
5
Categories: Bridges
ofxIsadoraWebcamtest
Having openframeworks running inside of Isadora as plugin.
Maintained by saynono
Last updated 01/14/11
4
Categories: Bridges
ofxiTunes
worksop at NODE ( www.node-lab.org ) WORKSHOP SHOWCASE 2011.11.3→27 at ARTLAB AICHI
Maintained by mizt
Last updated 05/13/13
0
Categories: Bridges
ofxJavascript
Addon for Openframeworks
Maintained by v3ga
Last updated 04/20/15
15
Categories: Bridges
ofxJenOsc
Control interface for receiving and manipulating OSC data sent from Gen
Maintained by MindBuffer
Last updated 09/11/15
0
Examples 1
Categories: Bridges
ofxLanguageDetector
A wrapper around Google's compact language detector.
Maintained by bakercp
Last updated 06/ 8/12
4
Examples 1
Categories: Bridges
ofxLibXtract
LibXtract example for openFrameworks
Maintained by Venetian
Last updated 10/ 4/14
0
Categories: Bridges
ofxLivedrawEngine
The core real-time rending engine for livedraw.
Maintained by themaw
Last updated 03/14/13
7
Makefile
Categories: Bridges
ofxLua
(maintained) a lua scripting interface & bindings for openFrameworks
Maintained by danomatika
Last updated 04/11/24
163
Makefile
Categories: Bridges
ofxMacControl
Utilitiy functions control OSX for openframeworks
Maintained by 2bbb
Last updated 02/15/14
4
Categories: Bridges
ofxMapBox
MapBox for Open Frameworks IOS
Maintained by minusplusminus
Last updated 02/28/14
12
Examples 1
Categories: Bridges
ofxMaxGenGlslLoader
loading shader exported from jit.gl.pix
Maintained by nariakiiwatani
Last updated 05/10/14
2
Categories: Bridges
ofxMessageChecker
read data in Message.app
Maintained by 2bbb
Last updated 02/28/15
1
Categories: Bridges
ofxMMDX
Miku Miku Dance on openframeworks
Maintained by R1cebank
Last updated 02/18/14
1
Categories: Bridges
ofxMoonLight
Creative Coding programming environment with Lua and OpenFrameworks on RaspberryPi
Maintained by hackathon-ro
Last updated 05/ 1/13
1
Makefile
Categories: Bridges
ofxMosquitto
openFrameworks addon to working with Mosquitto (MQTT library for C++).
Maintained by hideyukisaito
Last updated 03/15/16
11
Categories: Bridges
ofxMQTT
MQTT addon for openframeworks based on libmosquitto
Maintained by 256dpi
Last updated 10/27/23
28
Categories: Bridges
ofxMSAQuartzComposition
openFrameworks addon to load and play Quartz Compositions [OLD]
Maintained by memo
Last updated 04/25/15
0
Categories: Bridges
ofxMySQL
Quick and easy access to MySQL databases in openFrameworks
Maintained by elliotwoods
Last updated 08/13/17
19
Categories: Bridges
ofxNodejs
Maintained by satoruhiga
Last updated 08/10/15
74
Categories: Bridges
ofxNotifications
Send notifications via Notification Center (OS X 10.8+).
Maintained by bakercp
Last updated 12/17/14
13
Examples 1
Categories: Bridges
ofxNumpy
simple reader for .npy files
Maintained by yusuketomoto
Last updated 11/21/15
9
Categories: Bridges
ofxObjective-C--Utility
Utility for using openframeworks with Objective-C++
Maintained by 2bbb
Last updated 12/ 1/13
8
Categories: Bridges
ofxOfelia
(maintained) openFrameworks and Lua within a real-time visual programming environment, Pure Data
Maintained by cuinjune
Last updated 09/ 7/19
163
Makefile
Examples 6
Categories: Bridges
ofxOpenVDB
OpenVDB voxel processing for OpenFrameworks
Maintained by weshoke
Last updated 06/ 5/14
14
Categories: Bridges
ofxOrientalAZControll
Use Modbus to controll Orientalmotor series AZ.
Maintained by sfjmt
Last updated 07/14/15
0
Examples 1
Categories: Bridges
ofxOSXImageCapture
a camera only interface to the ImageCaptureCore framework in OS X, allowing you to capture, save, and load images directly from OS X supported capture devices (e.g. digital cameras)
Maintained by robotconscience
Last updated 12/ 9/12
6
Categories: Bridges
ofxPd
(maintained) a Pure Data addon for OpenFrameworks using libpd
Maintained by danomatika
Last updated 04/10/24
202
Makefile
Categories: Bridges
ofxPiecemaker2
an openFrameworks addon to access the Piecemaker 2 API
Maintained by motionbank
Last updated 04/10/14
1
Categories: Bridges
ofxPof
POF = Pd + OpenFrameworks : openFrameworks externals for Pure Data, providing openGL mutlithreaded rendering and advanced multitouch events management.
Maintained by Ant1r
Last updated 07/20/23
61
Makefile
Categories: Bridges
ofxPro
Last updated 11/ 5/14
19
Makefile
Categories: Animation, Bridges
ofxPsdLoad
OpenFramorks addon to load PSD files to ofPixels or ofTexture
Maintained by armadillu
Last updated 02/ 3/17
8
Categories: Bridges
ofxPy
Maintained by satoruhiga
Last updated 01/ 6/16
14
Categories: Bridges
ofxPython
openFrameworks addon to embed Python
Maintained by chaosct
Last updated 01/17/17
63
Makefile
Categories: Bridges
ofxQCPlugin
ofxQCPlugin is an add on for Quartz Composer and Open Frameworks allowing developers to leverage the Open Frameworks media & programming environment to create new Quartz Composer plugins.
Maintained by vade
Last updated 04/16/14
10
Categories: Bridges
ofxqcplugin
Automatically exported from http://code.google.com/p/ofxqcplugin before merging update from github one
Maintained by snipsnipsnip
Last updated 06/ 6/15
0
Categories: Bridges
ofxQNX
BlackBerry PlayBook and BlackBerry 10 add-on for openFrameworks
Maintained by falcon4ever
Last updated 05/26/15
7
Categories: Bridges
ofxReframe
C++ openFrameworks addon to ECS(Entity Component System) framework
Maintained by tanitta
Last updated 07/31/15
1
Categories: Bridges
ofxReplicatorG
Simple library to remotely control ReplicatorG
Maintained by cibomahto
Last updated 04/ 4/11
5
Categories: Bridges
ofxRunway
runway client for openframeworks (w.i.p.)
Maintained by genekogan
Last updated 08/19/19
36
Makefile
ofxRx
ofxRx is an openframeworks (C++11) addon to bridge rxcpp
Maintained by kirkshoop
Last updated 02/ 7/16
15
Makefile
Categories: Bridges
ofxSatellite
A satellite tracker using libsgp4 : http://www.danrw.com/sgp4/
Maintained by bakercp
Last updated 09/ 4/18
18
Makefile
Categories: Bridges
ofxScratch
the add-on in order to connect to Scratch with remort sensor-protcol
Maintained by mactkg
Last updated 08/ 5/14
7
Categories: Bridges
ofxSgp
Maintained by moxuse
Last updated 12/28/12
4
Categories: Bridges
ofxSiri
Let ur openframeworks sing/speak something through siri.
Maintained by Loongint
Last updated 09/14/16
3
Categories: Sound, Bridges
ofxSkype
Extension for controlling the Skype Desktop Application from OpenFrameworks.
Maintained by stfj
Last updated 05/ 2/12
6
Categories: Bridges
ofxSpout2
Openframeworks addon for SpoutV2
Maintained by Kj1
Last updated 04/21/20
50
Categories: Bridges, Graphics
ofxSQLite
SQLite addon and wrapper for openFrameworks
Maintained by roxlu
Last updated 01/10/12
20
Examples 1
Categories: Bridges
ofxSQLiteCpp
A package and examples around ofxSQLiteCpp.
Maintained by bakercp
Last updated 05/20/22
21
Makefile
Categories: Bridges
ofxStatusbar
Addon for openFrameworks to add icons and text to the statusbar of Mac OS X (needs support - see readme)
Maintained by madc
Last updated 11/27/13
12
Categories: Bridges
ofxSTL
STL importer/exporter for openFrameworks
Maintained by obviousjim
Last updated 04/ 7/20
21
Categories: Bridges
ofxStreetView
OF scraper for GoogleStreetView panoramas and depthmap
Last updated 04/ 9/16
183
Categories: Bridges
ofxTablet
Wacom tablet addon for Open Frameworks
Maintained by mattebb
Last updated 08/21/14
22
Categories: Bridges
ofxTalairach
Openframeworks addons to use Talairach client
Maintained by carlesgutierrez
Last updated 02/14/14
1
Categories: Bridges
ofxTFTTouch
Module Raspberry Openframeworks get Coord Touch X,Y,Pressur
Maintained by kashimAstro
Last updated 01/21/16
6
Categories: Bridges
ofxTidalCycles
openFrameworks addon for TidalCycle visualization
Maintained by tado
Last updated 03/12/20
30
Categories: Bridges
ofxV8
Google v8 javascript engine addon for oF
Maintained by timredfern
Last updated 10/ 8/12
4
Categories: Bridges
ofxVezer
add-on for openFrameworks to use a exported XML from Vezer
Maintained by satcy
Last updated 02/20/19
23
Categories: Bridges
ofxVino
A simple wrapper for connecting your openFrameworks app to the Vine API.
Maintained by madc
Last updated 06/12/15
1
Makefile
Categories: Bridges
ofxVRPN
a VRPN wrapper for OpenFrameworks
Maintained by wasawi
Last updated 05/27/15
0
Categories: Bridges
ofxVSido
ver. 0.01
Maintained by dotchang
Last updated 03/20/15
1
Categories: Bridges
ofxVstHost
Enable to load VST plugins and use them as audio effects in openFrameworks.
Maintained by Meach
Last updated 05/29/17
18
Makefile
Categories: Bridges, Sound
ofxVVVV
Addon for building VVVV nodes out of openFrameworks code
Maintained by elliotwoods
Last updated 12/ 3/12
7
Categories: Bridges
ofxWin8Touch
Windows 8 touch driver for OpenFrameworks using WM_POINTER events
Maintained by nneonneo
Last updated 12/11/18
21
Categories: Bridges
ofxWinTouchHook
windows 7 + 8 touch for OF
Maintained by trentbrooks
Last updated 08/28/15
19
Categories: Bridges
ofxXmlGibson
This addon for openframeworks reads animation XML exported from After Effects by the XML Gibson plugin into a handy object oriented interface. XML Gibson is a script that allows you to export your After Effects compositions to XML files.
Maintained by mosboston
Last updated 05/ 7/14
7
Categories: Bridges
ofxXMP
Addon for OpenFrameworks providing access to Adobe's XMP metadata standard
Maintained by gameoverhack
Last updated 01/28/14
5
Categories: Bridges
ofxYouTubeVideoUploader
Upload video files to YouTube straight from oF!
Maintained by timscaffidi
Last updated 12/ 1/12
15
Categories: Bridges
ofx3hreeSpace
3hreeSpace offers a method for 3D tracking using two cameras
Maintained by islandrabe
Last updated 11/28/14
7
Categories: Computer Vision
ofxActiveScan
Active 3D scan for uncalibrated projector-camera/Kinect
Maintained by micuat
Last updated 02/14/22
58
Makefile
Categories: Computer Vision
OfxAddonCombo
Combining open frameworks libraries can be challenging. This app combines the ofx postprocessing library with the ofx optical flow library.
Maintained by crecord
Last updated 01/29/13
2
Categories: Computer Vision
ofxAddonsExample
Crazy simple openframeworks app. Combines two ofxAddons, ofxBlur and ofxOpticalFlowFarneback
Maintained by buenoIsHere
Last updated 01/28/13
1
Categories: Computer Vision
ofxAndroidMobileVision
openFrameworks Android wrapper allowing access to Mobile Vision Library from Google.
Maintained by HalfdanJ
Last updated 03/25/18
12
Makefile
Categories: Computer Vision
ofxARCore
Experimental addon for openFrameworks to use ARCore on Android devices
Maintained by HalfdanJ
Last updated 05/14/19
182
Makefile
ofxARKit
A starting point for openFramworks and ARKit experimenting.
Maintained by sortofsleepy
Last updated 09/ 3/24
257
Makefile
ofxARKit-12-example-face-tracking
Example showing OpenFrameworks & ARKit face tracking!
Maintained by AndresCuervo
Last updated 10/ 9/18
28
Examples 2
Categories: Computer Vision
ofxARKit-example-facetracking
Example showing OpenFrameworks & ARKit face tracking!
Maintained by AndresCuervo
Last updated 07/19/18
18
Examples 2
Categories: Computer Vision, iOS
ofxArtool5
OF addon for Artoolkit5 (Marker and NFT)
Maintained by naus3a
Last updated 04/20/20
12
Categories: Computer Vision
ofxARToolKit
openFrameworks Addon to integrate and extend the ARToolKit SDK to the openFrameworks PDE
Maintained by artoolkit
Last updated 02/19/16
26
Examples 1
Categories: Computer Vision
ofxARToolKit
This is a new attempt for an OF ARToolKit 5 Add-On
Maintained by openhybrid
Last updated 02/ 6/16
6
Categories: Computer Vision
ofxARtoolkitPlus
artoolkitplus addons for openframeworks
Maintained by fishkingsin
Last updated 02/20/14
29
Categories: Computer Vision
ofxAruco
openFrameworks addon for marker based AR using ArUco: www.uco.es/investiga/grupos/ava/node/26
Maintained by arturoc
Last updated 05/25/21
89
Categories: Computer Vision
ofxASM
Active Shape Models for OpenFrameworks
Maintained by CreativeInquiry
Last updated 12/ 6/13
5
Makefile
Categories: Computer Vision
ofxAzureKinect
An openFrameworks addon for the Azure Kinect.
Maintained by prisonerjohn
Last updated 12/ 5/23
73
Makefile
ofxBackground
An openFrameworks addon to show several different methods of using openCV for foreground/background image segmentation
Maintained by JGL
Last updated 10/21/22
19
Categories: Computer Vision
ofxBGS
Background Subtraction Library using bgslibrary and OpenCV
Maintained by underdoeg
Last updated 01/ 5/13
12
Categories: Computer Vision
ofxBlobsManager
Maintained by peteruithoven
Last updated 02/26/16
15
Categories: Computer Vision
ofxBlobTracker
Classic and simple blobTracker implementation used on CCV ( Created by Ramsin Khoshabeh ) + Finger Tracking
Last updated 02/26/17
34
Categories: Computer Vision
ofxCaffe
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, OpenCV, CUDA, pkmMatrix, and pkmHeatmap. Pre-trained models not included but can be found linked in Caffe's "Model Zoo" and placed in the bin/data directory of the example project.
Maintained by pkmital
Last updated 07/23/15
17
Categories: Computer Vision
ofx_calib
ofx camera calibration compatible with jit.cv.calibration under osx 10.8.4
Maintained by yopla
Last updated 11/12/13
0
Examples 6
Categories: Computer Vision
ofxCalibrationUtils
Set of Calibration Tools for openCV
Maintained by DHaylock
Last updated 08/14/14
0
Categories: Computer Vision
ofxCamaraLucida
Kinect Projector System
Maintained by chparsons
Last updated 01/ 4/18
87
Categories: Computer Vision
ofxCameraCalibUtils
Maintained by satoruhiga
Last updated 11/ 5/13
4
Categories: Computer Vision
ofxCcv
libccv addon for openFrameworks
Maintained by kylemcdonald
Last updated 09/ 6/23
124
Categories: Computer Vision
ofxChilitags
OF wrapper of Chilitags https://github.com/chili-epfl/chilitags
Maintained by chparsons
Last updated 01/23/20
1
Makefile
Categories: Computer Vision
ofxChromaKeyShader
A shader-based chroma keying addon for openFramworks
Maintained by musiko
Last updated 05/30/24
57
Categories: Computer Vision
ofxCIDetector
ofxCIDetector (for iPhone)
Maintained by 2bbb
Last updated 04/11/14
3
Categories: Computer Vision
ofxCLEye
Wrapper for the CL Eye Platform SDK, necessary to control the PlayStation Eye camera.
Maintained by lgmsampaio
Last updated 02/10/15
1
Examples 1
Categories: Computer Vision
ofxCMT
Consensus-based Matching and Tracking of Keypoints (CMT) is a robust optical flow feature tracking algorithm.
Maintained by nwadedx
Last updated 10/16/15
20
Categories: Computer Vision
ofxContourUtil
openframeworks addon for contour math, including openCV method for contour simplification.
Maintained by julapy
Last updated 08/ 7/11
3
Categories: Computer Vision
ofxCorrectPerspective
openFrameworks addon that performs automatic 2d rectification of images. It’s based on work done in “Shape from Angle Regularity” by Zaheer et al., ECCV 2012 [http://cvlab.lums.edu.pk/zaheer2012shape]
Maintained by harisusmani
Last updated 05/15/14
20
Categories: Computer Vision
ofxCv
Alternative approach to interfacing with OpenCv from openFrameworks.
Maintained by kylemcdonald
Last updated 05/24/22
654
Makefile
Categories: Computer Vision
ofxCv2
Camera Projector Calibration tool addon for OF (in progress)
Maintained by alvarohub
Last updated 08/ 7/12
13
Categories: Computer Vision
ofxCvBlobFinder
Same as ofxCvContourFinder with advanced features: hull shapes, convexity defects, approximated shaped
Maintained by dopuskh3
Last updated 03/11/10
4
Categories: Computer Vision
ofxCvBlobFluid
ofxCvBlobFluid
Maintained by anbello
Last updated 06/ 2/14
2
Categories: Computer Vision
ofxCvCameraProjector
simple OF addon that helps using opencv's camera-projector calibration files
Maintained by kikko
Last updated 11/18/13
0
Makefile
Examples 2
Categories: Computer Vision
ofxCvCameraProjectorCalibration
OpenFrameworks addon that helps calibrating a camera and a projector using OpenCV
Maintained by kikko
Last updated 08/31/16
117
Makefile
ofxCvCameraProjectorCalibration
OpenFrameworks addon that helps calibrating a camera and a projector using OpenCV
Maintained by kikko
Last updated 08/31/16
71
Makefile
Examples 2
Categories: Computer Vision
ofxCvFacialRecognitionVideo
Train a predictive model with images of a person and then recognize their face with a camera. Eh, kind of works :)
Maintained by chrisallick
Last updated 09/11/13
9
Categories: Computer Vision
ofxCvFeaturesTracker
Natural Features Tracking addon for OpenFrameworks using OpenCV only
Maintained by kikko
Last updated 11/14/13
13
Makefile
Categories: Computer Vision
ofxCvHoughCircles
Maintained by otaviocc
Last updated 06/15/12
0
Categories: Computer Vision
ofxCvInputManager
oF addon to manage different inputs (video,cams,snapshots) while working on your CV algorithms
Maintained by fx-lange
Last updated 05/30/13
7
Categories: Computer Vision
ofxCvInverseCalibration
OF addon calculating inverse of lens distortion coefficients
Maintained by hanasaan
Last updated 10/10/14
2
Categories: Computer Vision
ofxCvMin
Minimal OpenCv implementation for openFrameworks with modern libs
Maintained by elliotwoods
Last updated 08/21/23
21
Makefile
Categories: Computer Vision
ofxCvMotionTemplates
Maintained by fx-lange
Last updated 01/24/14
3
Categories: Computer Vision
ofxCvOpticalFlowLK
OpenCV Optical Flow LK wrapper. Made by a number of people over the ages
Maintained by Flightphase
Last updated 07/31/11
6
Categories: Computer Vision
ofxCv-PoseEstimation
Maintained by jorik041
Last updated 03/15/13
0
Examples 1
Categories: Computer Vision
ofxCv-PoseEstimation
Maintained by satoruhiga
Last updated 03/15/13
0
Examples 1
Categories: Computer Vision
ofxCvPosit
a simple wrapper for Posit fonction of OpenCV to OpenFrameworls. Allowed to estimate a 3D pose from 4 non coplanar point.
Maintained by pach
Last updated 11/17/10
18
Categories: Computer Vision
ofxCv_stitch
opencv2 panorama stitching
Maintained by antimodular
Last updated 09/10/15
25
ofxCvTest
新しいXcodeで動くようにしたofxCvのサンプル集
Maintained by onakaponpon
Last updated 03/27/14
1
Examples 7
Categories: Computer Vision
ofxCVTrackingApp
Maintained by jessp
Last updated 07/12/14
0
Categories: Computer Vision
ofxDaveOpenCV
Just a simple class that does all the openCv in smaller blocks
Maintained by DHaylock
Last updated 03/23/15
0
Categories: Computer Vision
ofxDepthCamera
Device-independent library for working with multiple depth cameras, recording, playback, and streaming remotely
Maintained by mattfelsen
Last updated 06/21/16
37
Makefile
Categories: Computer Vision
ofxDigitalEmulsion
Repo for Digital Emulsion Toolkit app
Maintained by elliotwoods
Last updated 06/10/15
27
Examples 2
Categories: Computer Vision
ofxDynamicBackgroundCV
Maintained by jvcleave
Last updated 07/ 7/14
18
Categories: Computer Vision
ofxEigenFaces
Face recognition library for Openframeworks
Maintained by stpn
Last updated 02/26/12
3
Categories: Computer Vision
ofxEos
An openFrameworks addon that wraps the eos face model.
Maintained by bakercp
Last updated 03/22/20
15
Makefile
Categories: Computer Vision
ofxEvm
EVM(Eulerian Video Magnification) addon for openFrameworks
Maintained by yusuketomoto
Last updated 04/ 1/16
120
Categories: Computer Vision
ofxFaceRecognizer
implementation of opencv FaceRecognizer class
Maintained by antimodular
Last updated 11/ 4/20
17
Categories: Computer Vision
ofxFaceShift
Network-based addon for interfacing with FaceShift Studio from openFrameworks.
Maintained by kylemcdonald
Last updated 10/12/12
41
Categories: Computer Vision
ofxFaceTracker
CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
Maintained by kylemcdonald
Last updated 06/28/21
1391
Categories: Computer Vision
ofxFaceTracker2
Landmark detection addon for openFrameworks using DLIB
Maintained by HalfdanJ
Last updated 04/11/22
207
Makefile
Categories: Computer Vision
ofxFaceTracker-iOS
Example of using ofxFaceTracker on iOS.
Maintained by kylemcdonald
Last updated 03/19/17
31
Categories: Computer Vision, iOS
ofxFastLensUndistort
Maintained by hanasaan
Last updated 02/25/18
9
Categories: Computer Vision
ofxFern
An implementatin of the Fern tracker from EPFL CVLab
Maintained by liquidzym
Last updated 01/ 9/12
0
Categories: Computer Vision
ofxFern
An implementatin of the Fern tracker from EPFL CVLab
Maintained by ofTheo
Last updated 02/24/15
39
Makefile
Categories: Computer Vision
ofxFiducialFinder
ofxFiducialFinder tracks fiducial-tagged objects using ofxOpenCv all within openFrameworks. No TUIO messaging necessary.
Maintained by SafetyOrange
Last updated 02/27/17
5
Categories: Computer Vision
ofxFlob
ofxflob is a snow flood-fill multi-blob detector addon for openframeworks
Maintained by s373
Last updated 02/13/18
11
Categories: Computer Vision
ofxGestures
cross platform gesture recognizing add-on for OpenFrameworks
Maintained by tallavi
Last updated 07/20/18
6
Categories: Computer Vision
ofxGrayCode
Maintained by 2bbb
Last updated 04/ 6/15
1
Categories: Computer Vision
ofxGSVPointCloud
Openframeworks implementation to create a point cloud from Google Street View
Maintained by wearenocomputer
Last updated 07/ 1/17
41
Categories: Computer Vision
ofxHandTracker
[computer vision] A Hand Tracking Addon using Kinect for openFrameworks - under construction
Maintained by blazm
Last updated 10/ 6/14
13
Categories: Computer Vision
ofxHeadCount
Counts the number of people walking in or out of an entrace over time. Each count is timestamped. This is a proof of concept
Maintained by osiloke
Last updated 02/ 5/15
13
Categories: Computer Vision
ofxHeadPoseEstimator
openFrameworks example using ofxKinect to demonstrate research from Gabriele Fanelli.
Maintained by kylemcdonald
Last updated 02/15/12
15
Categories: Computer Vision
ofxHistogram
addon for getting the color histogram of an image in openframeworks
Maintained by genekogan
Last updated 07/13/18
2
Categories: Computer Vision
ofxImageSegmentation
Color based image segmentation based on http://cs.brown.edu/~pff/segment/
Maintained by obviousjim
Last updated 02/24/16
26
Examples 1
Categories: Computer Vision
ofxKinect2ProjectorCalibration
Openframeworks 084 addon for calibrating kinect V2 with projector (windows only)
Maintained by Kj1
Last updated 12/24/14
18
Categories: Computer Vision
ofxKinect2Sender
VS2012 Project to Push Kinect V2 Data to OSC Receiver
Maintained by fakelove
Last updated 08/22/14
1
Categories: Computer Vision
ofxKinect3DViewer
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: Computer Vision
ofxKinect4Azure
addon for using Azure Kinect DK.
Maintained by sadmb
Last updated 05/ 1/20
18
Makefile
ofxKinectBlobFinder
3D blob finder to be used with ofxKinect. Avoids occlusion issues when using a 2D contourfinder
Maintained by dasaki
Last updated 04/ 5/21
27
Categories: Computer Vision
ofxKinectBlobTracker
Maintained by dasaki
Last updated 04/ 5/21
9
Categories: Computer Vision
ofxKinectCommonBridge
A wrapper for the simple Kinect for Windows library developed at Microsoft in partnership with myself & James George
Maintained by joshuajnoble
Last updated 04/25/17
90
Categories: Computer Vision
ofxKinectCommonBridge_x64
experimental x64 version of ofxKCB
Maintained by obviousjim
Last updated 02/19/14
1
Categories: Computer Vision
ofxKinectDepthUtils
openFrameworks addon that creates a mesh from the Kinect depth map. Functionality includes:
Maintained by jamesalliban
Last updated 06/23/14
16
Categories: Computer Vision
ofxKinectFeatures
Motion capture feature extractor
Maintained by asarasua
Last updated 07/29/16
12
Examples 5
Categories: Computer Vision
ofxKinectForWindows2
Implementation of Kinect For Windows v2 API (not using KinectCommonBridge)
Maintained by elliotwoods
Last updated 05/26/24
163
Makefile
Categories: Computer Vision
ofxKinectMeshRecorder
Records/playbacks the Kinect point cloud + Mesh Import Blender scripts
Maintained by pelayomendez
Last updated 08/15/12
16
Categories: Computer Vision
ofxKinectProjectorToolkit
openFrameworks addon for calibrating a Kinect to a projector for real-time projection mapping onto moving surfaces
Maintained by genekogan
Last updated 12/26/16
131
Categories: Computer Vision
ofxKinectProjectorToolkitV2
openFrameworks addon for calibrating a KinectV2 to a projector for real-time projection mapping onto tracked spaces
Maintained by genekogan
Last updated 11/11/15
62
Categories: Computer Vision
ofxKinect_ProjectSurfaces
Quick and Dirty Wrapper to project shapes and patterns in / around / on openCV blobs generates with ofxKinect. This is by no means the best way to do this I did it hackily the way I knew how.
Maintained by benMcChesney
Last updated 02/13/13
2
Categories: Computer Vision
ofxKinectSdk
Lightweight Kinect SDK wrapper
Maintained by neilmendoza
Last updated 10/ 7/13
6
Categories: Computer Vision
ofxKinectSegmentation
An openFrameworks extension for image segmentation using the RGB+depth ability of a Kinect
Maintained by jwbowler
Last updated 07/ 3/12
18
Categories: Computer Vision
ofxKinectTouch
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: Computer Vision
ofxKinectUsers
Kinect addon for re-programable gesture tracking
Last updated 07/ 6/12
4
Categories: Computer Vision
ofxKinectV2
of addon for Kinect V2
Maintained by joshuajnoble
Last updated 01/15/16
47
Categories: Computer Vision
ofxKinectV2
An addon for the new Kinect For Windows V2 sensor.
Maintained by ofTheo
Last updated 10/18/23
207
Makefile
Categories: Computer Vision
ofxKinectV2-OSC
Get KinectV2 skeletons into openFrameworks on your Mac
Maintained by microcosm
Last updated 08/22/18
65
Makefile
Categories: Computer Vision
ofxKinectV2_Samples
Samples for use with my branch of ofxKinectV2
Maintained by rickbarraza
Last updated 11/28/14
6
Categories: Computer Vision
ofxKuKinectV2
Kuflex's Kinect V2 addon for Windows, based on freenect and ofxKinectV2
Maintained by kuflex
Last updated 10/15/17
0
ofxLaserPointer
addon to use a laser pointer as a mouse
Maintained by armadillu
Last updated 04/26/13
7
Categories: Computer Vision
ofxLaserTracker
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: Computer Vision
ofxLensCorrection
WIP
Maintained by satoruhiga
Last updated 09/29/14
8
Categories: Computer Vision
ofxLibface
face detection with LibFace(http://libface.sourceforge.net/file/Home.html)
Maintained by katotetsuro
Last updated 10/20/12
5
Categories: Computer Vision
ofxLibRealsense2
add librealsense2 to the project
Maintained by asaiyuta
Last updated 08/28/19
1
Makefile
ofxLibRealSense2P
realsense2 addon for openFrameworks.
Maintained by P-A-N
Last updated 02/13/20
7
Makefile
ofxMIOFlowGLSL
Optical Flow GPU Version - based upon Andrew Benson's solution
Maintained by princemio
Last updated 11/ 4/20
82
Categories: Computer Vision
ofxMMD
MMD for OpenFramework
Maintained by hiphi
Last updated 02/26/12
17
Categories: Computer Vision
ofxMotionDetector
Motion detector for openFrameworks
Maintained by t9t9
Last updated 04/30/18
2
Categories: Computer Vision
ofxMotionMachine
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.
Maintained by numediart
Last updated 12/12/19
64
Makefile
ofxMotionTracker
Maintained by heisters
Last updated 05/ 8/11
10
Categories: Computer Vision
ofxMPT
OF addon for MPT library (facial expression recognition)
Maintained by arturoc
Last updated 10/10/11
7
Categories: Computer Vision
ofxMSAMotionTracker
Maintained by memo
Last updated 02/ 8/19
2
Makefile
Categories: Computer Vision
ofxMSAOpenCL_CV
C++ openFrameworks addon for CV using openCL [OLD]
Maintained by memo
Last updated 02/ 1/19
0
Makefile
Categories: Computer Vision
ofxMultiKinectV2
Connecting multiple Kinect For Windows V2 sensors to one Mac
Maintained by hanasaan
Last updated 09/28/20
130
Makefile
Categories: Computer Vision
ofxMVG
OFX plugins for Multiple View Geometry
Maintained by poparteu
Last updated 01/26/20
66
Categories: Computer Vision
ofxNaturalFeatureTracker
A natural features image tracker, detector and Augmented Reality engine
Maintained by royshil
Last updated 03/ 6/15
18
Categories: Computer Vision
ofxNCKinect
Kinectv2 addon for openFrameworks
Maintained by wearenocomputer
Last updated 06/19/19
61
ofxNI2
a simple OpenNI2 wrapper
Maintained by satoruhiga
Last updated 04/28/17
47
Categories: Computer Vision
ofxNite2
Maintained by eranws
Last updated 01/12/13
2
Categories: Computer Vision
ofxNuitrack
openFrameworks addon for Nuitrack body tracking SDK
Maintained by hiroMTB
Last updated 12/30/18
18
Makefile
Categories: Computer Vision
ofxObjectSurfer
An addon for capturing sets of keypoints and descriptors and then finding one or more objects in an image.
Maintained by jbeuckm
Last updated 01/17/14
4
Makefile
Categories: Computer Vision
ofxOneDollar
Implementation of the $1 gesture recognizer
Maintained by roxlu
Last updated 04/19/11
15
Examples 1
Categories: Computer Vision
ofxONI1_5
Maintained by tomana
Last updated 09/15/13
0
Categories: Computer Vision
ofxONI2
Maintained by luteberget
Last updated 08/23/13
2
Categories: Computer Vision
ofxOpenCv2
OpenCv2 wrapper for OpenFrameworks v0062
Maintained by marynel
Last updated 03/21/11
1
Categories: Computer Vision
ofxOpencv2.4
ofxOpencv complied with openCv 2.4.0& TBB-enabled
Maintained by liquidzym
Last updated 05/ 6/12
5
Categories: Computer Vision
ofxOpencv2.4.1
ofxOpencv2.4.1 complied with openCv 2.4.1 & TBB-enabled,testing with of0071 (vs2010 only)
Maintained by liquidzym
Last updated 06/ 2/12
1
Categories: Computer Vision
ofxOpenCV2461
ofxOpenCV linking against OpenCV 2.4.6.1, including libraries for OSX
Maintained by pkmital
Last updated 08/31/13
2
Categories: Computer Vision
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Maintained by TetsuakiBaba
Last updated 01/14/24
37
Makefile
Categories: Computer Vision
ofxOpenCVExtensions
Maintained by emmanuelgeoffray
Last updated 12/17/13
3
Categories: Computer Vision
ofxOpenCvModified
ofxOpenCv + blob id tracking for openFrameworks 0.8.3
Maintained by chutaicho
Last updated 08/14/14
1
Categories: Computer Vision
ofxOpenCV_ofxBox2d_ofxUGen
Maintained by morooka
Last updated 11/22/13
0
Categories: Computer Vision
ofxOpenCv_x64
64 bit libs for OpenCV
Maintained by obviousjim
Last updated 02/ 6/14
1
Makefile
Categories: Computer Vision
ofxOpenFace
Toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation
Maintained by antimodular
Last updated 07/27/18
30
Makefile
Categories: Computer Vision
ofxOpenNI
Wrapper for OpenNI, NITE and SensorKinect
Maintained by gameoverhack
Last updated 09/27/18
245
Categories: Computer Vision
ofxOpenNI
Maintained by muraji
Last updated 02/ 8/14
0
Categories: Computer Vision
ofxOpenNi2
Maintained by eranws
Last updated 04/ 8/13
0
Categories: Computer Vision
ofxOpenNIHandPositionLogger
A present for Ryan Derry
Maintained by murraymeehan
Last updated 03/29/12
1
Categories: Computer Vision
ofxOpenNIV1
ofxOpenNI Version 1.0 with added feature
Maintained by LeslieFire
Last updated 02/ 3/15
0
Categories: Computer Vision
ofxOpticalFlowFarneback
openFrameworks addon for gunnar-farneback dense optical flow method
Maintained by timscaffidi
Last updated 03/ 4/16
21
Categories: Computer Vision
ofxOpticalFlowLK
openframeworks addon for optical flow calculations using opencv.
Maintained by julapy
Last updated 10/19/15
8
Categories: Computer Vision
ofxOrbbecAstra
openFrameworks addon for using the Orbbec Astra SDK
Maintained by mattfelsen
Last updated 10/ 6/16
32
Makefile
Categories: Computer Vision
ofxPCL
http://www.pointclouds.org/
Maintained by satoruhiga
Last updated 09/25/14
57
Categories: Computer Vision
ofxPclStitcher
addon to merge multiple point clouds together
Maintained by underdoeg
Last updated 03/21/13
5
Categories: Computer Vision
ofxPCSDK
Intel Perceptual Computing SDK
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: Computer Vision
ofxPoseRecognizer
addon for openframeworks that can recognize player's pose
Maintained by LeslieFire
Last updated 07/15/14
0
Categories: Computer Vision
ofxProjectorKinectCalibration
Openframeworks addon for calibrating a kinect and a projector, currently work in progress
Maintained by Kj1
Last updated 08/10/15
34
Categories: Computer Vision
ofxPSLevels
Levels adjustment addon for openFrameworks (CSBG)
Maintained by outsidecontext
Last updated 10/ 2/20
1
Categories: Computer Vision
ofxPTAM
PTAM into openFrameworks
Maintained by Akira-Hayasaka
Last updated 02/13/12
12
Categories: Computer Vision
ofxPTAMM
Parallel Tracking and Multiple Mapping (PTAMM by Robert Castle) wrapper for openFrameworks.
Last updated 03/22/12
53
Categories: Computer Vision
ofxPXC
Perceptual Computing SDK openFrameworks add-on
Maintained by IntelPerceptual
Last updated 05/31/13
0
Categories: Computer Vision
ofxQRcode
ofImage-derived convenience class to store the results of an HTTP request to the Google Charts/QR Code API, and provide the data via the regular ofImage API.
Maintained by paulreimer
Last updated 06/11/12
5
Categories: Computer Vision
ofxQRCodeGenerator
Very lightweight wrapper for libqrencode that allows you to generate QR Codes (as ofImages) from strings.
Maintained by robotconscience
Last updated 01/30/15
8
Categories: Computer Vision
ofxQuickNITE
Very rough + nasty wrapper for openNI 2.1 + NITE. Use at your own risk...
Maintained by robotconscience
Last updated 04/26/13
3
Categories: Computer Vision
ofxRangeToWorld
Transform depth images into world coordinates
Maintained by coolvision
Last updated 08/25/14
2
Categories: Computer Vision
ofxRealSenseUtil
Wrapper and Utilities for RealSense SDK
Maintained by Default gravatar small nama-gatsuo
Last updated 10/29/20
8
Makefile
ofxReprojection
Toolkit for dynamic projection mapping using a depth camera and a projector.
Maintained by Illd
Last updated 04/ 1/15
99
ofxRGBDepth
addon collection for working with RGB+Depth post production data
Maintained by obviousjim
Last updated 11/24/13
0
Examples 4
Categories: Computer Vision
ofxRotationSensing
Maintained by sticknor
Last updated 10/ 6/16
0
Categories: Computer Vision
ofxSaliencyMap
this addon is "Saliency Map" maker for openFrameworks
Maintained by TatsuyaOGth
Last updated 08/28/14
10
Categories: Computer Vision
ofxSkeleton2D
2D skeleton tracker - under construction
Maintained by fx-lange
Last updated 10/20/12
8
Categories: Computer Vision
ofxSkeletonUtils
small oF addon to load and save skeleton data per frame (independent of the source / the skeleton tracker)
Maintained by fx-lange
Last updated 08/ 9/12
2
Categories: Computer Vision
ofxSKT
openFrameworks implementation of simpleKinectTouch. Is very messy right now. needs to be cleaned.
Maintained by roymacdonald
Last updated 10/10/19
2
Categories: Computer Vision
ofxSmile
An update to http://fffff.at/auto-smiley/
Maintained by bakercp
Last updated 03/23/14
9
Categories: Computer Vision
ofxSmile
An update to http://fffff.at/auto-smiley/
Maintained by olab-io
Last updated 03/23/14
0
Examples 1
Categories: Computer Vision
ofxSpacebrew
[library] Spacebrew library and examples for openFrameworks
Maintained by Spacebrew
Last updated 05/ 3/16
20
Categories: Computer Vision
ofxStasm4
Maintained by yuyankn
Last updated 10/21/14
7
Categories: Computer Vision
ofxStereoCam180
Stereographic video recording + 180º tilt/rotation by software using a pair of fisheye USB cameras.
Maintained by gerardobort
Last updated 12/15/16
39
Categories: Computer Vision
ofxStereoCamera
Maintained by satoruhiga
Last updated 01/ 9/14
12
Categories: Computer Vision
ofxStereoCameraCalibration
stereo calib addon
Maintained by hanasaan
Last updated 10/ 1/20
0
Categories: Computer Vision
ofxSURFTracker
simple openCV SURF tracking addon for openFrameworks.
Maintained by timknapen
Last updated 06/18/17
16
Categories: Computer Vision
ofxSynapse
A lightweight openFrameworks interface with the wonderful "Synapse for Kinect," which was developed by Ryan Challinor (@awwbees).
Maintained by dasmithii
Last updated 08/26/13
3
Examples 1
Categories: Computer Vision
ofxSynapse
Openframeworks Synapse addon
Maintained by pierrep
Last updated 02/ 4/22
2
Categories: Computer Vision
ofxTemplateFace
attempt to use opencv cvMatchTemplate for a fast face detection in openFrameworks
Maintained by cpietsch
Last updated 05/15/13
1
Categories: Computer Vision
ofxTemplateMatching
Maintained by vanderlin
Last updated 11/12/17
25
Categories: Computer Vision
ofxTesseract
tesseract-ocr wrapper for openFrameworks
Maintained by kylemcdonald
Last updated 08/ 9/14
34
Categories: Computer Vision
ofxTI_Util
Miscellaneous tools need to compile ofxMotionTracker
Maintained by jamezilla
Last updated 12/ 7/11
1
Categories: Computer Vision
ofxTldTracker
TLD Tracker addon for openFrameworks
Maintained by yusuketomoto
Last updated 01/20/16
59
Categories: Computer Vision
ofxTobiiAnalytics
OpenFrameworks addon for Tobii Analytics SDK 3.0
Maintained by motoishmz
Last updated 08/14/15
5
Categories: Computer Vision
ofxTobiiEyeX
ofxTobiiEyeX is a wrapper of Tobii EyeX SDK for openFrameworks.
Maintained by TatsuyaOGth
Last updated 08/28/16
11
Categories: Computer Vision
ofxTSPS
Maintained by emmanuelgeoffray
Last updated 04/29/15
2
Categories: Computer Vision
ofxTSPSReceiver
openFrameworks based OSC receiving addon for OpenTSPS
Maintained by obviousjim
Last updated 11/19/11
2
Categories: Computer Vision
ofxUeye
uEye camera driver for ofxMachineVision (IDS Imaging)
Maintained by elliotwoods
Last updated 04/16/19
4
Categories: Computer Vision
ofxWarping
OpenCV based warping module for correcting perspective distortion
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: Computer Vision
ofxWiggleStereoscopy
openFrameworks addon for wiggle stereoscopy effect.
Maintained by Default gravatar small JotaroS
Last updated 08/23/17
13
Categories: Computer Vision
ofxWrnchAI
wrnch AI => openFrameworks
Maintained by P-A-N
Last updated 01/10/20
32
Makefile
Categories: Computer Vision
ofxXimea
Simple implementation of the Ximea m3api for xiQ machine vision cameras
Maintained by nwadedx
Last updated 10/16/15
2
Categories: Computer Vision
ofxXtract
WIP
Maintained by satoruhiga
Last updated 08/12/13
0
Examples 1
Categories: Computer Vision
ofxZedXRL
addon to use ZED stereo camera with openframeworks, updated to use latest zed drivers
Maintained by jaysonh
Last updated 05/25/21
1
Makefile
ofxZtS
openframeowrks addon to receive Microsoft Kinect human joints info and perform gesture recognition using DTW or HMM algorithms
Maintained by andrebaltaz
Last updated 08/ 3/14
3
Categories: Computer Vision
ofxZxing
openFrameworks wrapper of ZXing for detecting and decoding QR Codes in real time.
Maintained by kylemcdonald
Last updated 11/ 4/13
22
Categories: Computer Vision
ofxZxingAndroid
Zxing wrapper for OpenFrameworks Android
Maintained by psenough
Last updated 05/ 6/12
5
Categories: Computer Vision
ofxActionManager
A port of the action system used by Cocos2dx to openFrameworks
Maintained by Furkanzmc
Last updated 09/29/16
13
Categories: Utilities, Game Engine
ofxBox2d
Openframework wrapper for box2d
Maintained by vanderlin
Last updated 10/ 9/23
320
Makefile
Categories: Game Engine, Physics
ofxBox2d221
experiment with replacing box2d libs with newer version (2.2.1)
Maintained by firmread
Last updated 10/20/13
0
Categories: Physics, Game Engine
ofxChipmunk
lightweight openframeworks wrapper around Chipmunk2D
Maintained by underdoeg
Last updated 08/24/16
6
Categories: Game Engine, Physics
ofxCloth
cloth simulation with collision
Maintained by kashimAstro
Last updated 06/21/19
63
ofxCogEngine
Component-oriented 2D game engine for OpenFrameworks
Maintained by dormantor
Last updated 01/23/18
1
Examples 1
Categories: Game Engine
ofxGame
Group of handy classes for making Interactive 2D Games. With time and work it could be a decent game engine
Last updated 07/16/11
25
Categories: Graphics, Game Engine
ofxGameOfLife
openFrameworks addon of Conway's Game of Life
Maintained by bernardoaraujor
Last updated 09/28/18
3
Makefile
Categories: Game Engine
ofxJTiPhoneEngine
iOS Game Engine based on OF
Maintained by Jakintosh
Last updated 05/20/14
1
Categories: iOS, Game Engine
ofxMtlBox2d
A Box2d port for openFrameworks
Maintained by morethanlogic
Last updated 02/16/13
1
Categories: Physics, Game Engine
ofxSDL
Overrides the openFrameworks windowing system to use SDL rather than GLUT.
Maintained by leebyron
Last updated 03/24/10
9
Categories: Game Engine, Graphics
ofxAffinetransformation
Affine Triansformation addons for openframeworks
Maintained by KavinHan
Last updated 01/18/16
4
Categories: Geometry
ofxBranchesPrimitive
openFrameworks addon to create geometries composed by branches
Maintained by Default gravatar small edap
Last updated 12/ 2/18
35
Categories: Geometry
ofxButterfly
Butterfly Subdivision wrapper library for Open Frameworks.
Maintained by Bryce-Summers
Last updated 11/14/20
36
Categories: Geometry, Graphics
ofxCarveCSG
Maintained by paulobala
Last updated 08/ 7/12
11
Categories: Geometry, Graphics
ofxCGAL
CGAL 4.3 addon for openFrameworks
Maintained by yusuketomoto
Last updated 01/22/15
30
Categories: Graphics, Geometry
ofxCircularExtrusionShape
Maintained by iwanao731
Last updated 06/ 9/15
2
Categories: Geometry
ofxClipper
An openFrameworks wrapper for Clipper - "an open source freeware polygon clipping library".
Maintained by bakercp
Last updated 08/18/20
36
Makefile
Categories: Geometry, Graphics
ofxCloth
cloth simulation with collision
Maintained by kashimAstro
Last updated 06/21/19
63
ofxCorkCsg
A constructive solid geometry (mesh boolean) addon for openFrameworks.
Maintained by neilmendoza
Last updated 12/26/18
46
Categories: Geometry
ofxCSG
Maintained by Larsberg
Last updated 03/11/15
29
Categories: Graphics, Geometry
ofxCSG
Maintained by Larsberg
Last updated 03/11/15
22
Examples 1
Categories: Graphics, Geometry
ofxDeformationTransfer
openFrameworks addon for "Deformation Transfer"
Maintained by iwanao731
Last updated 02/12/19
7
Categories: Graphics, Geometry
ofxFloatField
float field in 3d space
Maintained by magicbrush
Last updated 01/10/15
0
Categories: Geometry
ofxFractalGeometry
Set of functions to help the creation of fractal geometry in openFrameworks
Maintained by pierdr
Last updated 09/14/18
8
Categories: Geometry
ofxGeographicLib
An openFrameworks wrapper for the Geographic Library.
Maintained by bakercp
Last updated 06/18/18
4
Makefile
Categories: Utilities, Geometry
ofxGeom
basic geometry functionality
Maintained by chparsons
Last updated 09/11/17
0
Categories: Algorithms, Geometry
ofxGeometry
Experimental geometry operations for openFrameworks
Maintained by roxlu
Last updated 07/16/11
10
Examples 1
Categories: Graphics, Geometry
ofxGLMesh
added OpenGL-like api to ofMesh
Maintained by satoruhiga
Last updated 02/ 8/12
0
Categories: Graphics, Geometry
ofxHalfEdgeMesh
Half Edge data structure for openFrameworks.
Maintained by neilmendoza
Last updated 04/14/12
9
Categories: Graphics, Geometry
ofxIntersection2D
Maintained by satcy
Last updated 03/28/18
0
Categories: Geometry
ofxManipulator
3D manipulator for openFrameworks.
Maintained by u-engine
Last updated 09/17/15
9
Categories: Animation, Geometry
ofxMarchingCubes
Maintained by Larsberg
Last updated 03/17/15
49
Categories: Geometry, Graphics
ofxMarchingCubes
Marching Cubes addon for OpenFrameworks (original code by Rui Peirera)
Maintained by atduskgreg
Last updated 04/ 7/20
8
Categories: Geometry, Graphics
ofxMathMesh
an openframeworks addon to create meshes from mathematical equations
Maintained by Ahbee
Last updated 04/24/20
30
Categories: Utilities, Geometry
ofxMeshUtils
small utilities to help w/ ofMesh
Maintained by ofZach
Last updated 12/28/12
16
Categories: Graphics, Geometry
ofxMeshWarp
openFrameworks addon for warping mesh with mouse/keyboard
Maintained by nariakiiwatani
Last updated 11/29/19
24
Categories: Geometry
ofxOpenGP
OpenFrameworks addon to use OpenGP (Open Geometry Processing)
Maintained by xionluhnis
Last updated 08/19/14
10
Makefile
Categories: Geometry, Utilities
ofxOpenMesh
Some utilities for OpenMesh <> Openframeworks
Maintained by alinakipoglu
Last updated 04/16/12
4
Categories: Graphics, Geometry
ofxPCL
point cloud library addon for openframeworks
Maintained by antimodular
Last updated 12/26/16
29
Makefile
Categories: Geometry, Graphics
ofxPointInMesh
An openFrameworks addon to check if a 3D point is inside an ofMesh
Maintained by AmnonOwed
Last updated 04/17/15
21
Categories: Geometry
ofxPoly2Tri
Openframeworks add-on for the Poly2Tri library.
Maintained by wearenocomputer
Last updated 12/30/15
18
Categories: Graphics, Geometry
ofxPolygonDetector
Detect all closed polygons given a set of line segments implementing the Bentley–Ottmann algorithm.
Maintained by PauRosello97
Last updated 07/ 6/21
13
Categories: Geometry
ofxPolygonHitTest
OpenFrameworks addon to calculate hit test operations on rotated and scaled elements.
Maintained by benMcChesney
Last updated 08/14/12
5
Categories: Geometry, GUI
ofxPolylineMerger
An OF addons to interpolate in between two ofPolyline. Build to make kind of crossfade in between polylines.
Maintained by pach
Last updated 01/27/15
1
Categories: Geometry
ofxPolysave
Maintained by egradman
Last updated 09/ 5/15
4
Categories: Geometry
ofxPolyvox
a simple wrapper for polyvox lib, to make voxel meshes with a Minecraft style or as Marching cubes
Maintained by kalwalt
Last updated 01/19/13
4
Categories: Geometry, Graphics
ofxRules
Rules based mesh generation addon for openFrameworks.
Maintained by neilmendoza
Last updated 05/15/24
53
Categories: Geometry, Graphics
ofxSimpleSpline
Maintained by Larsberg
Last updated 10/24/14
11
Categories: Geometry, Graphics
ofxSpline
Maintained by SakuragiYoshimasa
Last updated 11/ 3/15
7
Categories: Geometry
ofxTriangleMesh
triangle mesh addon for openframeworks
Maintained by ofZach
Last updated 06/14/21
26
Categories: Geometry, Graphics
ofxVec3fField
3d vector field generator
Maintained by magicbrush
Last updated 01/ 8/15
0
Categories: Geometry
ofxVoro
OpenFrameworks wrapper of Voro++ that do 3D Voronoi Tessellation
Last updated 02/12/16
54
Categories: Graphics, Geometry
ofxVoronoi
Voronoi Diagram
Maintained by vanderlin
Last updated 02/20/13
14
Examples 1
Categories: Algorithms, Geometry
ofxVoronoi2D
OpenFramework addon to use the 2D Voronoi implementation of Shane O Sullivans
Maintained by xionluhnis
Last updated 07/ 3/20
19
Categories: Graphics, Geometry
ofxVTerrain
openframeworks addon for terrain rendering with vTerrain library
Maintained by kalwalt
Last updated 04/17/13
1
Categories: Geometry, Graphics
ofxWarpableMesh
Maintained by neilmendoza
Last updated 08/17/15
3
Categories: Geometry
ofx2Deferred
ofx2Deferred a simple ofxaddons for deferred lighting 2D scene
Maintained by kashimAstro
Last updated 02/27/20
21
Categories: Graphics
ofx2DMapping
2D mapping tool for different object types like ofFbo, ofImage or completely custom objects.
Maintained by frauzufall
Last updated 11/19/16
34
Categories: Graphics
ofx2DTrackedMapping
Maintained by frauzufall
Last updated 08/14/15
1
Categories: Graphics
ofxAlembic
Maintained by perfume-dev
Last updated 09/ 6/22
59
Makefile
Categories: Graphics
ofxAlgebraic
Semantic simplification of basic trigonometry with gradient and basic bezier-curve support.
Maintained by MindBuffer
Last updated 02/ 9/16
5
Categories: Graphics
ofxAlphaMaskTexture
Composit textures using GLSL
Maintained by tado
Last updated 12/ 7/15
19
Categories: Graphics
ofxARCore
Experimental addon for openFrameworks to use ARCore on Android devices
Maintained by HalfdanJ
Last updated 05/14/19
182
Makefile
ofxARCore2
ARCore addon for openframeworks (Point cloud, Augmented Images, Hit testing, Planes)
Maintained by Default gravatar small boehm-e
Last updated 10/ 8/19
10
Makefile
Categories: Graphics
ofxArtboard
Openframeworks Addon for creating photoshop like 2d artboard
Maintained by FictionIO
Last updated 01/ 7/14
0
Categories: Graphics
ofxAsciiArt
Add-on for openFrameworks - GPU based real-time ASCII Art filter.
Maintained by TeehanLax
Last updated 07/25/12
54
Categories: Graphics
ofxAsdfPixelSort
ASDF pixel sort
Maintained by micuat
Last updated 03/ 8/15
7
Categories: Graphics
ofxAssimpModelLoader
Updated openFrameworks wrapper for AssimpModelLoader 3.0
Maintained by jeremyabel
Last updated 02/11/13
8
Categories: Graphics
ofxAssimpModelLoader_with_MotionBlending
マルチトラックモーションを持つ.xデータのモーションブレンドを可能にしたAssimpLoader
Maintained by Yamage
Last updated 02/12/13
2
Categories: Graphics
ofxAssimpSkeleton
Maintained by arturoc
Last updated 12/22/18
1
Categories: Graphics
ofxAsyncTransfer
Addon for asynchronous pixel transfers using Pixel Buffer Object
Maintained by shotamatsuda
Last updated 07/21/16
9
Categories: Video/Camera, Graphics
ofxAutoReloadedShader
Maintained by andreasmuller
Last updated 01/23/20
65
Categories: Graphics
ofxAutostereogram
Small library for producing autostereograms, as popularized by the "Magic Eye" book series.
Maintained by kylemcdonald
Last updated 11/17/13
28
Categories: Graphics
ofxBezel
An openframeworks addon to perform bezel compensation when displaying over multiple monitors.
Maintained by soyoungshin
Last updated 09/30/13
9
Categories: Graphics
ofxBezierEditor
An easy bézier shapes editor tool. Load, edit, save and draw bézier shapes in your Openframeworks aplication
Maintained by acarreras
Last updated 11/24/23
6
Categories: Graphics
ofxBezierSurface
Bezier surface addon for openFrameworks
Maintained by charlesveasey
Last updated 02/25/19
13
Categories: Graphics
ofxBezierWarp
BezierWarp for openFrameworks
Maintained by patrick88
Last updated 03/ 8/12
8
Examples 1
Categories: Graphics
ofxBezierWarp
Performs a warp using openGL bezier surfaces on anything you care to distort/undistort.
Maintained by gameoverhack
Last updated 01/16/24
20
Categories: Graphics
ofxBezierWarpManager
Manager for multiple ofxBezierWarp. openFrameworks_v0.8.4 with OSX / Windows tested.
Maintained by TsubokuLab
Last updated 01/11/18
26
Categories: Graphics
ofxBillboard
A billboarding addon for openFrameworks.
Maintained by prisonerjohn
Last updated 04/15/18
8
Categories: Graphics
ofxBlur
A very fast, configurable GPU blur addon that can also simulate bloom and different kernel shapes.
Maintained by kylemcdonald
Last updated 01/28/19
64
Categories: Graphics
ofxBlurShader
Port of Kyle McDonald's ofxBlur example to OF 007
Maintained by jamezilla
Last updated 04/29/12
0
Examples 1
Categories: Graphics
ofxBlurShader
blur shader of oF
Maintained by gupon
Last updated 05/31/13
0
Categories: Graphics
ofxBoostTween
Main repo is here:
Maintained by Default gravatar small frankiezafe
Last updated 06/ 3/16
5
Categories: Animation, Graphics
ofxBox
Maintained by wasawi
Last updated 05/ 7/14
0
Examples 2
Categories: Graphics
ofxBoxModel
CSS3 box model layouter for openFrameworks
Maintained by underdoeg
Last updated 08/11/14
4
Categories: Graphics
ofxBufferObject
Buffers for OpenGL data such as vertices, texture coordinates, colors, etc.
Maintained by tobiasebsen
Last updated 06/ 6/14
6
Categories: Graphics
ofxBumpShader
Bumpmap Shader for openFrameworks
Maintained by gwenvanhee
Last updated 09/ 2/13
6
Categories: Graphics
ofxButterfly
Butterfly Subdivision wrapper library for Open Frameworks.
Maintained by Bryce-Summers
Last updated 11/14/20
36
Categories: Geometry, Graphics
ofxBWShader
Black & White filter
Maintained by erikccoder
Last updated 03/19/15
0
Categories: Graphics
ofxCairo
Thin wrapper around the built in ofCairoRenderer for drawing to the screen
Maintained by bgstaal
Last updated 10/15/13
3
Categories: Graphics
ofxCairoTexture
Use the Cairo graphics library to draw into OpenGL textures
Maintained by mantissa
Last updated 05/29/12
3
Categories: Graphics
ofxCameraAnaglyph
Anaglyph Camera for Stereo 3D Rendering for OpenFrameworks
Maintained by NickHardeman
Last updated 11/ 1/18
25
Categories: Graphics
ofxCameraFilter
A one-shot effect for simulating: vignetting, lens distortion, chromatic aberration, blur/bloom, and noise grain.
Maintained by kylemcdonald
Last updated 02/10/12
36
Categories: Graphics
ofxCameraSaveLoad
openFrameworks addon. lets you save and load all the parameters of any ofCamera of ofEasyCam object.
Maintained by roymacdonald
Last updated 06/ 9/23
16
Categories: Graphics
ofxCameraTrack
an addon for moving cameras through space and ofxTimeline integration
Maintained by obviousjim
Last updated 10/17/13
7
Categories: Graphics
ofxCarousel
Carousel/Slideshow/Scroll controller
Maintained by samuelpetersson
Last updated 12/ 5/14
7
Categories: Graphics
ofxCarveCSG
Maintained by paulobala
Last updated 08/ 7/12
11
Categories: Geometry, Graphics
ofxCGAL
CGAL 4.3 addon for openFrameworks
Maintained by yusuketomoto
Last updated 01/22/15
30
Categories: Graphics, Geometry
ofxCgFX
nVidia CgFX shader addon for oF
Maintained by satoruhiga
Last updated 11/29/11
0
Categories: Graphics
ofxChromaKey
A very simple chroma keying addon using GLSL.
Maintained by tado
Last updated 02/ 8/16
7
Categories: Graphics
ofxChromaKey
basic real time chroma keying
Maintained by underdoeg
Last updated 11/24/11
17
Categories: Graphics
ofxCirclePacker
openframeworks addon for packing circles into a space.
Maintained by julapy
Last updated 10/26/14
10
Categories: Graphics
ofxCL
Maintained by satoruhiga
Last updated 04/ 2/16
4
Categories: Graphics
ofxClipper
An openFrameworks wrapper for Clipper - "an open source freeware polygon clipping library".
Maintained by bakercp
Last updated 08/18/20
36
Makefile
Categories: Geometry, Graphics
ofxClipper
This wraps the clipper library for performing boolean operations on polygons. Union, intersection, difference and xor are supported.
Maintained by mazbox
Last updated 04/13/17
2
Categories: Graphics
ofxCocoaFloatingWindow
openFrameworks addon for a floating window and ignoring mouse events on Cocoa.
Maintained by toruurakawa
Last updated 05/15/14
4
Categories: Graphics
ofxColorFinder
An openFrameworks addon that can give you the dominant color of any image.
Maintained by Janjanus
Last updated 04/10/17
9
Categories: Graphics
ofxColorGradient
Simple of addon to create linear color gradients
Maintained by armadillu
Last updated 12/ 1/20
14
Categories: Graphics
ofxColorMap
Convert scalar data (grayscale images) to pseudo-color images with linear segmented color maps.
Maintained by luteberget
Last updated 05/ 5/17
24
Categories: Graphics
ofxColorPalette
openFramework addon for algorithmic generated color palettes.
Maintained by aspeteRakete
Last updated 08/15/14
24
Makefile
Categories: Graphics
ofxColorPalettes
Simple Color Palette Loader (based on Images) for openFrameworks
Maintained by rezaali
Last updated 02/11/13
0
Categories: Graphics
ofxColorQuantizer
ofxColorQuantizer
Maintained by mantissa
Last updated 07/23/23
23
Categories: Graphics
ofxColorRamp
minimal Maya style color ramp node for openFrameworks
Maintained by shawnlawson
Last updated 06/12/13
1
Categories: Graphics
ofxColorScheme
openFrameworks add-on that can edit color scheme on your applications.
Maintained by loveandsheep
Last updated 05/24/14
4
Categories: Graphics
ofxColorSet
Color panel, gradient and random among colors chosen.
Maintained by DudleySmith
Last updated 02/23/14
2
Categories: Graphics
ofxColorsOfMovement
Colors of Movement goes ofx.
Maintained by paulobarcelos
Last updated 10/14/12
0
Categories: Graphics
ofxColorSpace
Maintained by Default gravatar small nama-gatsuo
Last updated 06/26/19
10
Categories: Graphics
ofxColorTheory
openFrameworks addon: generate & interpolate color schemes
Maintained by Default gravatar small kasparsj
Last updated 12/22/22
14
Categories: Algorithms, Graphics
ofxColourKey
Chroma keying for openframeworks
Maintained by cschultzzz
Last updated 04/24/14
1
Categories: Graphics
ofxColourLovers
openFrameworks addon for quick and easy exploration of the wonderful world of ColourLovers.com
Maintained by borg
Last updated 12/14/14
5
Categories: Graphics
ofxColourTheory
Quick and dirty port of Toxilib color theory for openFrameworks
Maintained by borg
Last updated 11/ 9/15
12
Categories: Graphics
ofxComposer
Set of connecting boxes that let you load and processes different type of data on the GPU by using shaders.
Last updated 05/28/16
59
Categories: Graphics
ofxCompositeImage
openFrameworks addon for creating composite image.
Maintained by hideyukisaito
Last updated 10/24/13
0
Categories: Graphics
ofxContrast
Change image contrast and brightness addon for ofImage.
Maintained by TsubokuLab
Last updated 03/14/14
4
Categories: Graphics
ofxCoreImage
This gives you several classes to easily use OSX's Core image filters within openFrameworks
Maintained by laserpilot
Last updated 11/12/15
16
Categories: Graphics
ofxCoreImageDetector
an openframeworks wrapper for apple's CoreImage Detector
Maintained by Ahbee
Last updated 01/16/17
16
Categories: Graphics
ofxCoreImageFilters
openframeworks addon for applying Core Image Filters on ofImages
Maintained by Ahbee
Last updated 01/16/17
18
Categories: Graphics
ofxCoverFlow
CoverFlow class for OpenFrameworks
Maintained by llahiru
Last updated 12/13/11
0
Categories: Graphics
ofxCrossfadeShader
Cross dissolve filter.
Maintained by erikccoder
Last updated 02/ 5/15
5
Categories: Graphics
ofxCSG
Maintained by Larsberg
Last updated 03/11/15
29
Categories: Graphics, Geometry
ofxCSG
Maintained by Larsberg
Last updated 03/11/15
22
Examples 1
Categories: Graphics, Geometry
ofxCTPainting
An openframeworks add-on to painting the giraffe and others thing.
Maintained by CaterTsai
Last updated 03/15/16
8
Categories: Graphics, Animation
ofxCTShake
An openframeworks add-on to easy create the hand-drawn style
Maintained by CaterTsai
Last updated 07/ 2/15
5
Categories: Graphics
ofxCubeMap
Addon for working with Cube Maps in openFrameworks
Maintained by andreasmuller
Last updated 01/18/17
27
Categories: Graphics
ofxCurlNoise
A particle system addon with curl noise for openFrameworks
Maintained by elaye
Last updated 03/11/15
80
Categories: Graphics
ofxCurve
openFrameworks add-on for interpolating different types of curves based on a minimal set of control points.
Maintained by Default gravatar small sourya-sen
Last updated 05/ 4/19
22
Categories: Graphics
ofxCurvesTool
An interface for controlling a 1D cubic spline, continuously evaluated and stored in a lookup table.
Maintained by kylemcdonald
Last updated 08/10/12
13
Categories: Graphics
ofxCv_stitch
opencv2 panorama stitching
Maintained by antimodular
Last updated 09/10/15
25
ofxDeferredShading
an openFrameworks addon for shading, lighting, lens simulation.
Maintained by Default gravatar small nama-gatsuo
Last updated 05/10/23
85
Categories: Graphics
ofxDeformationTransfer
openFrameworks addon for "Deformation Transfer"
Maintained by iwanao731
Last updated 02/12/19
7
Categories: Graphics, Geometry
ofxDeinterlace
Video deinterlacer using GLSL.
Maintained by tado
Last updated 03/ 9/15
9
Categories: Graphics
ofxDelaunay
efficient triangule fill given a set of points
Maintained by obviousjim
Last updated 10/10/19
129
Categories: Graphics
ofxDelaunay2D
2D Delaunay triangulation of a set of points for OpenFrameworks
Maintained by mruegenberg
Last updated 02/19/17
11
Categories: Graphics
ofxDOF
Depth of field addon for openFrameworks
Maintained by obviousjim
Last updated 05/25/19
26
Categories: Graphics
ofxDofShader
DOF Shader for openFrameworks
Maintained by gwenvanhee
Last updated 09/ 2/13
2
Categories: Graphics
ofxDomemaster
openFrameworks addon for creating domemasters
Maintained by charlesveasey
Last updated 02/ 1/16
19
Categories: Graphics
ofxDotFrag
cross compatible GL/GLES shaders to be tweaked in realtime
Maintained by npisanti
Last updated 02/23/20
14
Makefile
Categories: Graphics
ofxDraggableNode
Move and rotate
Maintained by elliotwoods
Last updated 02/20/12
2
Categories: Graphics
ofxDragView
draggable view that implement ofxMSAInteractiveObject. Inspired by ofxDraggable
Maintained by erikccoder
Last updated 08/ 4/15
2
Categories: Graphics
ofxDrawCairo
Draw Cairo on screen with openFrameworks.
Maintained by ofnode
Last updated 11/29/15
0
Categories: Graphics
ofxDummyCursor
if your Mac doesn't show us cursor.
Maintained by 2bbb
Last updated 09/ 9/15
4
Categories: Graphics
ofxEasyFboGlitch
"ofxEasyFboGlitch" help Fbo to Glitch image.
Maintained by saebashi
Last updated 11/28/16
19
Categories: Graphics
ofxEllipseSolver
given 5 points in 2D space, find an ellipse that goes through all of them
Maintained by armadillu
Last updated 03/ 9/13
1
Categories: Graphics
ofxEmbree
a photo-realistic ray tracing addon for openFrameworks (using Intel Embree engine)
Maintained by kikko
Last updated 08/12/13
70
Categories: Graphics
ofxEmbree
a photo-realistic ray tracing addon for openFrameworks (using Intel Embree engine)
Maintained by kikko
Last updated 08/12/13
65
Examples 4
Categories: Graphics
ofxEquiMap
OF addon for Equirectangular Projection Rendering
Maintained by hanasaan
Last updated 09/28/20
30
Categories: Graphics
ofxExportImageSequence
Maintained by satoruhiga
Last updated 02/11/17
28
Categories: Graphics
ofxExtremeGpuVideo
openFrameworks addons ofxExtremeGpuVideo
Maintained by Default gravatar small Ushio
Last updated 04/22/22
62
Makefile
Categories: Video/Camera, Graphics
ofxFacialBlendShape
Maintained by iwanao731
Last updated 06/13/15
0
Categories: Graphics
ofxFastFboReader
Read pixel data using PBO
Maintained by satoruhiga
Last updated 07/15/14
59
Categories: Graphics
ofxFastIOImage
load / save ofImages byte-to-byte as binary files, faster than ofImage load / save
Maintained by armadillu
Last updated 03/ 2/18
14
Categories: Graphics
ofxFastParticleSystem
OpenFrameworks addon for GPU particle system written in GLSL with the possibility to use different update shader.
Maintained by fusefactory
Last updated 03/ 2/22
31
Makefile
Categories: Graphics
ofxFatLines
openFrameworks addon. draw nicely antialiased and feathered lines and polylines of any width via openGL.
Maintained by roymacdonald
Last updated 06/ 4/21
41
Categories: Graphics
ofxFboBlur
blur shader
Maintained by armadillu
Last updated 12/ 1/20
23
Categories: Graphics
ofxFboMipMap
ofFbo subclass that generates/updates its mipmaps automatically
Maintained by armadillu
Last updated 12/ 4/14
2
Categories: Graphics
ofxFEngine3DCore
This library makes it easier and more intuitive to navigate and modify 3D environments in OpenFrameworks.
Maintained by trotil
Last updated 11/12/12
6
Examples 1
Categories: Graphics
ofxFfd
FreeFormDeformation
Maintained by satcy
Last updated 02/17/14
20
Categories: Graphics
ofxFillKey
Maintained by satoruhiga
Last updated 05/ 9/14
1
Categories: Graphics
ofxFilterLibrary
An openFrameworks addon with a bunch of shader-based filters
Maintained by mfargo
Last updated 02/21/16
131
Categories: Graphics
ofxFlocking
openFrameworks v0062で使いたかったので、少し変更させて頂きました
Maintained by fokaccha1
Last updated 12/15/13
0
Categories: Graphics
ofxFlow
Flow based programming interface for Open Frameworks
Maintained by bgstaal
Last updated 01/13/14
11
Categories: Graphics
ofxFlowTools
openframeworks addon. Combines 2D fluid simulation, optical flow and more using GLSL shaders. Works best with live camera input.
Maintained by moostrik
Last updated 06/29/23
335
Categories: Graphics
ofxFog
openFrameworks addon to add openGL fog to a scene
Maintained by kalwalt
Last updated 12/17/12
6
Categories: Graphics
ofxFontAwesome
FontAwesome constants for openframeworks
Maintained by kritzikratzi
Last updated 12/20/18
17
Makefile
Categories: Graphics, Typography
ofxFreeFrame
FreeFrame addon for openFrameworks
Maintained by tobiasebsen
Last updated 11/23/12
8
Categories: Graphics
ofxFurry
ofxFurry a simple addons furry mesh
Maintained by kashimAstro
Last updated 11/ 5/16
68
Categories: Graphics
ofxFX
Unlocking the GPU Power on openFrameworks with this add-on for that make easy to use GLSL Shaders
Last updated 05/11/19
335
Categories: Graphics
ofxGame
Group of handy classes for making Interactive 2D Games. With time and work it could be a decent game engine
Last updated 07/16/11
25
Categories: Graphics, Game Engine
ofxGameCamera
a FPS style camera for openFrameworks 007
Maintained by Flightphase
Last updated 05/11/14
20
Categories: Graphics
ofxGeoMag
GeographicLib wrapper for openframeworks
Maintained by moxuse
Last updated 08/15/12
0
Examples 1
Categories: Graphics
ofxGeometry
Experimental geometry operations for openFrameworks
Maintained by roxlu
Last updated 07/16/11
10
Examples 1
Categories: Graphics, Geometry
ofxGiantImage
An openframeworks addon to display huge, giant, large images.
Maintained by timknapen
Last updated 12/ 6/16
12
Categories: Graphics
ofxGif
Maintained by Geistyp
Last updated 09/15/16
11
Categories: Graphics
ofxGifDecoder
openframeworks addon to import animated gifs
Maintained by jesusgollonet
Last updated 04/25/17
26
Categories: Graphics
ofxGifDecoder
A threaded animated gif decoder for Openframeworks
Maintained by xavivives
Last updated 03/14/15
1
Categories: Graphics
ofxGL2Webcam
GL2Webcam addon
Maintained by daitomanabe
Last updated 09/ 8/20
48
Makefile
ofxGL3Renderer
EXPERIMENTAL opengl3.2 for openframeworks using glfw3
Maintained by tgfrerer
Last updated 04/10/13
5
Categories: Graphics
ofxGLError
Easily see OpenGL Error states
Maintained by armadillu
Last updated 11/ 1/20
3
Categories: Graphics
ofxGLFog
Simple to use OpenGL fog addon. With ofParameters and ofxGui for easy parameter customisation, save and load.
Maintained by roymacdonald
Last updated 10/10/19
11
Categories: Graphics
ofxGLM
Wrapper around a great Alias Wavefront .OBJ file loader for openFrameworks
Maintained by roxlu
Last updated 04/18/11
5
Examples 1
Categories: Graphics
ofxGLMesh
added OpenGL-like api to ofMesh
Maintained by satoruhiga
Last updated 02/ 8/12
0
Categories: Graphics, Geometry
ofxGLSLMaterial
Collection of materials in GLSL
Maintained by kashimAstro
Last updated 01/ 9/17
51
Categories: Graphics
ofxGLSLSandbox
openFrameworks addons to view / edit GLSL sandbox's shaders (http://glsl.heroku.com/).
Maintained by tado
Last updated 11/10/15
58
Categories: Graphics
ofxGLSLSimplexNoise
Simplex noise generator using GLSL
Maintained by tado
Last updated 10/15/17
13
Categories: Graphics
ofxGLWarper
openGL image quad-wraper addon for OF.
Maintained by roymacdonald
Last updated 07/22/19
59
Categories: Graphics
ofxGML
toOf / toGlm helpers for common glm objects
Maintained by underdoeg
Last updated 06/27/14
2
Categories: Graphics
ofxGPULightmapper
OpenGL LightMapper for openFrameworks
Maintained by action-script
Last updated 03/30/22
26
Categories: Graphics
ofxGpuLut
Maintained by yasuhirohoshino
Last updated 06/ 5/17
26
Categories: Graphics
ofxGPUMarchingCubes
GPU marching cubes implementation for openFrameworks using a compute shader.
Maintained by mattatz
Last updated 11/16/17
18
Categories: Graphics
ofxGpuParticles
openFrameworks addon to aid creating particle systems in GLSL.
Maintained by neilmendoza
Last updated 08/18/23
110
Categories: Graphics
ofxGrabCam
Simple camera (ofEasyCam replacement) for openFrameworks for quickly browsing your scene
Maintained by elliotwoods
Last updated 05/20/22
73
Categories: Graphics
ofxGrafica
A simple and configurable plotting library for openFrameworks
Maintained by jagracar
Last updated 10/ 3/19
25
Makefile
Categories: Graphics, Utilities
ofxGrahamsScan
Maintained by jvcleave
Last updated 10/10/19
2
Categories: Graphics
ofxGraph
ofxGraph is a simple, easy and quick graph add-on for openframeworks.
Maintained by TetsuakiBaba
Last updated 02/ 5/23
33
Categories: Utilities, Graphics
ofxGraphicAssets
openFrameworks extension to manage graphic assets (fonts, images). Automatically scans a folder and makes assets available in dictionary
Maintained by elliotwoods
Last updated 03/20/15
1
Categories: Graphics
ofxGraphViewer
addon to view data stream
Maintained by motoi1484
Last updated 04/11/12
5
Categories: Graphics
ofxGravDistortion
fbo distortion plugin
Maintained by loveandsheep
Last updated 03/ 1/14
2
Categories: Graphics
ofxGreenscreen
color difference based greenscreening for openframeworks
Maintained by underdoeg
Last updated 05/23/12
34
Categories: Graphics
ofxGriddedBackground
Tool for splitting a large image into multiple grid components and then displaying only necessary grids given a worldview. Good for memory limited environments.
Maintained by labatrockwell
Last updated 01/25/13
1
Categories: Graphics
ofxHalfEdgeMesh
Half Edge data structure for openFrameworks.
Maintained by neilmendoza
Last updated 04/14/12
9
Categories: Graphics, Geometry
ofxHalftoner
Dithering patterns for openframeworks
Maintained by jesusgollonet
Last updated 04/ 7/12
14
Categories: Graphics
ofxHeatMap
An openFrameworks addon for generating heat maps using lucasb-eyer/heatmap.
Maintained by hideyukisaito
Last updated 12/16/15
13
Categories: Graphics, Utilities
ofxHistoryPlot
Visualize value history on a configurable graph
Maintained by armadillu
Last updated 01/31/24
41
Makefile
Categories: Graphics
ofxHLuv
HLuv is a perceptually uniform color space with a constant luminance.
Maintained by PauRosello97
Last updated 05/25/21
3
Categories: Graphics
ofxHomography
Openframeworks helper addon with functions for finding the homography between two sets of points.
Maintained by paulobarcelos
Last updated 03/31/21
17
Makefile
Categories: Graphics
ofxHSpline
hermite spline interpolation
Maintained by s373
Last updated 03/25/18
3
Categories: Graphics
ofxHueShader
Hue filter.
Maintained by erikccoder
Last updated 01/23/15
1
Examples 1
Categories: Graphics
ofxIBL
Maintained by yasuhirohoshino
Last updated 04/11/16
28
Examples 1
Categories: Graphics
ofxImage
Forked ofxImage of Pat Long Provides extended functionality to the core ofImage class.
Maintained by roxlu
Last updated 09/25/10
3
Categories: Graphics
ofxImageExportQueue
export any image sequence to disk on N background threads
Maintained by armadillu
Last updated 01/12/13
6
Categories: Graphics
ofxImageMask
apply masks to ofImages at ofPixel level
Maintained by armadillu
Last updated 02/10/14
10
Categories: Graphics
ofxImageResizer
Openframeworks addon to help batch resize images across N threads
Maintained by armadillu
Last updated 12/ 1/20
2
Categories: Graphics
ofxImgWarp
Moving Least Square Image Warping
Maintained by roikr
Last updated 08/28/13
3
Categories: Graphics
ofxInfiniteCanvas
Infinitely zoomable and scrollable 2D canvas addon for openFrameworks.
Maintained by roymacdonald
Last updated 10/10/19
30
Makefile
Examples 1
Categories: Graphics
ofxInkSim
openFrameworks ink/fluid deposition simulator addon.
Maintained by Akira-Hayasaka
Last updated 08/ 6/20
149
Examples 2
Categories: Graphics
ofxInteractivePrimitives
WIP
Maintained by satoruhiga
Last updated 01/14/16
13
Examples 3
Categories: Graphics
ofxInteractiveSurface
For Mapping ofTextures to surfaces making transformations and masking all in one process
Last updated 08/12/12
37
Examples 1
Categories: Graphics
ofxiOSPostGlitchV2
Maintained by jasetom
Last updated 04/ 6/17
0
Categories: Graphics
ofxISF
ISF (Interactive Shader Format) loader for openFrameworks
Maintained by satoruhiga
Last updated 01/ 8/19
41
Examples 2
Categories: Graphics
ofxIterativeBoxBlur
Fast and large radius blur
Maintained by satoruhiga
Last updated 04/ 9/16
19
Examples 1
Categories: Graphics
ofxJapan
Maintained by motoishmz
Last updated 08/ 6/15
4
Categories: Graphics
ofxJpegCollapse
We love JPEG
Maintained by 2bbb
Last updated 09/ 8/15
3
Categories: Graphics
ofxJpegGlitch
glitch jpeg with openframeworks
Maintained by 2bbb
Last updated 11/ 7/19
18
Categories: Graphics
ofxKazmath
Maintained by danoli3
Last updated 01/19/14
0
Categories: Graphics
ofxKsmrFragmentFx
Visual effects addon with fragment shader for openFrameworks.
Maintained by loveandsheep
Last updated 07/12/20
12
Categories: Graphics
ofxKuler
An Openframeworks addon for working with Adobe Kuler Service
Maintained by alinakipoglu
Last updated 01/16/12
6
Categories: Graphics
ofxLabFlexParticleSystem
There are many capable particle systems, but this system was designed to be highly flexible and modular for easy customization in specific scenarios.
Maintained by labatrockwell
Last updated 02/ 6/14
2
Categories: Graphics
ofxLayer
Maintained by satoruhiga
Last updated 12/22/17
25
Categories: Graphics
ofxLayerMask
Photoshop-style layers and masks for openFrameworks
Maintained by microcosm
Last updated 04/ 3/19
48
Makefile
Categories: Graphics
ofxLayers
Views and ViewControllers (aka Layers and LayerManager) for openFrameworks
Maintained by rezaali
Last updated 05/25/13
0
Categories: Graphics
ofxLibharu
pdf renderer for openframeworks using libharu
Maintained by underdoeg
Last updated 07/ 1/13
6
Makefile
Categories: Graphics
ofxLight2D
A basic 2D light / shadow implementation.
Maintained by bakercp
Last updated 10/19/16
34
Categories: Graphics
ofxLines
ofxLines is a openframeworks addon which allows for advanced rendering of lines. Including features such as, line - thickness, style, mesh generation.
Maintained by julapy
Last updated 09/15/15
3
Examples 1
Categories: Graphics
ofxLitSphere
MatCap™ technique from ZBrush
Maintained by alexeyroudenko
Last updated 04/28/21
31
Categories: Graphics
ofxManual3DRender
An OpenFrameworks example using ofAssimpModelLoader showing how to manually render a 3D mesh for altering purposes.
Maintained by Daandelange
Last updated 11/26/13
2
Categories: Graphics
ofxMapamok
Maintained by natxopedreira
Last updated 01/21/13
10
Categories: Graphics
ofxMarchingCubes
Maintained by Larsberg
Last updated 03/17/15
22
Examples 1
Categories: Graphics
ofxMarchingCubes
Maintained by Larsberg
Last updated 03/17/15
49
Categories: Geometry, Graphics
ofxMarchingCubes
Marching Cubes addon for OpenFrameworks (original code by Rui Peirera)
Maintained by atduskgreg
Last updated 04/ 7/20
8
Categories: Geometry, Graphics
ofxMarchingCubes
Polygonizing scalar fields in openframeworks
Maintained by s373
Last updated 02/13/18
8
Categories: Graphics
ofxMask
Maintained by nariakiiwatani
Last updated 07/ 3/18
16
Categories: Graphics
ofxMask
Maintained by neilmendoza
Last updated 12/ 6/11
2
Categories: Graphics
ofxMayaCam
Maya style interactive camera like ofEasyCam
Maintained by satoruhiga
Last updated 09/ 7/12
5
Categories: Graphics
ofxMd2
Md2 viewer ported to openFrameworks byJellyFish.com and TheoWatson.com
Last updated 12/24/10
7
Categories: Graphics
ofxMesh
[DEPRECATED] Mesh Data Structures for Generative Systems
Maintained by rezaali
Last updated 08/26/14
15
Categories: Graphics
ofxMeshUtils
small utilities to help w/ ofMesh
Maintained by ofZach
Last updated 12/28/12
16
Categories: Graphics, Geometry
ofxMetaBall2D
2D metaball
Maintained by azuremous
Last updated 09/18/14
2
Categories: Graphics
ofxMetaballs
Metaballs implementations for openFrameworks using marching cubes and marching tetrahedrons.
Maintained by kylemcdonald
Last updated 02/15/12
16
Categories: Graphics
ofxMIOFlowGLSL
Optical Flow GPU Version - based upon Andrew Benson's solution
Maintained by princemio
Last updated 02/13/19
66
Examples 1
Categories: Graphics
ofxMitsubaRenderer
a external renderer addon for oF
Maintained by satoruhiga
Last updated 11/12/18
23
Categories: Graphics
ofxMonoLayers
A couple of very simplistic 2d graphic overlays
Maintained by prettyextreme
Last updated 01/15/14
0
Categories: Graphics
ofxMoodMachine
An implementation of the moodmachine for OpenFrameworks which inherits from ofColor
Maintained by motoishmz
Last updated 03/27/15
9
Categories: Graphics
ofxMotionMonsters
App to draw 3d models parametrically in oF
Maintained by samatt
Last updated 11/23/13
0
Categories: Graphics
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
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
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
ofxMSAPerlin
original (2002 improved) Perlin noise for openFrameworks
Maintained by memo
Last updated 02/ 1/19
1
Makefile
Categories: Graphics
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
ofxMSAShape3D
DEPRECATED. Use ofMesh or ofVboMesh.
Maintained by memo
Last updated 09/25/12
0
Categories: Graphics
ofxMtlGridWarp
Maintained by morethanlogic
Last updated 12/ 4/12
1
Categories: Graphics
ofxMtlMapping2D
A projection mapping addon for openFrameworks
Maintained by morethanlogic
Last updated 04/19/19
65
Categories: Graphics
ofxMtPhotoGallery
Mouse/TUIO moultiTouch PhotoGallery
Last updated 03/10/12
4
Categories: Graphics
ofxMultiFboBlur
Keeps large FBO blurring at interactive speeds by utilizing a set of incrementally scaled down ofxFboBlur objects, and dynamically blurs and fades between them.
Maintained by btparker
Last updated 04/29/15
7
Categories: Graphics
ofxMultiGLFWWindow
Multiple GLFW windows in openFrameworks
Maintained by charlesveasey
Last updated 02/13/16
14
Categories: Graphics
ofxNamedColors
Maintained by ofZach
Last updated 12/23/12
13
Categories: Graphics
ofxNanoVG
Maintained by satoruhiga
Last updated 03/14/15
16
Categories: Graphics
ofxNanoVG
another NanoVG addon for openframeworks
Maintained by galsasson
Last updated 12/ 7/20
9
Categories: Graphics
ofxNoisepp
Openframeworks addon that implement the Noisepp library, for making noise texture and other...
Maintained by kalwalt
Last updated 05/ 2/23
2
Categories: Graphics
ofxNurbs
NURBS in openFrameworks. In development
Maintained by masOTROS
Last updated 10/ 7/14
1
Categories: Graphics
ofxObjLoader
Maintained by satoruhiga
Last updated 09/20/14
31
Categories: Graphics
ofxOBJModel
Addon for openframeworks for loading and saving Wavefront OBJ files
Maintained by isthisgood
Last updated 01/ 7/16
9
Categories: Graphics
ofxOcean
Ocean simulation fro openFrameworks
Maintained by obviousjim
Last updated 01/29/14
6
Categories: Graphics
ofxOgre
openframeworks addons for ogre
Maintained by 3DJ
Last updated 07/ 8/13
7
Categories: Graphics
ofxOilPaint
An oil painting simulation addon for openFrameworks
Maintained by jagracar
Last updated 10/ 3/19
48
Makefile
ofxOlaShaderLight
An ofLight that implements a dmx-buffer which works with Open Lighting Architecture (olad) and renders using shaders
Maintained by olekristensen
Last updated 04/ 3/14
5
Categories: Graphics
ofxOMXPlayer
Forked version of ofxOMXPlayer for standard ofx addon file structure
Maintained by paulreimer
Last updated 06/13/14
5
Categories: Graphics
ofxOMXRecorder
ofxAddon that allows recording of pixels to H264 stream file
Maintained by jvcleave
Last updated 10/15/19
11
Makefile
Categories: Video/Camera, Graphics
ofxOpenGLContextScope
Maintained by satoruhiga
Last updated 10/19/12
10
Categories: Graphics
ofxOpenGLPrimitives
WIP
Maintained by satoruhiga
Last updated 03/11/15
5
Categories: Graphics
ofxOpenMesh
Some utilities for OpenMesh <> Openframeworks
Maintained by alinakipoglu
Last updated 04/16/12
4
Categories: Graphics, Geometry
ofxOpenSceneGraph
OpenFrameworks-addon to embed OpenFrameworks into OpenSceneGraph
Maintained by stmh
Last updated 03/23/12
9
Categories: Graphics
ofxOpenVision
An openFrameworks addon that simplifies the use of fragment shaders for image processing
Maintained by tobiasebsen
Last updated 09/18/12
12
Categories: Graphics
ofxOpenVJ
This project was a collaboration to make realtime visuals "scenes" that could be compiled together to create a performance or accompany a performance.
Maintained by benMcChesney
Last updated 10/24/15
64
Categories: Graphics
ofxOrnament
openFrameworks addon to create ornaments
Maintained by Default gravatar small brinoausrino
Last updated 04/23/24
8
Categories: Graphics
ofxOscilloscope
Multi Oscilloscope for openFrameworks
Last updated 05/31/24
7
Makefile
Categories: Graphics
ofxPalette
Openframework palette manager simple addon.
Maintained by pelayomendez
Last updated 03/10/13
3
Categories: Graphics
ofxPango
Enabling pango + cairo in openFrameworks for Windows / Mac / Linux(?)
Maintained by diederickh
Last updated 10/ 4/11
20
Categories: Graphics, Typography
ofxParagraph
Paragraph renderer for openFrameworks
Maintained by braitsch
Last updated 06/ 9/18
44
Categories: Graphics
ofxParticles
CPU based particle effects addon for openFrameworks.
Maintained by timscaffidi
Last updated 03/24/17
21
Categories: Graphics
ofxParticleWorld
Wrapper for particle example, with some more features
Maintained by DudleySmith
Last updated 02/22/14
0
Categories: Graphics
ofxPathfinder
Small and efficient A* pathfinding addon for openFrameworks, supporting variable terrain costs.
Maintained by kylemcdonald
Last updated 07/13/12
17
Categories: Graphics
ofxPBO
threaded PBO openframeworks addon
Maintained by arturoc
Last updated 05/26/14
3
Categories: Graphics
ofxPBR
Maintained by yasuhirohoshino
Last updated 11/ 7/18
60
Categories: Graphics
ofxPCL
PCL openFrameworks addon
Maintained by arturoc
Last updated 07/25/12
20
Categories: Graphics
ofxPCL
point cloud library addon for openframeworks
Maintained by antimodular
Last updated 12/26/16
29
Makefile
Categories: Geometry, Graphics
ofxPen
Maintained by bakercp
Last updated 04/20/15
0
Examples 1
Categories: Graphics
ofxPerspectiveCam
oF addon for off-axis projection and scene perspective change based of different viewing positions
Maintained by harpreets
Last updated 12/ 1/13
1
Categories: Graphics
ofxPFMImage
Loads PFM image files into an ofFloatImage. Designed to get 32bit floats from GPU in VVVV into openFrameworks memory
Maintained by elliotwoods
Last updated 01/25/12
2
Categories: Graphics
ofxPhilipsHue
oF addon for Philips Hue
Maintained by RyotaKatoh
Last updated 06/ 9/14
0
Categories: Graphics
ofxPickableScene
Addon for doing picking in openframeworks.
Maintained by clinthidinger
Last updated 06/25/13
1
Categories: Graphics
ofxPiMapper
Projection mapping addon for openFrameworks that works on the Raspberry Pi
Maintained by kr15h
Last updated 07/30/22
459
Makefile
Categories: Graphics
ofxPixelSorter
An openFramworks addon for pixel sorting
Maintained by meredityman
Last updated 09/30/19
8
Makefile
Categories: Graphics
ofxPixelsShape
ofxPixelsShape utility for draw simple shape in matrix ofPixels
Maintained by kashimAstro
Last updated 12/ 6/18
10
Categories: Graphics
ofxPlySequence
Maintained by CharStiles
Last updated 04/ 1/24
1
Makefile
Categories: Graphics
ofxPointilize
openFrameworks filter addon to pixalize/pointilize images
Maintained by Default gravatar small brinoausrino
Last updated 03/15/17
3
Categories: Graphics
ofxPoissonFill
Poisson filling shader for OpenFrameworks
Maintained by LingDong-
Last updated 05/13/20
56
Categories: Graphics
ofxPoly
ofxPoly is a openframeworks addon which allows for advanced rendering of lines. Including features such as, line - thickness, style, mesh generation.
Maintained by julapy
Last updated 04/ 7/16
28
Categories: Graphics
ofxPoly2Tri
Openframeworks add-on for the Poly2Tri library.
Maintained by wearenocomputer
Last updated 12/30/15
18
Categories: Graphics, Geometry
ofxPolyline2Mesh
ofPolyline to ofMesh
Maintained by satoruhiga
Last updated 04/25/12
10
Categories: Graphics
ofxPolyvox
a simple wrapper for polyvox lib, to make voxel meshes with a Minecraft style or as Marching cubes
Maintained by kalwalt
Last updated 01/19/13
4
Categories: Geometry, Graphics
ofxPosterize
openframeworks addon for posterize images with opencv
Maintained by nkint
Last updated 12/ 7/22
1
Categories: Graphics
ofxPostGlitch
Apply glitch effects with openFrameworks
Maintained by maxillacult
Last updated 08/ 6/20
164
Categories: Graphics
ofxPostProcessing
This openFrameworks addon gives you an easy way of putting together a chain of GLSL post-processing effects.
Maintained by neilmendoza
Last updated 04/30/20
346
Categories: Graphics
ofxProceduralTexures
This openframeworks project is some samples of materials with the procedural textures.
Maintained by hiko9lock
Last updated 05/12/13
4
Categories: Graphics
ofxProcTree
Procedural Tree Generator for Openframeworks. Based on https://github.com/supereggbert/proctree.js
Maintained by mrbichel
Last updated 06/22/21
10
Categories: Graphics
ofxProgressiveTextureLoad
OpenFrameworks addon to load textures progressively, across several frames, without blocking the app - with our without mipmaps
Maintained by armadillu
Last updated 12/ 1/20
12
Makefile
Categories: Graphics
ofxProjectionMask
Projection masking, not projection mapping
Maintained by microcosm
Last updated 07/11/18
33
Makefile
Categories: Graphics
ofxProjectiveTexture
(still a work in progress)
Maintained by satoruhiga
Last updated 09/ 7/12
0
Examples 1
Categories: Graphics
ofxProjectorBlend
addon to smoothly blend multiple projector edges together for installations
Maintained by Flightphase
Last updated 11/ 4/20
91
Categories: Graphics
ofxPSBlend
openFrameworks Photoshop blending math with GLSL.
Maintained by Akira-Hayasaka
Last updated 09/24/20
109
Categories: Graphics
ofxPtf
Parallel transport frames addon for openframeworks.
Maintained by neilmendoza
Last updated 08/15/23
35
Categories: Graphics
ofxPuffersphere
framework for working with Pufferfish displays in openFrameworks
Maintained by Flightphase
Last updated 10/11/11
8
Categories: Graphics
ofxPuppet
as rigid as possible shape deformation addon for openframeworks
Maintained by ofZach
Last updated 04/13/18
58
Categories: Graphics
ofxQuadWarp
openframeworks addon for quad warp transformations using openGL.
Maintained by julapy
Last updated 02/ 5/24
80
Categories: Graphics
ofxRay
Lightweight Ray class and operations for openFrameworks (e.g. hit detection, intersection). For more intense use check bullet physics
Maintained by elliotwoods
Last updated 05/27/21
68
Categories: Graphics
ofxRaycaster
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.
Maintained by Default gravatar small edap
Last updated 12/ 4/22
59
Categories: Graphics
ofxRayTracer
In progress
Maintained by danoli3
Last updated 07/ 6/15
2
Categories: Graphics
ofxRayTriangleIntersection
Ray casting addon for intersection detection between ray and triangle.
Maintained by Akira-Hayasaka
Last updated 03/20/12
3
Categories: Graphics
ofxReactionDiffusion
openFrameworks addon: visualize Reaction Diffusion systems using GPU
Maintained by Ma-tsu-ne
Last updated 07/ 1/17
40
Categories: Graphics
ofxRectangleUtils
A library for aligning, distributing, packing, ordering and otherwise wrangling collections of rectangles.
Maintained by bakercp
Last updated 05/ 3/18
6
Categories: Graphics
ofxReflectionRefraction
exceptionally easy approach to the Reflection and Refraction of light on ofMesh / ofVbo
Maintained by kashimAstro
Last updated 11/ 1/21
25
Categories: Graphics
ofxRenderManager
fbo render manger for video mapping from @ofTheo
Maintained by fishkingsin
Last updated 04/ 1/13
6
Categories: Graphics
ofxReprojection
Toolkit for dynamic projection mapping using a depth camera and a projector.
Maintained by luteberget
Last updated 01/ 5/14
0
Examples 5
Categories: Graphics
ofxReprojection
Toolkit for dynamic projection mapping using a depth camera and a projector.
Maintained by Illd
Last updated 04/ 1/15
99
ofxRetroPixel
addon for converting hi-res screen to low-res retro pixel (like 70's pong game)
Maintained by Akira-Hayasaka
Last updated 05/15/14
24
Categories: Graphics
ofxRing
A simple openFrameworks addon for drawing rings
Maintained by elaye
Last updated 01/25/15
4
Categories: Graphics
ofxRollingCam
"ofxRollingCam" helps your camera angle which uses easing.
Maintained by saebashi
Last updated 03/ 5/14
17
Categories: Graphics
ofxRules
Rules based mesh generation addon for openFrameworks.
Maintained by neilmendoza
Last updated 05/15/24
53
Categories: Geometry, Graphics
ofxSandLine
ofxSandLine is a generative drawing tool addon for openFrameworks based on http://inconvergent.net/grains-of-sand/
Maintained by Default gravatar small sourya-sen
Last updated 05/31/18
41
Categories: Animation, Graphics
ofxScalableDraws
A set of scalable drawable classes
Maintained by magicbrush
Last updated 12/ 9/14
1
Categories: Graphics
ofxScene
an easy to use scenegraph that integrates geometry, materials, lights, vbos, etc
Maintained by Larsberg
Last updated 01/16/13
0
Examples 1
Categories: Graphics
ofxScene
an easy to use scenegraph that integrates geometry, materials, lights, vbos, etc
Maintained by Akira-Hayasaka
Last updated 01/16/13
1
Categories: Graphics
ofxSceneFactory
Maintained by satoruhiga
Last updated 02/ 4/13
0
Examples 1
Categories: Graphics
ofxSceneManager
ofxSceneManager helps handle different scenes and simple fade-to-black transitions between them.
Maintained by armadillu
Last updated 06/ 9/15
25
Categories: Graphics
ofxSceneManager
A lightweight addon for openFrameworks supporting crossfading, data passing and event handling. You can write your own scenes just like ofApp.
Maintained by kokinomura
Last updated 12/12/14
29
Categories: Graphics
ofxScreenCapture
capture your entire desktop in realtime.
Maintained by mrzl
Last updated 07/ 5/13
5
Categories: Graphics
ofxScreenCurtain
Use it to handle "fade to black" situations... Think of it as a theater curtain on your screen.
Maintained by armadillu
Last updated 08/20/15
8
Categories: Graphics
ofxScrollableImage
addon to create a scrollable canvas with a large image in it, using a shader
Maintained by genekogan
Last updated 03/19/16
3
Categories: Graphics
ofxScrollingText
This is an addon to add scrolling text easily. You can use unicode fonts by ofxTrueTypeFontUC.
Maintained by TsubokuLab
Last updated 03/14/14
2
Categories: Graphics
ofxScrollView
openFrameworks addon for panning and zooming content, graphics, or anything else you want to draw inside it.
Maintained by julapy
Last updated 02/13/19
10
Categories: Graphics
ofxSDL
Overrides the openFrameworks windowing system to use SDL rather than GLUT.
Maintained by leebyron
Last updated 03/24/10
9
Categories: Game Engine, Graphics
ofxSeamCarver
Maintained by amgadani
Last updated 02/ 3/16
3
Categories: Graphics
ofxShader
Last updated 08/19/24
51
Categories: Graphics
ofxShaderChain
glsl fragment shader chaining gui tool built with open frameworks.
Maintained by connorbell
Last updated 05/27/20
32
Categories: Graphics
ofxShaderRunner
Maintained by satoruhiga
Last updated 03/ 1/17
36
Categories: Graphics
ofxShaders
Maintained by roikr
Last updated 12/ 5/15
3
Categories: Graphics
ofxShaderSelect
ofxShaderSelect It allows you to pull up the various types of shader to a single text file.
Maintained by kashimAstro
Last updated 01/19/16
18
Categories: Graphics
ofxShadersFX
An OF addon to ease the use of well-known shaders
Maintained by Scylardor
Last updated 03/23/18
47
Categories: Graphics
ofxShadertoy
Addon for openFrameworks that sets up and loads Shadertoy (http://www.shadertoy.com) shaders
Maintained by tiagosr
Last updated 09/26/19
81
Categories: Graphics
ofxShadow
simple shader for drawing shadows on the floor
Maintained by motoishmz
Last updated 03/12/15
16
Categories: Graphics
ofxShadowedTerrain
a Terrain Container with (self-)shadowing and heightlines
Maintained by robandrose
Last updated 05/13/16
4
Categories: Graphics
ofxShadowMap
Shadow map using PCF or gaussian disk sampling for soft borders
Maintained by arturoc
Last updated 11/ 8/18
24
Categories: Graphics
ofxShadowSimple
Simple shadows in OpenFrameworks
Maintained by NickHardeman
Last updated 12/10/19
14
Categories: Graphics
ofxShapeSystem
Extended support for drawing simple shapes
Maintained by microcosm
Last updated 05/28/15
1
Makefile
Categories: Graphics
ofxShivaVG
A 2d renderer for openFrameworks based on the ShivaVG library
Maintained by bgstaal
Last updated 04/17/17
83
Categories: Graphics
ofxSimpleEffects
Maintained by kokinomura
Last updated 03/18/14
0
Categories: Graphics
ofxSimpleMask
Basic masking wrapper for Open Frameworks. Based off of https://github.com/Flightphase/ofxAlphaMask
Maintained by HeliosInteractive
Last updated 10/ 4/13
3
Categories: Graphics
ofxSimpleSmoothFilter
Maintained by armadillu
Last updated 06/11/13
2
Categories: Graphics
ofxSimpleSpline
Maintained by Larsberg
Last updated 10/24/14
11
Categories: Geometry, Graphics
ofxSimpleSurface
surfaces built from catmull-rom splines.
Maintained by Larsberg
Last updated 10/24/14
1
Examples 1
Categories: Graphics
ofxSkeleton
ofxAddon to ease the woe of skeletal animation in openFrameworks
Maintained by tgfrerer
Last updated 10/31/13
29
Categories: Graphics
ofxSketchFilter
Maintained by selflash
Last updated 02/ 7/15
11
Categories: Graphics
ofxSkyBox
openFramework addon for a skybox object
Maintained by kalwalt
Last updated 05/13/22
7
Categories: Graphics
ofxSliceImage
Maintained by satoruhiga
Last updated 07/11/11
0
Categories: Graphics
ofxSmoothLines
OpenFrameworks addon for drawing antialiased lines at 60fps on iOS devices
Maintained by apitaru
Last updated 06/24/14
24
Categories: Graphics
ofxSparklines
A small library for creating sparkline graphs.
Maintained by bakercp
Last updated 11/17/16
17
Categories: Graphics
ofxSphereCam
An extension to the ofCamera class that uses both spherical and cartesian systems to tween the camera position.
Maintained by stefang
Last updated 10/ 9/13
9
Categories: Graphics
ofxSpirograph
A simple spirograph implementation in openFrameworks.
Maintained by jaakk
Last updated 04/14/14
3
Categories: Graphics
ofxSplashScreen
Pop up a splash screen graphic during your heavy setup function
Maintained by elliotwoods
Last updated 04/20/22
19
Categories: Graphics
ofxSplineTool
An interface for controlling a 2D cubic hermite spline.
Maintained by kylemcdonald
Last updated 11/ 3/17
5
Categories: Graphics
ofxSpout
Send or receive openFrameworks textures to other applications which use DirectX and OpenGL with Spout
Maintained by elliotwoods
Last updated 08/ 2/22
68
Makefile
Categories: Graphics
ofxSpout2
Openframeworks addon for SpoutV2
Maintained by Kj1
Last updated 04/21/20
50
Categories: Bridges, Graphics
ofxSpriteRenderer
an openFrameworks addon, to batch render 2d sprites
Maintained by ngoaho91
Last updated 12/11/14
9
Examples 1
Categories: Graphics
ofxSpriteSheet
simple sprite sheet class for OF
Maintained by chrisoshea
Last updated 05/21/12
5
Categories: Graphics
ofxSSAO
rough ssao shader and fbo
Maintained by Larsberg
Last updated 10/23/13
34
Examples 2
Categories: Graphics
ofxSSAO
rough ssao shader and fbo
Maintained by Larsberg
Last updated 10/23/13
31
Examples 2
Categories: Graphics
ofxSSAOFake
fake ssao - use noise for the fake shadow
Maintained by kashimAstro
Last updated 04/24/15
7
Categories: Graphics
ofxSteadyLabsDisplayTree
A display tree for openFrameworks.
Maintained by SteadyLabs
Last updated 12/12/18
13
Categories: Graphics
ofxStencil
Simple addon for using stencil buffer.
Maintained by naychrist
Last updated 05/22/12
3
Categories: Graphics
ofxSTLModel
Maintained by mazbox
Last updated 06/23/15
2
Categories: Graphics
ofxStrokeUtil
and openFrameworks addon for comparing/analyzing 2D gestures and contours
Maintained by alexiswolfish
Last updated 10/ 9/12
9
Categories: Graphics
ofxSVG
An extension of ofxSVG that supports some modification of the SVG and saving it out on both desktop and iOS
Maintained by borg
Last updated 09/18/16
5
Categories: Graphics
ofxSVG
svg reading/writing for openframeworks
Maintained by joshuajnoble
Last updated 04/19/12
0
Categories: Graphics
ofxSvg
Maintained by parayuu
Last updated 12/20/13
1
Categories: Graphics
ofxSvgSaver
Maintained by satcy
Last updated 02/11/15
8
Categories: Graphics
ofxSVGTiny
http://www.netsurf-browser.org/projects/libsvgtiny/
Maintained by kylemcdonald
Last updated 06/29/12
5
Categories: Graphics
ofxSweep
Implementation of Bentley-Ottmann algorithm
Maintained by lytan
Last updated 04/ 9/13
0
Examples 2
Categories: Graphics
ofxSweepLine
an implementation of the Bentley–Ottmann line intersection algorithm for openFrameworks
Maintained by alexiswolfish
Last updated 10/ 9/12
13
Categories: Graphics
ofxSwipeable
openFrameworks addon for a simple swipeable images with pages inside a frame.
Maintained by jvelazqueztraut
Last updated 04/22/14
1
Categories: Graphics
ofxSyphon
An OF add-on for using the Syphon framework.
Maintained by astellato
Last updated 02/13/24
192
Makefile
Categories: Graphics
ofxSyphonDoubler
openFrameworks addon for mixing multi Syphon inputs.
Maintained by fumikistrider
Last updated 09/ 5/13
0
Categories: Graphics
ofxTessellationBuilder
An open source openframeworks application to build the flower of life tessellation in multiple colors by using a circle packing simulation. This version works with keys 'a, s, d, left arrow, down arrow, right arrow'. Use the g key to toggle the GUI.
Maintained by ksimmulator
Last updated 05/25/13
2
Categories: Graphics
ofxTessellationShader
Maintained by davetowey
Last updated 02/28/15
7
Categories: Graphics
ofxTextureAtlas
texture atlas for OpenFrameworks
Maintained by armadillu
Last updated 05/26/24
14
Makefile
Categories: Graphics
ofxTextureCrop
Simple OF addon to draw an ofTexture within a rect, cropping it appropriately.
Maintained by armadillu
Last updated 11/ 1/20
2
Categories: Graphics
ofxTexturedMesh
Addon to help generate textured meshes
Maintained by DHaylock
Last updated 01/15/16
4
Categories: Graphics
ofxTexturedObject
handle tex loading across an object collection
Maintained by armadillu
Last updated 12/ 1/20
0
Categories: Graphics
ofxTextureExtension
ofxCubeTexture and ofx1DTexture, extension of the ofTexture.
Maintained by kentaroid
Last updated 01/ 7/16
0
Categories: Graphics
ofxTextureMultiOutput
useful for setups where you want to draw in a virtual canvas and you need the output to be laid out in a specific way
Maintained by armadillu
Last updated 04/20/15
2
Categories: Graphics
ofxTexturePacker
openFrameworks Addon for SpriteSheets and Animated Sprites generated from TexturePacker
Maintained by danoli3
Last updated 07/19/23
23
Categories: Graphics, Animation
ofxTextureRecorder
fast recording of textures to disk
Maintained by arturoc
Last updated 06/ 8/17
25
Categories: Graphics
ofxTextureServer
Memory management for collections of ofTextures
Maintained by tgfrerer
Last updated 08/ 7/12
1
Categories: Graphics
ofxTextWriter
ofxTextWriter makes an oldschool kind of effect where it writes out text slowly, as if it was being typed. It's cool.
Maintained by ox
Last updated 01/ 8/10
4
Categories: Graphics
ofxThreadedGalleryLoader
Load and resize images, creating thumbs in thread
Maintained by alexeyroudenko
Last updated 11/22/16
3
Categories: Utilities, Graphics
ofxThreadedGIFConverter
tiny openFrameworks addon for working with GraphicsMagick or ImageMagick
Maintained by hideyukisaito
Last updated 11/ 2/13
1
Categories: Graphics
ofxThreadedGifLoader
An addon for loading gif animations with threading
Maintained by mactkg
Last updated 08/28/15
4
Categories: Graphics
ofxThreadedImage
ofImage subclass that allows load from disk, load from http, and save to disk in a background thread.
Maintained by armadillu
Last updated 12/29/15
6
Categories: Graphics
ofxThreadedImageLoaderSingleton
Maintained by soixantecircuits
Last updated 03/10/14
1
Categories: Graphics
ofxThreadedInterface
Interface with select concrete image, which load and resize images in thread
Maintained by alexeyroudenko
Last updated 12/ 9/16
7
Categories: Graphics
ofxThreadedYouTubeVideo
Threaded loading of YouTube videos
Maintained by pierrep
Last updated 12/ 3/18
4
Makefile
Categories: Graphics
ofxTileSaver
Maintained by benben
Last updated 06/15/15
15
Categories: Graphics
ofxTileSaver
Modified & Enhanced for of0081 by Reza Ali / http://www.syedrezaali.com
Maintained by rezaali
Last updated 07/ 4/14
0
Categories: Graphics
ofxTokyo2020
Draw string with TOKYO2020's emblem.
Maintained by watab0shi
Last updated 04/25/16
2
Categories: Graphics
ofxTraceEffects
trace effects
Maintained by magicbrush
Last updated 01/17/15
0
Categories: Graphics
ofxTransformFeedback
openFrameworks addon for openGL transformfeedback
Maintained by hiroyuki
Last updated 11/18/13
6
Examples 1
Categories: Graphics
ofxTriangle
triangulation between points for openFrameworks
Maintained by obviousjim
Last updated 04/12/19
22
Categories: Graphics
ofxTriangleMesh
triangle mesh addon for openframeworks
Maintained by ofZach
Last updated 06/14/21
26
Categories: Geometry, Graphics
ofxTrianglular
A tool for subdividing a complex 2d shape into triangles.
Maintained by BentleyBlanks
Last updated 05/ 5/18
21
Categories: Graphics
ofxTriangulate
Triangulate vertices from structured light scans
Maintained by elliotwoods
Last updated 05/ 9/21
14
Categories: Graphics
ofxTubePrimitive
openFrameworks class for drawing tube like 3d structures.
Maintained by julapy
Last updated 10/26/14
4
Categories: Graphics
ofxTurboJpeg
Rough OF addon that uses turbo-jpeg lib to read and write jpegs. 2-3 times faster than OF's freeImage based jpeg en/decoder
Maintained by armadillu
Last updated 11/26/20
33
Makefile
Categories: Graphics
ofxTwistedRibbon
draw ribbon using ofxVboMesh for openFrameworks.
Maintained by tado
Last updated 08/16/14
19
Categories: Graphics
ofxUbo
an openframeworks addon for interfacing with uniform buffers and blocks
Maintained by Ahbee
Last updated 01/21/17
29
Categories: Graphics
ofxUiEditor
OF addon intended as extension to ofxInterface that provides tools for faster UI-layout design and implementation
Maintained by markkorput
Last updated 05/18/17
1
Categories: Graphics
ofxVboMeshInstanced
[deprecated] draw instanced vbo meshes with openFrameworks - tested on Mac [ATI] / Linux [NVIDIA]
Maintained by tgfrerer
Last updated 08/15/13
11
Categories: Graphics
ofxVboParticles
Maintained by tado
Last updated 08/15/14
11
Categories: Graphics
ofxVCGLib
VCG for OF: based on work from Akira-Hayasaka, wrapping the VCG library for OF friendliness
Maintained by kylemcdonald
Last updated 04/ 5/13
8
Categories: Graphics
ofxVCGLib
Maintained by nykwil
Last updated 04/30/13
0
Categories: Graphics
ofxVectorTile
Maintained by tangrams
Last updated 02/ 5/16
53
Makefile
Categories: Graphics
ofxVideoCube
Simple video cube addon
Maintained by jdiedrick
Last updated 03/ 5/14
0
Examples 1
Categories: Graphics
ofxVideoMapping
OpenFrameworks flexible addon for projection mapping
Maintained by camilosw
Last updated 10/ 7/15
15
Categories: Graphics
ofxVisionCamera
Try to make a camera class for pinhole camera computer vision style
Maintained by I33N
Last updated 05/17/11
2
Categories: Graphics
ofxVJComponent
openFrameworksでVJっぽいことするための汎用的なcomponentのプロジェクト
Maintained by Hiroki11x
Last updated 05/10/16
2
Categories: Graphics
ofxVolumetricLine
Maintained by kezzardrix
Last updated 02/15/15
10
Categories: Graphics
ofxVolumetrics
Simple volumetric rendering addon for openFrameworks.
Maintained by timscaffidi
Last updated 04/20/24
52
Makefile
Categories: Graphics
ofxVoro
OpenFrameworks wrapper of Voro++ that do 3D Voronoi Tessellation
Last updated 02/12/16
54
Categories: Graphics, Geometry
ofxVoronoi
Simple two-dimensional Voronoi diagrams
Maintained by madc
Last updated 02/22/21
44
Categories: Graphics
ofxVoronoi2D
OpenFramework addon to use the 2D Voronoi implementation of Shane O Sullivans
Maintained by xionluhnis
Last updated 07/ 3/20
19
Categories: Graphics, Geometry
ofxVoronoiGL
openframeworks addon to create generalized 2D voronoi diagrams via OpenGL
Maintained by fx-lange
Last updated 10/18/12
10
Categories: Graphics
ofxVTerrain
openframeworks addon for terrain rendering with vTerrain library
Maintained by kalwalt
Last updated 04/17/13
1
Categories: Geometry, Graphics
ofxWarp
An openFrameworks addon for creating editable bi-linear and perspective warps, or a combination of the two.
Maintained by prisonerjohn
Last updated 07/11/19
47
Categories: Video/Camera, Graphics
ofxWarpBlend
Projector warp and blend addon for openFrameworks
Maintained by charlesveasey
Last updated 08/11/16
31
Categories: Graphics
ofxWarpBlendTool
Tool for mesh & perspective warping and edge blending. Features a complete GUI and undo/redo history.
Maintained by paulobarcelos
Last updated 04/19/17
23
Categories: Graphics
ofxWaterRipple
Maintained by antoniomechas
Last updated 02/16/16
9
Categories: Graphics
ofxWFC3D
Wave Function Collapse 3D | openFrameworks Addon
Maintained by action-script
Last updated 05/11/20
41
Categories: Algorithms, Graphics
ofxAlgorithmParameterGroup
Make ofxGui controls for cv::Algorithm
Maintained by asus4
Last updated 09/11/15
1
Categories: GUI
ofxAudioAnalyzer
openFrameworks wrapper for Essentia. Audio analysis algorithms in real-time
Maintained by leozimmerman
Last updated 12/10/21
183
Makefile
Categories: Sound, GUI
ofxAVUI
openFrameworks addon enabling the creation of user interfaces with integrated sound and visual feedback
Maintained by AVUIs
Last updated 02/ 1/17
33
Categories: GUI
ofxAwesomium
openFrameworks add-on for Awesomium SDK
Maintained by sortofsleepy
Last updated 08/26/16
5
Categories: GUI
ofxAwesomium
how to use Awesomium framework with openFrameworks
Maintained by WrongEntertainment
Last updated 10/17/13
0
Examples 4
Categories: GUI
ofxBlackBox
Minimal aesthetic orientation GUI for openFrameworks with MultiTouch/TUIO compatibility
Last updated 02/24/11
24
Categories: GUI
ofxButtons
a very simple GUI for openFrameworks
Maintained by timknapen
Last updated 06/ 6/22
5
Categories: GUI
ofxCentralizedGui
Maintained by hardmanko
Last updated 06/25/20
2
Categories: GUI
ofxCinderTimeline
Cinder's Timeline animation engine packaged as an openFrameworks addon
Maintained by pizthewiz
Last updated 11/27/13
13
Makefile
Categories: GUI
ofxCircleMenuButton
simple launcher gui
Maintained by 2bbb
Last updated 08/28/15
5
Categories: GUI
ofxClickMenu
Click menu for openFrameworks
Maintained by MindBuffer
Last updated 02/16/16
3
Categories: GUI
ofxCloseApp
TUIO application closer from with simple double tap gesture
Maintained by IxDS
Last updated 05/27/14
0
Examples 1
Categories: GUI
ofxCloseApp
TUIO application closer from with simple double tap gesture
Maintained by ixds
Last updated 05/27/14
2
Examples 1
Categories: GUI
ofxClutter
A wrapper for Clutter, an open source (LGPL 2.1) software library for creating fast, compelling, portable, and dynamic graphical user interfaces
Maintained by adarshk
Last updated 01/29/11
2
Categories: GUI
ofxCocoa
[DEPRECATED] Memo Atken's ofxCocoa library fixed for openFrameworks 0072+
Maintained by robotconscience
Last updated 07/30/15
6
Categories: GUI
ofxCocoaGLView
Maintained by satoruhiga
Last updated 12/17/13
12
Categories: GUI
ofxCocoaWindow
openframeworks addon for cocoa windowing.
Maintained by julapy
Last updated 12/10/13
9
Categories: GUI
ofxCocoaWindowLauncher
Template for launching oF apps with a cocoa config window
Maintained by ndonald2
Last updated 12/26/12
1
Categories: GUI
ofxCocoaWindowNibless
Nibless cocoa windows for openframeworks
Maintained by shawnlawson
Last updated 07/28/11
7
Categories: GUI
ofxController
make it easy to change scene with openframeworks
Maintained by LeslieFire
Last updated 01/16/15
3
Categories: GUI
ofxControlOSC
openFrameworks addon for generating layouts for the iOS/Android OSC-sending app Control
Maintained by genekogan
Last updated 11/11/15
5
Categories: GUI
ofxControlPanel
A flexible control panel based gui addon for openFrameworks
Maintained by ofTheo
Last updated 10/ 2/20
93
Makefile
Categories: GUI
ofxCVgui
[ENDED] - check ofxCVGui2
Maintained by elliotwoods
Last updated 02/ 4/12
3
Examples 1
Categories: GUI
ofxCvGui
Panel based GUI library with DOM-like features for openFrameworks
Maintained by elliotwoods
Last updated 03/18/24
32
Makefile
Categories: GUI
ofxCvGui2
incredible GUI library for openFrameworks
Maintained by elliotwoods
Last updated 07/ 1/15
10
Makefile
Examples 3
Categories: GUI
ofxCVgui-legacy
[ENDED] - check ofxCVGui2
Maintained by elliotwoods
Last updated 02/ 4/12
3
Categories: GUI
ofxDarkKnight
Node based programming environment for openframeworks.
Maintained by luiscript
Last updated 12/ 4/20
115
Categories: GUI
ofxDatGui
Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks
Maintained by braitsch
Last updated 02/14/20
432
Categories: GUI
ofxDisplayLayout
ofxDisplayLayout grabs the display unique id, and aligns your displays vertically/horizontally
Maintained by motoishmz
Last updated 03/28/16
10
Categories: GUI
ofxDmtrUI
Discontinued, use ofxMicroUI
Maintained by dimitre
Last updated 10/10/19
18
Makefile
Examples 3
Categories: GUI
ofxDmtrUI3
Discontinued, use now ofxMicroUI
Maintained by dimitre
Last updated 02/ 4/21
15
Makefile
Examples 1
Categories: GUI
ofxDraggable
Maintained by roikr
Last updated 11/ 5/13
0
Categories: GUI
ofxDraggable
draggable object implement ofxMSAInteractiveObject
Maintained by fishkingsin
Last updated 07/20/16
5
Categories: GUI
ofxDropdown
openFramewoks addon that creates dropdown menus using ofxGui
Maintained by roymacdonald
Last updated 11/ 7/23
17
Makefile
Categories: GUI
ofxDuct
visual programming UI for openFrameworks
Maintained by cwright
Last updated 03/23/13
10
Categories: GUI
ofxDynamicUI
Experiments with using ZeroMQ for creating modular applications, connected & configured visually
Maintained by coolvision
Last updated 12/26/13
1
Categories: GUI
ofxEasingGUI
This is openFrameworks addon.
Maintained by KazukiOmata
Last updated 06/24/20
1
Categories: GUI, Animation
ofxEasyRetina
OF addon to enable retina graphics on iOS app without modifying the original appearance.
Maintained by armadillu
Last updated 08/ 4/14
16
Categories: GUI
ofxEasyText
ios openframeworks text wrapper
Maintained by paul-ferragut
Last updated 08/21/13
3
Categories: GUI
ofxEAVIGUI
A GUI system for OpenFrameworks, for desktop and iOS
Maintained by chriskiefer
Last updated 03/ 4/14
4
Categories: GUI
ofxFenster
[DEPRECATED] a multiwindow manager for openframeworks 007
Maintained by underdoeg
Last updated 03/ 8/16
78
Categories: GUI
ofxFileDialog
Maintained by geoffdonaldson
Last updated 09/10/13
0
Categories: GUI
ofxFrame
A scrollable frame for OpenFrameworks
Maintained by hiz1
Last updated 11/ 1/14
2
Categories: GUI
ofxFrederickk
addon of gui and tools for openFrameworks (006+)
Maintained by frederickk
Last updated 04/ 3/11
0
Categories: GUI
ofxFuturisticUI
openframeworks futuristic User Interface
Maintained by YiJongIn
Last updated 03/ 6/18
4
Categories: GUI
ofxGeneric
openFrameworks wrappers around iOS functionality and some Android functionality
Maintained by lumoslabs
Last updated 03/28/17
11
Categories: GUI
ofxGestureRecognizer
This is a simple set of objective-C classes that pass gesture information to openFrameworks for iOS projects.
Maintained by rjraffa
Last updated 09/15/16
15
Categories: GUI
ofxGifEncoder
openframeworks addon to export animated gifs
Maintained by jesusgollonet
Last updated 12/30/17
97
Categories: GUI
ofxGrabScene
testing. not for public use yet
Maintained by elliotwoods
Last updated 01/22/14
2
Categories: GUI
ofxGuiExtended
ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
Maintained by frauzufall
Last updated 12/29/20
112
Categories: GUI
ofxGuiLayout
Save and load the positions of ofxPanels
Maintained by Kimatica
Last updated 11/10/20
1
Categories: GUI
ofxGuiPlus
Enhaced slider control for openFramworks native ofxGui.
Maintained by roymacdonald
Last updated 10/10/19
2
Makefile
Categories: GUI
ofxGwen
WIP
Maintained by satoruhiga
Last updated 03/13/13
4
Categories: GUI
ofxhGui
graphical user interface addon for openFrameworks
Maintained by bernardgeyer
Last updated 09/ 7/15
22
Categories: GUI
ofxImageBrowser
a gui tool to select an image from a directory
Maintained by magicbrush
Last updated 11/22/14
1
Categories: GUI
ofxImageMap
A fast way to convert existing design to clickable items with over state.
Maintained by lab101
Last updated 10/ 1/13
9
Categories: GUI
ofxImGui
Use ImGui in openFrameworks
Maintained by jvcleave
Last updated 08/20/24
298
Makefile
Examples 3
Categories: GUI
ofxImGui
ImGui openFrameworks addon
Maintained by brucelane
Last updated 06/17/15
1
Categories: GUI
ofxInputField
Deprecated! openFrameworks addon for text/number input fields in ofxGui
Maintained by fx-lange
Last updated 04/21/18
14
Categories: GUI
ofxInterface
scene-graph and multitouch manager for openframeworks
Maintained by galsasson
Last updated 04/20/23
20
Examples 2
Categories: GUI
ofxInterfaceKeyboard
A configurable Keyboard View for ofxInterface
Maintained by armadillu
Last updated 12/ 1/20
4
Categories: GUI
ofxJsonUI
UI Structure defined in JSON format
Maintained by galsasson
Last updated 12/14/20
4
Categories: GUI
ofxKeyboardSettings
Simple addon to help creating Keyboard Interfaces that automatically save settings into xml.
Maintained by paulobarcelos
Last updated 12/ 5/11
2
Categories: GUI
ofxKinectPinchZoom
Maintained by t9t9
Last updated 11/ 8/13
0
Categories: GUI
ofxKuTextGui
openFrameworks addon for creating textual GUI controlled by keyboard
Maintained by Default gravatar small perevalovds
Last updated 08/ 7/24
4
Makefile
Categories: GUI
ofxLabGui
Maintained by emmanuelgeoffray
Last updated 11/29/13
0
Categories: GUI
ofxLayout
utils to make layout easy
Maintained by LeslieFire
Last updated 08/14/14
0
Categories: GUI
ofxLayout
A layout management framework for managing multiple drawable classes in openframeworks. It allows you to easily place any drawable class into a layout, like Row, Column, Overlay etc.
Maintained by osiloke
Last updated 12/ 9/15
7
Categories: GUI
ofxLibRocket
html & css styling for openFrameworks
Maintained by underdoeg
Last updated 03/11/13
40
Categories: GUI
ofxLineaDeTiempo
A new timeline addon for openframeworks.
Maintained by roymacdonald
Last updated 06/27/24
40
Makefile
Categories: Utilities, GUI
ofxLiveSet
openFrameworks addon for interacting with live sets like an ableton live session
Maintained by thomasgeissl
Last updated 05/ 7/22
12
Categories: GUI
ofxMacTrackpad
using MBP Trackpad events on openFrameworks
Maintained by 2bbb
Last updated 05/26/17
10
Categories: GUI
ofxManipulator
3D manipulator for openFrameworks.
Maintained by u-engine
Last updated 09/17/15
15
Categories: GUI
ofxManipulator
3D manipulator for openFrameworks.
Maintained by jing-interactive
Last updated 09/17/15
25
Categories: GUI
ofxMediaBrowser
Maintained by aaronrichards
Last updated 05/13/14
3
Categories: GUI
ofxMicroUI
UI for OpenFrameworks
Maintained by dimitre
Last updated 09/13/24
48
Makefile
Categories: GUI
ofxMightyUI
a mighty ui library for openframeworks
Maintained by kritzikratzi
Last updated 09/11/24
61
Makefile
Categories: GUI
ofxMiniGui
A very small GUI for openFrameworks.
Maintained by kylemcdonald
Last updated 09/23/14
4
Categories: GUI
ofxModifierKeys
Maintained by satoruhiga
Last updated 10/18/13
6
Categories: GUI
ofxMouseAutoHider
openframeworks addon. Hides the mouse when you're not using it.
Maintained by mazbox
Last updated 02/ 1/19
6
Makefile
Categories: GUI
ofxMousePointer
Change the mouse pointer (not available yet in of standards)
Maintained by DudleySmith
Last updated 11/ 3/13
0
Categories: GUI
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
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
ofxMSAInteractiveObject
fork of the msalib's interactive object in its own repository
Maintained by Flightphase
Last updated 04/28/13
9
Categories: GUI
ofxMTAction
Maintained by fishkingsin
Last updated 03/13/13
1
Categories: GUI
ofxMtActions
Some Multitouch action for openframeworks for multitouch gesture examples see here https://github.com/soixantecircuits/ofxMultiTouchActions_example
Maintained by soixantecircuits
Last updated 01/27/13
2
Categories: GUI
ofxMUI
A multi-touch capable gui system for openFrameworks build on ofxDOM.
Maintained by bakercp
Last updated 11/29/20
8
Makefile
Categories: GUI
ofxMui
A multi-touch capable gui system for openFrameworks build on ofxDOM.
Maintained by bakercp
Last updated 10/ 5/17
5
Examples 2
Categories: GUI
ofxMultiTouchObject
ofxMultiTouchObject for openFrameworks. This is allowing multitouch object manipulation. Needed for https://github.com/soixantecircuits/ofxMultiTouchActions_example
Maintained by soixantecircuits
Last updated 05/31/12
1
Categories: GUI
ofxNative
Native windows/mac/linux functions for openFrameworks
Maintained by kritzikratzi
Last updated 02/22/24
24
Categories: Utilities, GUI
ofxNativeGui
a native gui for openframeworks
Maintained by ofZach
Last updated 05/12/15
37
Categories: GUI
ofxNavigation
ofxNavigation helps you to control a page system with only one item activate per moment. It fits perfect to create menu, gallery etc.
Maintained by euharrison
Last updated 06/17/14
0
Categories: GUI
ofxNotifications
[Archived] Send desktop notifications.
Maintained by bakercp-archive
Last updated 12/17/14
15
Categories: Utilities, GUI
ofxNUI
A 3D, Generative, Nodal User Interface addon for openFrameworks
Maintained by mitchmindtree
Last updated 03/28/14
10
Categories: GUI
ofxNumEdit
numeric text input field for ofxGui (openFrameworks)
Maintained by fx-lange
Last updated 08/13/15
2
Examples 1
Categories: GUI
ofxOctaniumGui
An openFrameworks addon for Octanium's app GUI using GWEN
Maintained by kikko
Last updated 06/17/13
1
Categories: GUI
ofxOscGuiController
Send OSC with ofxGui
Maintained by nariakiiwatani
Last updated 01/22/13
3
Categories: GUI
ofxPBRHelper
Maintained by yasuhirohoshino
Last updated 11/ 8/18
20
Categories: GUI
ofxPixelHitTest
This addon uses unique color values for each interactive shape and draws them into an FBO. By using input coordinates of ( x , y ) it is then easy to correlate which item you want to interact with. Works well on UI and Objects that are scale or rotated
Maintained by benMcChesney
Last updated 03/28/13
10
Categories: GUI
ofxPolygonHitTest
OpenFrameworks addon to calculate hit test operations on rotated and scaled elements.
Maintained by benMcChesney
Last updated 08/14/12
5
Categories: Geometry, GUI
ofxPQLabs
Openframeworks addon for PQ Labs Gestures
Maintained by jvcleave
Last updated 10/10/19
13
Categories: GUI
ofxProgressBar
Simple visual progress bar addon for OpenFrameworks
Maintained by atduskgreg
Last updated 08/13/12
6
Categories: GUI
ofxPUI
ofxPUI is an Open Frameworks addon for building user interfaces with the PUI c++ classes.
Maintained by digitalhack
Last updated 04/ 8/11
2
Categories: GUI
ofxQt
openframeworks addon for Qt
Maintained by jordiexvision
Last updated 05/25/18
23
Makefile
Categories: Utilities, GUI
ofxQt
openframeworks addon for Qt
Maintained by wasawi
Last updated 05/25/18
24
Makefile
Categories: GUI
ofxRabbitControl
openFrameworks addon for RabbitControl
Maintained by rabbitControl
Last updated 10/ 3/22
3
Makefile
Categories: Web/Networking, GUI
ofxRaccoonImGui
Maintained by Default gravatar small Ushio
Last updated 01/25/19
4
Makefile
Categories: GUI
ofxRandomClicker
ofxRandomClicker is an openframeworks addon that is supposed to be used as a testing tool, where it will randomly simulate clicks or touches on the screen at a variable speed and hopefully reveal UI bugs in your application. don't hate the ofxRandomClicker, hate your code.
Maintained by julapy
Last updated 01/ 9/15
6
Categories: GUI
ofxRemoteUI
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.
Maintained by armadillu
Last updated 05/25/24
136
Makefile
Categories: GUI
ofxScaleDragRect
openFrameworks addon. adds interactive scale and dragging to the ofRectangle class.
Maintained by roymacdonald
Last updated 08/14/20
4
Categories: GUI
ofxSequencer
sequencer addon for openframeworks which supports discrete or continuous cell values
Maintained by genekogan
Last updated 06/28/18
14
Categories: GUI
ofxSimpleButton
This is a simple button addons.
Maintained by azuremous
Last updated 09/ 6/17
2
Categories: GUI
ofxSimpleGuiToo
fork of the msalib's simple gui in its own repository
Maintained by Flightphase
Last updated 04/ 7/12
4
Categories: GUI
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
ofxSimpleGuiToo
slightly tweaked version of ofxSimpleGuiToo, meant to free some real-estate on screen
Maintained by hvfrancesco
Last updated 05/ 3/14
4
Categories: GUI
OfxSimpleUI
It's an openFrameworks addno which could create some simple ui.
Maintained by wubugui
Last updated 02/ 2/18
3
Categories: GUI
ofxSkinnable
Layout tool and easy interface for positioning and skinning of UI elements.
Maintained by benMcChesney
Last updated 09/20/13
3
Categories: GUI
ofxSoftKeyboard
Software Keyboard
Maintained by Lensley
Last updated 07/23/14
6
Categories: GUI
ofxSortableList
Sortable list of GUI items for ofxGuiExtended.
Maintained by frauzufall
Last updated 02/24/17
9
Categories: GUI
ofxSOSimpleGuiToo
Costom addon of memo's ofxSimpleGuiToo.
Maintained by sokumura
Last updated 02/28/13
1
Categories: GUI
ofxSphereCamControl
A OSC / Touchosc based addon for openFrameworks that hooks into my existing ofxSphereCam addon and enables bi directional control using a custom TouchOSC layout.
Maintained by stefang
Last updated 12/12/13
3
Categories: GUI
ofxSpreadsheet
spreadsheet editor for openFrameworks
Maintained by genekogan
Last updated 03/28/16
7
Categories: GUI
ofxStepSequencer
openFrameworks addon basic bang step-sequencer with tap tempo, external MIDI sync and pattern presets.
Maintained by moebiussurfing
Last updated 06/ 3/20
14
Categories: Sound, GUI
ofxStiwiGui
A simple GUI extension for openFrameworks, by stiwi. Not to be confused with the ofxGui which comes with OF itself. Probably deprecated by now.
Maintained by bilderbuchi
Last updated 10/ 8/17
8
Categories: GUI
ofxSyncedParameter
work in progress
Maintained by jvcleave
Last updated 10/10/19
5
Categories: GUI
ofxSyncedParams
synced ofParameters for remote and web UIs
Maintained by fx-lange
Last updated 09/ 6/16
16
Categories: GUI
ofxTableGestures
Openframeworks addon for creating applications using multitouch and tangible technologies via the TUIO protocol.
Maintained by chaosct
Last updated 01/10/18
30
Categories: GUI
ofxTangibleUI
abstract core for tangible/movable user interfaces - easy to extend and implement in your own projects
Maintained by fx-lange
Last updated 03/15/16
10
Categories: GUI
ofxTextBox
Simple textbox addon for openframeworks
Maintained by toruurakawa
Last updated 03/28/19
8
Categories: GUI
ofxTextLabel
A class for laying out multi-line text.
Maintained by prisonerjohn
Last updated 04/15/18
4
Categories: GUI
ofxTLButtons
an addon for ofxTimeline
Maintained by hvfrancesco
Last updated 02/12/13
1
Makefile
Categories: GUI
ofxToolManager
addon for Openframeworks based on ofxUI
Maintained by v3ga
Last updated 01/14/16
2
Categories: GUI
ofxTouchHelper
little helper to handle multitouch events
Maintained by armadillu
Last updated 04/ 8/14
3
Categories: GUI
ofxTouchOsc
openframeworks addon for generating TouchOsc layouts
Maintained by genekogan
Last updated 01/ 4/17
14
Categories: GUI
ofxTransparentWindow
Make your openFrameworks window transparent
Maintained by jefftimesten
Last updated 06/15/14
22
Categories: GUI
ofxTransparentWindow
Make your openFrameworks window transparent
Maintained by jefftimesten
Last updated 06/15/14
20
Examples 1
Categories: GUI
ofxTUI
Maintained by tanitta
Last updated 02/17/15
8
Categories: Utilities, GUI
ofxTuio
Old TUIO Wrapper
Last updated 09/26/13
21
Categories: GUI
ofxTuioWrapper
sketch of ofxTuioWrapper with new ofTouchEvent
Maintained by arturoc
Last updated 11/12/19
22
Categories: GUI
ofxTVI
Touch Vision Interface client addon for openFrameworks
Maintained by TeehanLax
Last updated 10/28/11
25
Categories: GUI
ofxTwBar
antTweakBar wrapper for openFrameworks
Maintained by smallfly
Last updated 04/ 3/11
11
Categories: GUI
ofxTweakbar
Simple clean GUI system for openFrameworks based on AntTweakbar
Maintained by roxlu
Last updated 02/14/12
30
Examples 1
Categories: GUI
ofxTweakbar
Simple clean GUI system for openFrameworks based on AntTweakbar
Maintained by diederickh
Last updated 02/14/12
27
Categories: GUI
ofxUI
more efficient ofxUI
Maintained by BentleyBlanks
Last updated 10/ 1/17
19
Categories: GUI
ofxUI
[DEPRECATED] UI Addon for openFrameworks
Maintained by rezaali
Last updated 09/30/15
518
Categories: GUI
ofxUIJquery
ofxUIJquery remote control your application
Maintained by kashimAstro
Last updated 01/26/16
13
Categories: GUI
ofxUIManager
A parent class that allows me to quickly set up a ofxUI gui just the way I like it.
Maintained by jamesalliban
Last updated 01/28/15
5
Categories: GUI
ofxUltralight
openFrameworks addon to include ultralight browser
Maintained by dasoe
Last updated 06/29/21
6
Makefile
Categories: GUI
ofxUltralight-byun
openframeworks addon for https://ultralig.ht/
Maintained by IanByun
Last updated 04/23/20
12
Categories: GUI
ofxUniformGui
Easily add a openFrameworks user interface elements for your shader uniforms.
Maintained by whg
Last updated 11/15/15
8
Categories: GUI
ofxVisualProgramming
A visual programming patching environment for OF
Maintained by d3cod3
Last updated 09/15/24
153
Makefile
Categories: GUI
ofxVui
✨ Such Wow! View + GUI System for openFrameworks ✨
Maintained by pixelsandcandy
Last updated 06/19/19
46
Categories: GUI, Utilities
ofxWebSimpleGuiToo
Maintained by mazbox
Last updated 08/13/13
1
Categories: GUI
ofxWebUI
edit parameter from web browser on openframework
Maintained by 2bbb
Last updated 09/13/15
5
Categories: Web/Networking, GUI
ofxWidgets
openframeworks widgets addon. with xml stylesheets and tuio for multitouch
Maintained by arturoc
Last updated 09/13/10
7
Categories: GUI
ofxWin7
Simple helper classes to setup Windows 7 touch in openFrameworks
Maintained by labatrockwell
Last updated 08/27/13
5
Categories: GUI
ofxWindowRegion
Loads audio file and reads samples using libsndfile
Maintained by Venetian
Last updated 01/21/12
1
Categories: GUI
ofxWinMouseControl
Simple mouse control under windows
Maintained by azislodowy
Last updated 04/17/13
2
Categories: GUI
ofxWxWidgets
openframeworks addon for WxWidgets.
Maintained by clinthidinger
Last updated 03/12/21
13
Categories: GUI
ofxXmlGui
openframeworks-based gui with lots of interesting extensions like web-based clients and midi learning.
Maintained by isthisgood
Last updated 03/28/18
15
Categories: GUI
ofxABBRobot
Maintained by Illutron
Last updated 07/23/11
3
Categories: Hardware Interface
ofxArdPulseSensor
Maintained by hisahayashi
Last updated 01/26/15
1
Categories: Hardware Interface
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
ofxArduinoDjShield
Use easily the DJ Shield for Arduino by Nootropic Design https://nootropicdesign.com/djshield
Maintained by fluaten
Last updated 11/19/15
3
Categories: Hardware Interface
ofxArtnet
ultra simple artnet addon for openFrameworks
Maintained by hiroyuki
Last updated 05/30/22
67
Categories: Hardware Interface
ofxArtNet
An openFrameworks addon for ArtNet
Maintained by tobiasebsen
Last updated 10/10/14
7
Categories: Hardware Interface
ofxArtNetServer
Art-Net server functionality taking advantage of openframeworks ofxNetwork libraries. Not in any way official.
Maintained by Default gravatar small stepto
Last updated 08/16/10
0
Categories: Hardware Interface
ofxARTSATAPI
[openFrameworks] An openFrameworks addon to support accessing to the satellite.
Maintained by toolbits
Last updated 12/24/12
3
Categories: Hardware Interface
ofxARTSATAPI
An openFrameworks addon to support accessing to the satellite.
Maintained by ARTSAT
Last updated 10/19/13
10
Categories: Hardware Interface
ofxAseaRobot
OpenFrameworks addon to control the old ASEA IRB 60 robot with custom arduino controller
Maintained by Illutron
Last updated 07/ 9/14
5
Categories: Hardware Interface
ofxBcm2835
Addon controlling the BCM2835 pins on Raspberry Pi
Maintained by tobiasebsen
Last updated 09/18/14
5
Categories: Hardware Interface
ofxBlackmagic
Simplified and optimized Black Magic DeckLink SDK grabber.
Maintained by kylemcdonald
Last updated 04/13/17
79
Categories: Hardware Interface
ofxBlackmagic
openframeworks wrapper for real-time image capture using Blackmagic Dedign HDMI capture cards.
Maintained by jamezilla
Last updated 07/27/11
12
Categories: Hardware Interface
ofxBlackmagic2
Efficient use of BlackMagic devices with modern C++ API
Maintained by elliotwoods
Last updated 12/ 5/22
46
Categories: Hardware Interface
ofxBLE
(still a work in progress)
Maintained by azuremous
Last updated 09/ 4/14
4
Categories: Hardware Interface
ofxBle
openFrameworks extension for the BLE112 Bluetooth Low Energy chip
Maintained by swiesmann
Last updated 06/26/14
1
Categories: Hardware Interface
ofxBLEDevice
BLE (i.e. Bluetooth 4) for iOS and OpenFrameworks
Maintained by joshuajnoble
Last updated 03/31/17
14
Makefile
ofxBluetoothManager
Maintained by vanderlin
Last updated 11/18/13
5
Categories: Hardware Interface
ofxBMFrameSync
Addon for easily pushing frames out to a BlackMagic UltraStudio SDI peripheral device.
Maintained by prettyextreme
Last updated 12/30/13
3
Categories: Hardware Interface
ofxBoseCSSP
Maintained by motoi1484
Last updated 11/16/18
1
ofxBox2d_Leap_ofxUGen
Maintained by morooka
Last updated 04/24/14
0
Categories: Hardware Interface
ofxBrainWave
Neuro Sky API Wrapper
Maintained by hirotakaster
Last updated 08/14/13
4
Categories: Hardware Interface
ofxCameraDeviceTree
get OS X camera info
Maintained by antimodular
Last updated 01/21/16
1
ofxCanon
openFrameworks addon for the Canon EDSK
Maintained by roxlu
Last updated 11/ 4/11
41
Examples 1
Categories: Hardware Interface
ofxCanon
openFrameworks addon for control and capture from Canon DSLR's via the EDSDK
Maintained by elliotwoods
Last updated 12/30/21
36
ofxCanon
openFrameworks addon for the Canon EDSK
Maintained by diederickh
Last updated 11/ 4/11
45
ofxCardboard
Google Cardboard ofxAddon (WIP)
Maintained by danthemellowman
Last updated 03/20/16
25
Categories: Hardware Interface
ofxChinoDolly
Last updated 03/21/13
0
Categories: Hardware Interface
ofxClayblocks
sensors and actuators devices running on OSC networks, with client classes for openFrameworks
Maintained by npisanti
Last updated 02/21/22
7
Categories: Hardware Interface
ofxCLEye
Wrapper for the CL Eye Platform SDK, necessary to control the PlayStation Eye camera.
Maintained by lgmsampaio
Last updated 02/10/15
2
Examples 1
ofxConnexion
Wraps 3dConnexionClient for openFrameworks on OSX
Maintained by kylemcdonald
Last updated 11/11/15
13
Categories: Hardware Interface
ofxCoreMotion
OF/iOS addon for the Core Motion Framework. Gives access to device motion (attitude), gyroscope, accelerometer, and magnetometer.
Maintained by trentbrooks
Last updated 12/ 3/15
43
ofxCrazyflie
Crazyflie controller addon for openFrameworks
Maintained by Saqoosha
Last updated 05/19/13
11
Categories: Hardware Interface
ofxCUPS
printer management for oF using CUPS API
Maintained by motoishmz
Last updated 04/12/15
26
Categories: Hardware Interface
ofxDeckLink
Blackmagic DeckLink SDK addon for openFrameworks
Maintained by hanasaan
Last updated 03/ 6/18
31
Categories: Hardware Interface
ofxDfRobotRelayShield
open frameworks addon to control the DfRobotRelayShield for Arduino
Maintained by ovicin
Last updated 06/16/14
0
Categories: Hardware Interface
ofxDImager
Addon for Open Frameworks to use the Panasonic D-Imager Depth Camera using their c++ SDK
Maintained by HeliosInteractive
Last updated 09/15/13
3
Categories: Hardware Interface
ofxDmx
DMX Pro wrapper for openFrameworks
Maintained by kylemcdonald
Last updated 08/19/24
83
Categories: Hardware Interface
ofxDmx4All
Dmx4All wrapper for openFrameworks
Maintained by Default gravatar small ImanolGo
Last updated 07/31/17
3
Categories: Hardware Interface
ofxDmxSuidi
Wrapper to use Nicolaudie's library to control their USB-DMX interfaces
Maintained by acarreras
Last updated 12/10/14
6
Categories: Hardware Interface
ofxDMX_UI
Little Dmx controller built with OpenFrameworks using ofxDMX and ofxUI
Maintained by panoramika
Last updated 02/27/14
3
Categories: Hardware Interface
ofxDmxUtils
utilities to work with DMX lighting
Maintained by MadSciLabs
Last updated 11/26/12
5
Categories: Hardware Interface
ofxDobot
Openframeworks addon for Dobot Magician
Maintained by viniciolindo
Last updated 05/ 2/18
7
Categories: Hardware Interface
ofxDualshock4
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.
Maintained by IglooVision
Last updated 12/ 8/16
15
Makefile
Categories: Hardware Interface
ofxDynamixel
OpenFrameworks addon for controlling and interacting Dynamixel Robotis Actuator from Robotis.
Maintained by ghiouar
Last updated 05/28/19
2
Makefile
Categories: Hardware Interface
ofxEasyLase
...
Maintained by saynono
Last updated 06/18/13
2
Categories: Hardware Interface
ofxEasySerialProtocol
Simple serial protocol for openFrameworks
Maintained by hideakitai
Last updated 11/12/15
2
Examples 1
Categories: Hardware Interface
ofxEETI
openFrameworks addon for EETI eGalax touch controller (RS232 interface)
Maintained by galsasson
Last updated 02/ 1/16
3
Categories: Hardware Interface
ofxEmotiv
OpenFrameworks addon for the Emotiv Epoc headset
Maintained by JorgeVelez
Last updated 08/21/13
4
Categories: Hardware Interface
ofxEnttecDmxUsbPro
Maintained by chrisoshea
Last updated 01/17/11
0
Categories: Hardware Interface
ofxEpilog
Maintained by YCAMInterlab
Last updated 09/11/16
20
Categories: Hardware Interface
ofxEpiphanPlayer
Native Epiphan device access for openFrameworks
Maintained by jvcleave
Last updated 01/28/12
2
Categories: Hardware Interface
ofxESCPOS
An openFrameworks addon for thermal Point of Sale printers.
Maintained by bakercp
Last updated 10/12/19
23
Makefile
Categories: Hardware Interface
ofxEtherdream
C++ openFrameworks addon for interfacing with the Etherdream DAC
Maintained by memo
Last updated 03/ 2/24
52
Categories: Hardware Interface
ofxEyetech
ofxEyetech provides a simple Quicklink API wrapper for Eyetech gaze sensor devices.
Maintained by nwadedx
Last updated 09/21/15
0
Categories: Hardware Interface
ofxEyeTribe
An openFrameworks wrapper for The Eye Tribe
Maintained by TatsuyaOGth
Last updated 08/30/16
6
Categories: Hardware Interface
ofxFadecandy
Framework to communicate with Fadecandy server to control addressable LEDs.
Maintained by Default gravatar small dielemma
Last updated 03/25/17
2
Categories: Hardware Interface
ofxFakeHID
This is a addon specifically for using a Arduino Leonardo as a FakeHID device from openFrameworks
Maintained by danthemellowman
Last updated 11/29/12
0
Categories: Hardware Interface
ofxFingerprintScanner
openFrameworks addon for interfacing with Sparkfun fingerprint scanners (e.g. https://www.sparkfun.com/products/11792)
Maintained by robotconscience
Last updated 09/17/14
2
Categories: Hardware Interface
ofxFISH
Open Frameworks addon to integrate with FISH http://www.experiencefish.net/ RFID system
Maintained by HeliosInteractive
Last updated 03/10/14
0
Categories: Hardware Interface
ofxFixture
addons to manage multiple DMX fixtures
Maintained by npisanti
Last updated 02/21/22
11
Makefile
Categories: Hardware Interface
ofxFlipDots
OF addon to control flipdot modules
Maintained by tobiasebsen
Last updated 09/26/15
2
Categories: Hardware Interface
ofxFlyCapture
openFrameworks addon for capturing video from Point Grey Research's Camera using FlyCapture SDK.
Maintained by katotetsuro
Last updated 01/19/19
6
Makefile
ofxFTDI
Simple library wrapper of libmpsse for talking to serial devices with an FTDI device, including latest git src for libftdi, libmpsse, and latest git static library of libusb-1.0. No other drivers are needed, and standard FTDI drivers must be disabled (or uninstalled) before running the app.
Maintained by paulreimer
Last updated 06/11/14
10
Categories: Hardware Interface
ofxGamepad
gamepad support for openframeworks 007
Maintained by underdoeg
Last updated 09/ 4/21
22
Categories: Hardware Interface
ofxGCode
GCode library for of 0.11.0, mostly made with my axidraw in mind
Maintained by andymasteroffish
Last updated 04/16/24
30
ofxGenericDmx
an OpenFrameworks addon currently usable for both Enttec as well as generic DMX devices based on the FTDI USB chip
Maintained by woutgg
Last updated 01/18/23
30
Categories: Hardware Interface
ofxGLFWJoystick
Use Joysticks in OpenFrameworks (GLFW window only)
Maintained by armadillu
Last updated 05/26/24
12
Categories: Hardware Interface
ofxGPGPU
Maintained by chparsons
Last updated 03/ 5/20
6
ofxGPIO
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Maintained by kashimAstro
Last updated 02/ 4/21
191
Makefile
Categories: Hardware Interface
ofxGrbl
[Beta] This is an add-on for using Grbl(CNC milling controll software for Arduino) with openframeworks.
Maintained by TsubokuLab
Last updated 08/ 3/17
8
Categories: Hardware Interface
ofxHelios
Openframeworks addon for drawing vectors with the Helios Laser DAC
Maintained by timredfern
Last updated 04/ 6/23
14
Makefile
Categories: Hardware Interface
ofxHexBright
Maintained by naus3a
Last updated 04/ 5/17
1
Examples 1
Categories: Hardware Interface
ofxICubeX
an openFrameworks addon for interfacing with ICubeX digitizers
Maintained by I-CubeX
Last updated 01/10/17
1
Categories: Hardware Interface
ofxIedk
emotiv community-sdk for openFrameworks (https://github.com/Emotiv/community-sdk)
Maintained by azuremous
Last updated 09/13/17
0
Categories: Hardware Interface
ofxIisu
Addon for Open Frameworks to Work with the SoftKinetic's iisu middleware , specifically with their c++ API
Maintained by HeliosInteractive
Last updated 06/27/13
27
Examples 1
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
75
Examples 2
Categories: Hardware Interface
ofxILDAmotu
using Motu interface as an interface between a laser projector and computer
Maintained by daitomanabe
Last updated 08/19/10
0
Categories: Hardware Interface
ofxInFocusSerial
Controlling InFocus projectors over serial
Maintained by tobiasebsen
Last updated 07/ 7/14
0
Categories: Hardware Interface
ofxIRKit
openFrameworks addon for IRKit
Maintained by toruurakawa
Last updated 08/21/14
6
Categories: Hardware Interface
ofxJoystick
simple joystick library for openFrameworks
Maintained by Lacty
Last updated 06/29/24
4
Categories: Hardware Interface
ofxJuce
An unholy marriage of OpenFrameworks and Juce
Maintained by krysmopompas
Last updated 03/25/13
7
Categories: Hardware Interface
ofxKinect2
kinect2 wrapper for openFrameworks
Maintained by sadmb
Last updated 11/13/17
44
Categories: Hardware Interface
ofxKinectFace
Maintained by flatscape
Last updated 06/ 8/15
6
Categories: Hardware Interface
ofxKsmrStepManager
Stepping motor controller with openFrameworks using L6470 driverIC
Maintained by loveandsheep
Last updated 06/ 3/15
4
Categories: Hardware Interface
ofxKuKinectV2
Kuflex's Kinect V2 addon for Windows, based on freenect and ofxKinectV2
Maintained by kuflex
Last updated 10/15/17
0
ofxKuZed
Addon for working with StereoLab ZED camera in openFrameworks, including color, depth and point cloud grabbing and drawing
Maintained by kuflex
Last updated 08/28/16
26
ofxKvaserCan
OF addon to communicate on the CAN bus using a Kvaser Leaf usb adapter
Maintained by ovicin
Last updated 06/16/14
2
Categories: Hardware Interface
ofxLaser
An openFrameworks addon for controlling multiple lasers.
Maintained by sebleedelisle
Last updated 09/14/24
257
Makefile
Categories: Hardware Interface
ofxLaunchControllers
easy openFrameworks API for Novation Launch Control / XL
Maintained by npisanti
Last updated 02/21/22
8
Makefile
Categories: Hardware Interface
ofxLaunchControlXL
launch control xl with openframeworks
Maintained by 2bbb
Last updated 02/12/19
7
Categories: Hardware Interface
ofxLaunchpad
Interface for Novation Launchpad MIDI controller.
Maintained by kylemcdonald
Last updated 06/18/19
19
Categories: Hardware Interface
ofxLeap
Leap Motion Addon for OpenFrameworks (Based on Theo Watson's ofxLeapMotion addon)
Maintained by rezaali
Last updated 05/25/13
0
Categories: Hardware Interface
ofxLeapGestures
Hand gesture training & recognition for the Leap Motion controller
Maintained by cmuartfab
Last updated 07/ 7/15
8
Makefile
Examples 2
Categories: Hardware Interface
ofxLeapMotion2
A wrapper for the Leap Motion SDK compatible with Leap 2.0 Beta with skeletal tracking
Maintained by genekogan
Last updated 05/ 6/18
61
Makefile
Categories: Hardware Interface
ofxLeapTouch
Leap Motion as Touchless-Touch controller for openFrameworks
Maintained by IxDS
Last updated 07/10/14
0
Examples 3
Categories: Hardware Interface
ofxLeapTouch
Leap Motion as Touchless-Touch controller for openFrameworks
Maintained by ixds
Last updated 07/17/14
19
Examples 6
Categories: Hardware Interface
ofxLEDs
Framework for controlling strips of RGB LEDs, with many virtual framebuffers to manage mapping 1d/2d/3d LED abstractions to 1D implementations.
Maintained by paulreimer
Last updated 02/ 2/14
10
Categories: Hardware Interface
ofxLibArtnet
OF wrapper for libartnet
Maintained by naychrist
Last updated 12/14/15
13
Categories: Hardware Interface
ofxLidarLite
C++ object for interfacing with the LIDAR Lite on Raspberry PI wrapped up as an OpenFrameworks Addon with example project.
Last updated 05/28/16
3
Categories: Hardware Interface
ofxLPD8806
C++ openFrameworks addon to interface with Raspberrypi SPI LPD8806
Maintained by fishkingsin
Last updated 03/26/16
2
Categories: Hardware Interface
ofxMachineVision
Interfaces and helpers for working with machine vision cameras
Maintained by elliotwoods
Last updated 11/18/23
17
Categories: Hardware Interface
ofxMacKeyboard
Mac's Keyboard util
Maintained by 2bbb
Last updated 07/22/15
5
Categories: Hardware Interface
ofxMacMouse
control mouse with program
Maintained by 2bbb
Last updated 10/26/16
12
Categories: Hardware Interface
ofxMacMouseControl
control mouse with program
Maintained by 2bbb
Last updated 07/15/15
2
Examples 1
Categories: Hardware Interface
ofxManta
openFrameworks addon for interfacing with the Manta controller
Maintained by genekogan
Last updated 08/16/17
1
Categories: Hardware Interface
ofxManyMouse
openFrameworks addon for manymouse, a great library to work with multiple mice or trackballs
Maintained by companje
Last updated 05/18/16
16
Categories: Hardware Interface
ofxMavlink
Mavlink addon for Openframeworks
Maintained by pierrep
Last updated 04/ 6/14
3
Categories: Hardware Interface
ofxMidiFighterTwister
Communicate a Midi Fighter Twister MIDI controller with OpenFrameworks
Maintained by armadillu
Last updated 03/25/18
13
ofxMioAlpha
Receive data from Mio Alpha in openFrameworks (only OS X 10.7- / iOS 5-)
Maintained by 2bbb
Last updated 12/15/15
7
Categories: Hardware Interface