• Stars
    star
    2
  • Language
    C++
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OF addon to control Vezér through OSC from OpenFrameworks

More Repositories

1

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.
C++
137
star
2

ofxAnimatable

Set of classes that help setup very simple animations, with curves, repeat modes and barebones scheduling.
C++
115
star
3

ofxTimeMeasurements

OpenFrameworks add-on to easily measure execution times on different parts of your code.
C++
94
star
4

ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
C
89
star
5

ofxHistoryPlot

Visualize value history on a configurable graph
C++
41
star
6

ofxFontStash2

OpenFrameworks FontStash wrapper
C
38
star
7

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
C
33
star
8

ofxSimpleHttp

OpenFrameworks add-on to make http and https downloads easy
C
29
star
9

ofxSceneManager

ofxSceneManager helps handle different scenes and simple fade-to-black transitions between them.
C++
25
star
10

ofxFboBlur

blur shader
C++
23
star
11

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
C++
19
star
12

ofxScreenSetup

OF addon to control window / fullscreen different modes
C++
18
star
13

ofxGoogleAnalytics

OpenFrameworks addon to track Screens/Events/Exceptions on Google Analytics using their Measurement Protocol Developer Guide
C++
17
star
14

ofxPanZoom

Simple OpenFrameworks add-on that handles Zooming and Panning on iDevices, allowing to explore 2D space.
Objective-C++
17
star
15

ofxEasyRetina

OF addon to enable retina graphics on iOS app without modifying the original appearance.
Objective-C
16
star
16

ofxWorkQueues

Easily distribute work on other threads - not safe - do not use!
C++
16
star
17

ofxHttpForm

OpenFrameworks addon to handle basic http forms
C++
15
star
18

ofxFastIOImage

load / save ofImages byte-to-byte as binary files, faster than ofImage load / save
C++
14
star
19

ofxColorGradient

Simple of addon to create linear color gradients
C++
14
star
20

ofxCenteredTrueTypeFont

simple ofTrueTypeFont subclass that allows to draw text centered around a point
C++
14
star
21

ofxTextureAtlas

texture atlas for OpenFrameworks
C++
13
star
22

ofxMidiFighterTwister

Communicate a Midi Fighter Twister MIDI controller with OpenFrameworks
C++
13
star
23

ofxGLFWJoystick

Use Joysticks in OpenFrameworks (GLFW window only)
C++
12
star
24

ofxImageMask

apply masks to ofImages at ofPixel level
C++
10
star
25

ofxOscRecorder

Record and playback ofxOsc streams
C++
10
star
26

ofxPhilipsHue

OpenFrameworks addon to control philips hue light bulbs
C++
9
star
27

ofxScreenCurtain

Use it to handle "fade to black" situations... Think of it as a theater curtain on your screen.
C++
8
star
28

Wacom2Tuio

A small utility that turns Wacom tablet touch input to TUIO (OSX only)
C++
8
star
29

ofxPsdLoad

OpenFramorks addon to load PSD files to ofPixels or ofTexture
C
8
star
30

ofxDXT

Use DXT texture compression with OpenFrameworks
C
8
star
31

ofxThreadedVideoPlayer

OSX video playback addon based on ofxAVFVideoPlayer. Allows to load movies on the fly in a background thread without hiccups.
Mercury
8
star
32

ofxLaserPointer

addon to use a laser pointer as a mouse
C++
7
star
33

ofxiOSGUI

Basic setup for a multi-scene (each with its UI) iOS app/game
Objective-C
7
star
34

ofxChrome

Control a Google Chrome browser in headless mode through OpenFrameworks
C++
7
star
35

ofxImageExportQueue

export any image sequence to disk on N background threads
C++
6
star
36

ofxThreadedImage

ofImage subclass that allows load from disk, load from http, and save to disk in a background thread.
C++
6
star
37

ofxRetinaTrueTypeFont

Easy retina resolution for ofTrueTypeFont
Objective-C
6
star
38

SoundWindow

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 branching
C++
6
star
39

ofxMTJsonParser

Download and parse a JSON file across different threads with very few lines of code.
C++
5
star
40

ofxStateMachine

Customizable Finite State Machine with error/retry flow handling
C++
5
star
41

MacJoystickHIDTest

Mac OS X Joystick HID testing app
C
5
star
42

ofxImageSequenceVideo

Openframeworks addon to playback an image sequence with a similar api to ofVideoPlayer.
C
5
star
43

ofxMacOSScreenSaver

OpenFrameworks Addon to make Screen Savers for OSX
Objective-C++
5
star
44

ofxExternalProcess

OpenFrameworks addon to execute any external process (similar to ofSystem() with more control)
C++
5
star
45

Xcode-OpenFrameworks-Templates

Xcode file templates for OpenFrameworks
5
star
46

ofxInterfaceKeyboard

A configurable Keyboard View for ofxInterface
C++
4
star
47

MoveMyWindow

Simple OS X app to move/resize frontmost window with global keyboard shortcuts
Objective-C++
3
star
48

