Skip to content

Commit f8b2fe5

Browse files
committed
updated readme and addons dependencies for 0.6.9
1 parent d6190c4 commit f8b2fe5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# [MOSAIC](https://mosaic.d3cod3.org) - an openFrameworks based Visual Patching Creative-Coding Platform
44

5-
![Mosaic](https://github.com/d3cod3/Mosaic/raw/master/process/img/28_transparent_machines04.jpg)
5+
![Mosaic](https://github.com/d3cod3/Mosaic/raw/master/process/img/31_sintax03.jpg)
66

77
[![Mosaic Forum](https://img.shields.io/badge/forum-Mosaic%20Forum-2000ff)](https://mosaicforum.cryptoriot.art/)
88

@@ -30,6 +30,10 @@ Table of Contents
3030

3131
Check the Mosaic installer here: https://github.com/d3cod3/Mosaic-Installer
3232

33+
or
34+
35+
Check Flathub 1 click Mosaic installer ( if installing from flathub webcam is not working ) here: https://flathub.org/apps/org.d3cod3.Mosaic
36+
3337
## MACOS
3438

3539
Get Mosaic last release here: https://github.com/d3cod3/Mosaic/releases
@@ -113,6 +117,8 @@ Mosaic, ofxVisualProgramming, openframeworks, linux, macOS, windows, creative-co
113117

114118
#### [ofxNDI](https://github.com/d3cod3/ofxNDI) -- Fork
115119

120+
#### [ofxOpenDHT](https://github.com/d3cod3/ofxOpenDHT)
121+
116122
#### [ofxPd](https://github.com/danomatika/ofxPd)
117123

118124
#### [ofxPDSP](https://github.com/d3cod3/ofxPDSP) -- Fork
@@ -143,6 +149,7 @@ Some addons are forks of the original, due to some mods, compatibility with OF0.
143149
- good selection of audio synthesis modules
144150
- warping integrated on output window object
145151
- mapmap style projection mapping module
152+
- internal dht distributed chatroom, based on libdht
146153

147154

148155
# OFXADDONS
@@ -166,6 +173,7 @@ git clone https://github.com/danomatika/ofxLua
166173
git clone https://github.com/danomatika/ofxMidi
167174
git clone https://github.com/d3cod3/ofxMtlMapping2D
168175
git clone --branch=NDI5 https://github.com/d3cod3/ofxNDI
176+
git clone https://github.com/d3cod3/ofxOpenDHT
169177
git clone https://github.com/danomatika/ofxPd
170178
git clone https://github.com/d3cod3/ofxPDSP
171179
git clone https://github.com/d3cod3/ofxSyphon

addons.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# You'll find an example setup below, fit this to your needs !
99
# Each line holds 3 variables separated by tabs : Title, Url, Branch
1010

11-
ofxAudioFile https://github.com/d3cod3/ofxAudioFile master
11+
ofxAudioFile https://github.com/d3cod3/ofxAudioFile master
1212
ofxBTrack https://github.com/d3cod3/ofxBTrack master
1313
ofxChromaKeyShader https://github.com/d3cod3/ofxChromaKeyShader master
1414
ofxCv https://github.com/kylemcdonald/ofxCv master
@@ -22,6 +22,7 @@ ofxLua https://github.com/danomatika/ofxLua master
2222
ofxMidi https://github.com/danomatika/ofxMidi master
2323
ofxMtlMapping2D https://github.com/d3cod3/ofxMtlMapping2D master
2424
ofxNDI https://github.com/d3cod3/ofxNDI NDI5
25+
ofxOpenDHT https://github.com/d3cod3/ofxOpenDHT master
2526
ofxPd https://github.com/danomatika/ofxPd master
2627
ofxPDSP https://github.com/d3cod3/ofxPDSP master
2728
ofxSyphon https://github.com/d3cod3/ofxSyphon master

0 commit comments

Comments
 (0)