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

elliotwoods

ofx--
Check whether 2 numbers are approximately equal to each other, given an acceptable bounds sigma. or: a cheap trick to try and get to the top of ofxAddons
Maintained by elliotwoods
Last updated 11/17/11
0
Categories: Utilities
ofxAsio
Lightweight wrapping of ASIO networking (without Boost) for openFrameworks
Maintained by elliotwoods
Last updated 04/20/22
12
Categories: Web/Networking
ofxAssets
Quick, tidy and (good) lazy access to image, shader, font assets
Maintained by elliotwoods
Last updated 05/20/22
34
Categories: Utilities
ofxBlackmagic2
Efficient use of BlackMagic devices with modern C++ API
Maintained by elliotwoods
Last updated 12/ 5/22
45
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
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
ofxClipboard
Read and write text to the system clipboard
Maintained by elliotwoods
Last updated 04/12/19
6
Categories: Utilities
ofxCvGui
Panel based GUI library with DOM-like features for openFrameworks
Maintained by elliotwoods
Last updated 03/18/24
31
Makefile
Categories: GUI
ofxCVgui
[ENDED] - check ofxCVGui2
Maintained by elliotwoods
Last updated 02/ 4/12
3
Examples 1
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
ofxCvMin
Minimal OpenCv implementation for openFrameworks with modern libs
Maintained by elliotwoods
Last updated 08/21/23
21
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
ofxDraggableNode
Move and rotate
Maintained by elliotwoods
Last updated 02/20/12
2
Categories: Graphics
ofxFlyCapture
openFrameworks extension to support direct access to Point Grey cameras via the FlyCapture stack
Maintained by elliotwoods
Last updated 11/30/11
0
Categories: Video/Camera
ofxGrabCam
Simple camera (ofEasyCam replacement) for openFrameworks for quickly browsing your scene
Maintained by elliotwoods
Last updated 05/20/22
72
Categories: Graphics
ofxGrabScene
testing. not for public use yet
Maintained by elliotwoods
Last updated 01/22/14
2
Categories: GUI
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
ofxHardTalk
Serialise and deserialise things to binary
Maintained by elliotwoods
Last updated 03/ 4/14
1
Categories: Bridges
ofxInteractiveVariable
Wrappers for simple variables (e.g. float, int, etc) that automatically register themselves onto a stack of interactive variables. These can then be edited globally. (So far not useful)
Maintained by elliotwoods
Last updated 07/10/11
2
Categories: Utilities
ofxKCTouchGUI
OO Multi-touch GUI toolset (generally for iPad/iPhone/Android devices)
Maintained by elliotwoods
Last updated 07/10/11
6
Categories: iOS
ofxKCTouchGui2
v2 of ofxKCTouchGui (cleaner, more object oriented and event driven these days)
Maintained by elliotwoods
Last updated 06/30/16
2
Categories: iOS
ofxKinectForWindows2
Implementation of Kinect For Windows v2 API (not using KinectCommonBridge)
Maintained by elliotwoods
Last updated 12/ 5/22
163
Makefile
Categories: Computer Vision
ofxLevMar
OpenFrameworks extension for Levenberg-Marquardt nonlinear fitting via http://www.ics.forth.gr/~lourakis/levmar/
Maintained by elliotwoods
Last updated 12/31/11
3
Categories: Utilities
ofxLiquidEvent
Lambda driven events system for openFrameworks for functional programming possibilities
Maintained by elliotwoods
Last updated 07/ 8/16
10
Categories: Utilities
ofxMachineVision
Interfaces and helpers for working with machine vision cameras
Maintained by elliotwoods
Last updated 11/18/23
17
Categories: Hardware Interface
ofxMessagePack
Implementation of MessagePack for openFrameworks (based on msgpack-c)
Maintained by elliotwoods
Last updated 04/12/22
12
Categories: Utilities
ofxMySQL
Quick and easy access to MySQL databases in openFrameworks
Maintained by elliotwoods
Last updated 08/13/17
20
Categories: Bridges
ofxNonLinearFit
Non Linear fitting based on LGPL library NLopt
Maintained by elliotwoods
Last updated 04/ 8/21
2
ofxOrbbec
Implementation of Orbbec Astra SDK
Maintained by elliotwoods
Last updated 04/20/16
12
ofxParameter
prototype of http://forum.openframeworks.cc/index.php?topic=7795.0
Maintained by elliotwoods
Last updated 11/20/11
2
Categories: Utilities
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
ofxPlugin
Write plugins in openFrameworks which you can load into your openFrameworks application at run time
Maintained by elliotwoods
Last updated 05/20/22
23
Categories: Utilities
ofxPolyfit
perform N dimensional polynomial fits in openFrameworks
Maintained by elliotwoods
Last updated 12/18/14
14
Categories: Utilities
ofxProCamSolver
!!work in progress!! Solve intrinsics,extrinsics,distortion for a set of cameras,projectors based on image point correspondences (e.g. from ofxGraycode)
Maintained by elliotwoods
Last updated 03/ 1/12
3
Categories: Video/Camera
ofxProfiler
Track the timings of your application's individual activities.
Maintained by elliotwoods
Last updated 02/ 9/16
22
Categories: Utilities
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
67
Categories: Graphics
ofxSane
interact with scanners (e.g. flatbed document scanners) using the SANE library for linux and osx
Maintained by elliotwoods
Last updated 03/16/14
5
Categories: Hardware Interface
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
ofxSpinCursor
Kimchi and Chips' famous Spin Cursorâ„¢
Maintained by elliotwoods
Last updated 04/ 8/21
3
Categories: Utilities
ofxSpinnaker
openframeworks addon for interfacing with FLIR (ne Point Grey) cameras
Maintained by elliotwoods
Last updated 12/ 5/22
6
ofxSplashScreen
Pop up a splash screen graphic during your heavy setup function
Maintained by elliotwoods
Last updated 04/20/22
19
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
65
Makefile
Categories: Graphics
ofxSquash
Compress and decompress data using a large range of compression codecs supplied by libsquash
Maintained by elliotwoods
Last updated 04/20/22
29
Makefile
Categories: Utilities
ofxSquashBuddies
Maintained by elliotwoods
Last updated 04/11/19
57
Categories: Web/Networking
ofxTalky
openFrameworks extension to implementat Talky network protocol
Maintained by elliotwoods
Last updated 12/ 9/11
3
Categories: Web/Networking
ofxTriangulate
Triangulate vertices from structured light scans
Maintained by elliotwoods
Last updated 05/ 9/21
14
Categories: Graphics
ofxTSP
Solve Travelling Salesman Problem in oF (primarily by brute force)
Maintained by elliotwoods
Last updated 09/ 6/14
3
Categories: Utilities
ofxUeye
uEye camera driver for ofxMachineVision (IDS Imaging)
Maintained by elliotwoods
Last updated 04/16/19
5
Categories: Computer Vision
ofxUeye-alt-
Another wrapper for controlling IDS machine vision cameras (uEye series).
Maintained by elliotwoods
Last updated 06/17/19
6
Categories: Video/Camera
ofxVMIG
VMIG code repo
Maintained by elliotwoods
Last updated 10/15/13
0
Categories: Video/Camera
ofxVVVV
Addon for building VVVV nodes out of openFrameworks code
Maintained by elliotwoods
Last updated 12/ 3/12
7
Categories: Bridges
ofxWatermark
Watermark your app with a secured image (e.g. if sending to client). App will not open if image has been tampered with
Maintained by elliotwoods
Last updated 05/21/14
18
Categories: Utilities
ofxXimea
ofxMachineVision implementation for Ximea cameras (e.g. Ximea xiQ)
Maintained by elliotwoods
Last updated 05/31/13
6
Categories: Hardware Interface