-
Notifications
You must be signed in to change notification settings - Fork 23
/
addons.txt
31 lines (28 loc) · 1.7 KB
/
addons.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file holds all repo information for ofxAddonTool to match your configuration
# To comment out some addons, you may use a # in front of the line.
# Regex to (manually) import/transcode from addons.make
# Search : git clone( --branch=([\S]+))? ([0-9a-zA-Z\-\.\/\:]+)\/(.+)
# Replace : $4 $3/$4 $2
# You'll find an example setup below, fit this to your needs !
# Each line holds 3 variables separated by tabs : Title, Url, Branch
ofxAudioFile https://github.com/d3cod3/ofxAudioFile master
ofxBTrack https://github.com/d3cod3/ofxBTrack master
ofxChromaKeyShader https://github.com/d3cod3/ofxChromaKeyShader master
ofxCv https://github.com/kylemcdonald/ofxCv master
ofxEasing https://github.com/arturoc/ofxEasing master
ofxFFmpegRecorder https://github.com/d3cod3/ofxFFmpegRecorder master
ofxFft https://github.com/kylemcdonald/ofxFft master
ofxJSON https://github.com/jeffcrouse/ofxJSON master
ofxImGui https://github.com/d3cod3/ofxImGui master
ofxInfiniteCanvas https://github.com/d3cod3/ofxInfiniteCanvas master
ofxLua https://github.com/danomatika/ofxLua master
ofxMidi https://github.com/danomatika/ofxMidi master
ofxMtlMapping2D https://github.com/d3cod3/ofxMtlMapping2D master
ofxNDI https://github.com/d3cod3/ofxNDI NDI5
ofxPd https://github.com/danomatika/ofxPd master
ofxPDSP https://github.com/d3cod3/ofxPDSP master
ofxSyphon https://github.com/d3cod3/ofxSyphon master
ofxTimeline https://github.com/d3cod3/ofxTimeline master
ofxVisualProgramming https://github.com/d3cod3/ofxVisualProgramming master
ofxWarp https://github.com/d3cod3/ofxWarp master
# always keep a commented line at the end !