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
17
Categories: Algorithms, Utilities
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
25
Makefile
Categories: Algorithms
ofxColorTheory
openFrameworks addon: generate & interpolate color schemes
Maintained by Default gravatar small kasparsj
Last updated 12/22/22
13
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
18
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
120
Makefile
ofxGVF
Gesture Variation Follower: oF add-on, MaxMSP, PureData
Maintained by bcaramiaux
Last updated 05/ 6/21
132
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
41
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
61
ofxMSAOrderedMap
C++ template class (openFrameworks addon) to create an ordered named map (wraps std::map and std::vector)
Maintained by memo
Last updated 11/ 4/20
2
Categories: Algorithms, Utilities
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
13
Categories: Algorithms
ofxSelfOrganizingMap
openFrameworks addon implementing a self-organizing map
Maintained by genekogan
Last updated 09/11/18
29
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
97
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
197
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