Projects
ofx3DUtils
Handy set of functions for different 3d topics
ofxArgs
allows command-line arguments (passed via main's argc and argv[]) to be read and used in an openFrameworks app
ofxBulletPhysics
Allows for the use of the Bullet physics library in openFrameworks.
ofxConsole
ofxFBOTexture
FBO Extension for openFrameworks
ofxFiducialFinder
Finds and tracks fiducials from video source.- You can find the documentation by using the menu above and going to documents or wiki.
- You can download the source code by using the menu above and going to files.
- Suggestions and issues are all welcomed.
ofxFunnel
ofxFunnel is an addon to bridge oF and Funnel (a toolkit for physical computing, available at http://funnel.cc). Shigeru Kobayashi (the team lead of Funnel and Gainer development team) will work for ofxFunnel. Arduino, XBee, Gainer and Fio I/O boards/modules will be supported if finished.
ofxHttpUtils
Download via http, post forms using GET and POST on a thread.
ofxiPhone
ofxiPhone is an addon for openFrameworks 006+ to allow it to run on iPhone and iPod Touch. You do not need a modified version of openFrameworks, just the latest version (min 006+) from http://www.openframeworks.cc.
Latest version can be found in the SVN at http://code.google.com/p/ofxiphone/
Subprojects: ofxAccelerometer, ofxMultitouch
ofxMailUtils
ofxPop3Utils checks several pop3 accounts in a thread and generates a newMail event whenever a new mail arrives.
ofxSmtpUtils allows to send mail messages through a smtp server.
ofxMidi
Midi input & output addon, based on rtMidi and poco events. You can register any class that inherits from ofxMidiListener to receive messages from a midi controller.
[edit: this is being worked on now for more extended events] You can register per port and id of the control, or to every event.
ofxMSAFluid
C++ classes for solving and drawing 2D fluid systems based on Jos Stam's methods and code.
Video and more info at http://www.memo.tv/msafluid_for_processing (this page talks about the processing.org port, but still relevant).
Latest version can be found in the SVN at http://code.google.com/p/ofxmsaof/
ofxMSAInteractiveObject
A C++ class 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.
ofxMSAPhysics
A C++ 3D particle/constraint based physics library for openFrameworks. It uses a very similar api to the traer.physics library for processing to make getting into it as easy as possible. v2 now has collision, more flexible constraints and many more improvements.
ofxMSAShape3D
A C++ wrapper for Vertex Arrays & Vertex Buffer Objects to allow Immediate mode style syntax on embedded systems / iPhone etc.
Video and more info at http://www.memo.tv/ofxmsashape3d
Latest version can be found in the SVN at http://code.google.com/p/ofxmsaof/
ofxMSASpline
A set of C++ 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 (data can be simple types like float, int or complex types like structs, classes), then resample at any resolution, or ask for the value at any percentage along the data - or just draw it - including splines in 3D.
ofxObjCPointer
A simple ObjectiveC style Smart Pointer for C++ which keeps reference count and frees memory when reference count is zero. This is accomplished by providing retain/release methods similar to Objective C.
Latest version can be found in the SVN at http://code.google.com/p/ofxmsaof/
ofxOpenCv
wrapper for opencv functionality including pimative image classes and contour finding.
ofxOsc
ofxOsc provides OpenSoundControl functionality - sending and receiving messages and bundles of messages.
Features:- support for the four basic OSC types (32 bit int, float, string, and blob)
- send and receive messages and bundles of messages
- straight-forward and easy to use
ofxPhysics
this is a simple physics engine revolving around the verlet set of algorithms (aka the integrator). it's quite simple to use.
ofxShader
This addon allows for shaders to be loaded and unloaded into openFrameworks.
ofxSimpleGui
this is a super simple gui that has auto saving and auto rendering. It uses poco and is awesome.
ofxSndObj
Make working with the SndObj library a little easier. (hosted at google code - http://code.google.com/p/ofxsndobj/
ofxSuddenMotion
An addon for the sudden motion sensor found in recent Apple laptops - currently wraps unimotion and only works for OS X - but could be extended to support other platforms and laptops.
See the video of it in action here: http://vimeo.com/1874402
ofxTileSaver
OpenGL Tile Renderer for OF
ofxTuio
TUIO Client for OF using ofxOSC
ofxVectorMath
vector math, including vector and points (2d, 3d, and 4d) and matrix operations.
ofxVLC
It's an addon that wraps vlc as a video player for oF, extending ofVideoPlayer so it can be used wherever you are using the usual ofVideoPlayer.
It should be able not only to play video files but also to access video devices like dvb, v4l2, dv cameras...