There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.ofxAnimatable
Set of classes that help setup very simple animations, with curves, repeat modes and barebones scheduling.ofxTimeMeasurements
OpenFrameworks add-on to easily measure execution times on different parts of your code.ofxFontStash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko MononenofxHistoryPlot
Visualize value history on a configurable graphofxFontStash2
OpenFrameworks FontStash wrapperofxTurboJpeg
Rough OF addon that uses turbo-jpeg lib to read and write jpegs. 2-3 times faster than OF's freeImage based jpeg en/decoderofxSimpleHttp
OpenFrameworks add-on to make http and https downloads easyofxSceneManager
ofxSceneManager helps handle different scenes and simple fade-to-black transitions between them.ofxFboBlur
blur shaderofxMapRouting
A* path finding for OF, tweaked for performance and small memory footprint - tweaks allowing to go for faster to process (but sub-optimal) pathsofxScreenSetup
OF addon to control window / fullscreen different modesofxGoogleAnalytics
OpenFrameworks addon to track Screens/Events/Exceptions on Google Analytics using their Measurement Protocol Developer GuideofxPanZoom
Simple OpenFrameworks add-on that handles Zooming and Panning on iDevices, allowing to explore 2D space.ofxEasyRetina
OF addon to enable retina graphics on iOS app without modifying the original appearance.ofxWorkQueues
Easily distribute work on other threads - not safe - do not use!ofxHttpForm
OpenFrameworks addon to handle basic http formsofxFastIOImage
load / save ofImages byte-to-byte as binary files, faster than ofImage load / saveofxColorGradient
Simple of addon to create linear color gradientsofxCenteredTrueTypeFont
simple ofTrueTypeFont subclass that allows to draw text centered around a pointofxTextureAtlas
texture atlas for OpenFrameworksofxMidiFighterTwister
Communicate a Midi Fighter Twister MIDI controller with OpenFrameworksofxGLFWJoystick
Use Joysticks in OpenFrameworks (GLFW window only)ofxImageMask
apply masks to ofImages at ofPixel levelofxOscRecorder
Record and playback ofxOsc streamsofxPhilipsHue
OpenFrameworks addon to control philips hue light bulbsofxScreenCurtain
Use it to handle "fade to black" situations... Think of it as a theater curtain on your screen.ofxPsdLoad
OpenFramorks addon to load PSD files to ofPixels or ofTextureofxDXT
Use DXT texture compression with OpenFrameworksofxThreadedVideoPlayer
OSX video playback addon based on ofxAVFVideoPlayer. Allows to load movies on the fly in a background thread without hiccups.Wacom2Tuio
A small utility that turns Wacom tablet touch input to TUIO (OSX only)ofxLaserPointer
addon to use a laser pointer as a mouseofxChrome
Control a Google Chrome browser in headless mode through OpenFrameworksofxiOSGUI
Basic setup for a multi-scene (each with its UI) iOS app/gameofxImageExportQueue
export any image sequence to disk on N background threadsofxThreadedImage
ofImage subclass that allows load from disk, load from http, and save to disk in a background thread.ofxRetinaTrueTypeFont
Easy retina resolution for ofTrueTypeFontSoundWindow
small class to create different windows (hanning, hamming, triangular, gauss, blackman harris, flat ) to be used for sound windowing This is my first contact with git, so expect lots of nonsense commits and branchingofxMTJsonParser
Download and parse a JSON file across different threads with very few lines of code.ofxStateMachine
Customizable Finite State Machine with error/retry flow handlingMacJoystickHIDTest
Mac OS X Joystick HID testing appofxImageSequenceVideo
Openframeworks addon to playback an image sequence with a similar api to ofVideoPlayer.ofxMacOSScreenSaver
OpenFrameworks Addon to make Screen Savers for OSXofxExternalProcess
OpenFrameworks addon to execute any external process (similar to ofSystem() with more control)Xcode-OpenFrameworks-Templates
Xcode file templates for OpenFrameworksofxInterfaceKeyboard
A configurable Keyboard View for ofxInterfaceMoveMyWindow
Simple OS X app to move/resize frontmost window with global keyboard shortcutsofxRetinaImage
simple OF addon that subclasses ofImage to easily handle loading of retina (@2x) imagesofxFailSafeVideoGrabber
Fail-Safe ofVideoGrabber, provides fallback to a user specified movie if videoGrabber not available.PointGreyCameraInput
The very basics to start a CV project in OF with a firewire cameraOpticalFlow
simple OpenCV based OpticalFlow analyzer objectofxGLError
Easily see OpenGL Error statesXcodeColorSchemes
my favourite syntax highlighting for XcodeMonkeyWatch
Simple WatchDog for OSXGLSL_DOF
trying to make depth of field with OpenFrameworksTreeOfLife
TreeOfLifeofxTagSystem
Create Tag for different Categories and assign to object IDs. Templated to use your custom Tag Categories.GitRepoTrack
Scan your filesystem for git repos, easily see if it has pending commitsofxExplosion
Explosion animationofxMediaDB
easily reach your various media assets objects from anywhere within your codeofxTouchHelper
little helper to handle multitouch eventsofxVezerRealtime
OF addon to control Vezรฉr through OSC from OpenFrameworkstetris
a tetris clone to mess around withofxMemStats
print mem stats in one single callofxImageResizer
Openframeworks addon to help batch resize images across N threadsDue
little OSX countdown app that sits on your menubarofxRemoteOfImage
Send an ofImage through the network - unfinishedofxImagePlayer
simple OF addon to load and play back image sequencesofxSimpleSmoothFilter
ofxFboMipMap
ofFbo subclass that generates/updates its mipmaps automaticallyofxTextureCrop
Simple OF addon to draw an ofTexture within a rect, cropping it appropriately.SpaceReporter
SpaceReporter is a small utility that sits on your menu bar and tells you how empty (or full) your hard drives are.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 waySolarSystem
SolarSystem made during the Telenoika OF workshopofxImageSequenceExport
OpenFrameworks addon to export frames as an image sequence across N threads.ofxVsoFont
OF wrapper for VSOFont (a Very Simple OpenGL Font, by Ville Helin). Draws chars using a tiny amount of lines, similar to seven-segment displaysofxGlobalElements
easily reach stuff from everywhere - messy code paradiseBenchmark-map_VS_unordered_map
Quick Benchmark to compare c++ std:map performance to std:unordered_mapofxAssets
OpenFrameworks classes to handle objects with assetsofxAutoTexture
Thin ofTexture wrapper that reloads from disk when original asset is modifiedofxThreadSafeLog
threaded log to fileofxHTTPJsonPost
OpenFrameworks addon to POST json data over HTTPiPhoneInputExperiments
trying to figure out how to successfully develop analog controls for a car game on an iphoneofxUserContentUpload
ofxFFmpegUtils
OpenFrameworks addon to easily use FFmpeg to process movie filesFlickrDrop
Crappy Cocoa app to drag-upload pics to flickr, into a defined photosetMissileCommand
MissileCommand game to be played with laserPointer and ProjectorSardine
abstract swimming sardineTorPhotoBooth
CocoaWifiCrack
brute force wifi networks using cocoaTweakBrowser
Quick & dirty Cocoa Web Browser with gamma controlsofxScreenCorners
OF addon to easily add round corners to you appkeyboardPractice
simple OF app to practice keyboard typingCustomViewsTest
iOS ui elements subclasses for Gupptime
๐ Uptime monitor and status page for Oriol Ferrer Mesiร , powered by @upptimeofxBezelCompensation
OpenFrameworks addon to easily add bezel compensation to your projectOF_DockerFile
dockerfile to test OpenFrameworks addonsofxEllipseSolver
given 5 points in 2D space, find an ellipse that goes through all of themOmmW-Lists
Todo Lists For OmmWriterofxSimpleWebServer
Simple web server addon for OpenFrameworksLove Open Source and this site? Check out how you can help us