ofxRetinaImage

simple OF addon that subclasses ofImage to easily handle loading of retina (@2x) images
Objective-C
3
star
49

ofxFailSafeVideoGrabber

Fail-Safe ofVideoGrabber, provides fallback to a user specified movie if videoGrabber not available.
C++
3
star
50

PointGreyCameraInput

The very basics to start a CV project in OF with a firewire camera
C
3
star
51

OpticalFlow

simple OpenCV based OpticalFlow analyzer object
C++
3
star
52

ofxGLError

Easily see OpenGL Error states
C
3
star
53

XcodeColorSchemes

my favourite syntax highlighting for Xcode
3
star
54

MonkeyWatch

Simple WatchDog for OSX
Objective-C
3
star
55

GLSL_DOF

trying to make depth of field with OpenFrameworks
C++
3
star
56

TreeOfLife

TreeOfLife
C++
3
star
57

ofxTagSystem

Create Tag for different Categories and assign to object IDs. Templated to use your custom Tag Categories.
C++
3
star
58

GitRepoTrack

Scan your filesystem for git repos, easily see if it has pending commits
Objective-C
3
star
59

ofxExplosion

Explosion animation
C++
3
star
60

ofxMediaDB

easily reach your various media assets objects from anywhere within your code
C++
3
star
61

ofxTouchHelper

little helper to handle multitouch events
C
3
star
62

tetris

a tetris clone to mess around with
C++
2
star
63

ofxImageResizer

Openframeworks addon to help batch resize images across N threads
C++
2
star
64

ofxMemStats

print mem stats in one single call
C++
2
star
65

Due

little OSX countdown app that sits on your menubar
Objective-C
2
star
66

ofxRemoteOfImage

Send an ofImage through the network - unfinished
C++
2
star
67

ofxExplodingString

Simple OF addon to quickly make ofTrueType based strings explode in pieces.
C++
2
star
68

ofxImagePlayer

simple OF addon to load and play back image sequences
Objective-C
2
star
69

ofxSimpleSmoothFilter

C++
2
star
70

ofxFboMipMap

ofFbo subclass that generates/updates its mipmaps automatically
C++
2
star
71

ofxTextureCrop

Simple OF addon to draw an ofTexture within a rect, cropping it appropriately.
C++
2
star
72

SpaceReporter

SpaceReporter is a small utility that sits on your menu bar and tells you how empty (or full) your hard drives are.
Objective-C
2
star
73

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
C++
2
star
74

SolarSystem

SolarSystem made during the Telenoika OF workshop
C++
2
star
75

ofxImageSequenceExport

OpenFrameworks addon to export frames as an image sequence across N threads.
C++
2
star
76

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 displays
C
2
star
77

ofxGlobalElements

easily reach stuff from everywhere - messy code paradise
C++
2
star
78

Benchmark-map_VS_unordered_map

Quick Benchmark to compare c++ std:map performance to std:unordered_map
C++
1
star
79

ofxAssets

OpenFrameworks classes to handle objects with assets
C++
1
star
80

ofxAutoTexture

Thin ofTexture wrapper that reloads from disk when original asset is modified
C++
1
star
81

ofxThreadSafeLog

threaded log to file
C++
1
star
82

ofxHTTPJsonPost

OpenFrameworks addon to POST json data over HTTP
C++
1
star
83

iPhoneInputExperiments

trying to figure out how to successfully develop analog controls for a car game on an iphone
C++
1
star
84

ofxUserContentUpload

C++
1
star
85

ofxFFmpegUtils

OpenFrameworks addon to easily use FFmpeg to process movie files
C++
1
star
86

MissileCommand

MissileCommand game to be played with laserPointer and Projector
C++
1
star
87

FlickrDrop

Crappy Cocoa app to drag-upload pics to flickr, into a defined photoset
Objective-C
1
star
88

Sardine

abstract swimming sardine
C++
1
star
89

TorPhotoBooth

Objective-C
1
star
90

CocoaWifiCrack

brute force wifi networks using cocoa
Objective-C
1
star
91

TweakBrowser

Quick & dirty Cocoa Web Browser with gamma controls
Objective-C
1
star
92

ofxScreenCorners

OF addon to easily add round corners to you app
C++
1
star
93

keyboardPractice

simple OF app to practice keyboard typing
Objective-C
1
star
94

CustomViewsTest

iOS ui elements subclasses for G
Objective-C
1
star
95

upptime

📈 Uptime monitor and status page for Oriol Ferrer Mesià, powered by @upptime
Markdown
1
star
96

ofxBezelCompensation

OpenFrameworks addon to easily add bezel compensation to your project
C++
1
star
97

OF_DockerFile

dockerfile to test OpenFrameworks addons
1
star
98

ofxEllipseSolver

given 5 points in 2D space, find an ellipse that goes through all of them
C++
1
star
99

OmmW-Lists

Todo Lists For OmmWriter
1
star
100

ofxSimpleWebServer

Simple web server addon for OpenFrameworks
C++
1
star