Skip to content

Commit f999673

Browse files
committed
updated README and CHANGELOG for 0.6.4
1 parent ce87623 commit f999673

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mosaic CHANGELOG
22

3+
### 0.6.4
4+
5+
- **enhancement** : added sender and receiver objects, wireless data transport implemented
6+
- **bug fixing** : Various fixes
7+
38
### 0.6.3
49

510
- **update** : Now same identical basecode and functionalities on all supported OSs (various Linux distros, macOS starting from 10.11 and Windows starting from W10)
@@ -17,11 +22,11 @@
1722
- **bug fixing** : Various fixes for Monterrey and later macOS
1823
- **update** : Updated core to OF 0.11.2
1924

20-
### 0.5.1
25+
### 0.5.1
2126

2227
- **cleanup** Removed ofxGLEditor addon and lua scripting onscreen live-coding, due to fontstash incompatibility with opengl4
2328

24-
### 0.5.0
29+
### 0.5.0
2530

2631
- **addition** : added texture mixer object to mix up to 32 texture using alpha
2732
- **update** : Updated ofxAddonsTool to last commit

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,27 @@ Just unzip the downloaded release and copy Mosaic app in your Application folder
3737

3838
## WINDOWS
3939

40-
At the moment, Mosaic for windows is available as a release: https://github.com/d3cod3/Mosaic/releases, just download and run, or can be compiled using the Mosaic installer here: https://github.com/d3cod3/Mosaic-Installer, where you'll find a ```mosaic_windows_installer.sh``` script to run in a MSYS2 console. You'll find instructions for compiling in the repo readme.
40+
Get Mosaic last release here: https://github.com/d3cod3/Mosaic/releases
41+
Just unzip the downloaded release and run it!
4142

4243

4344
# OF COMPATIBLE RELEASE
4445

4546
## 0.11.2 STABLE (official download from [OF site](https://openframeworks.cc/))
4647
> Compiled/tested with QTCreator on osx/linux/windows
47-
> Working on native VisualStudio Windows compiling...
48+
> Compiled on native VisualStudio on Windows
4849
4950
If you want to build Mosaic, just download OF0.11.2 for your OS (osx, linux, windows) and follow the correspondent setup guide.
5051

5152
# DESCRIPTION
5253

5354
![Mosaic-Data-Flow-Diagram](https://github.com/d3cod3/Mosaic/raw/master/process/img/10_Mosaic-Data-Flow-Diagram.jpg)
5455

55-
A very commonly used quote from Albert Einstein goes like this: « If I can't picture it, I can't understand it. ». Following that thought, we'll eventually enter the realm of visual thinking, where complex ideas can be communicated in a simple way.
56+
~~A very commonly used quote from Albert Einstein goes like this: « If I can't picture it, I can't understand it. »~~. A very commonly used quote from Henri Bergson goes like this: « The Eyes See Only What The Mind Is Prepared To Comprehend. » Following that thought, we'll eventually enter the realm of visual thinking, or better yet, the imagination realm, where complex ideas can be communicated in a simple way, or just the opposite.
5657

5758
Mosaic is a visual thinking toolkit made by artists, for artists.
5859

59-
[Emanuele Mazza](https://github.com/d3cod3) started the Mosaic project in 2018, in strict relation with the work of ART+TECHNOLOGY research group Laboluz from the Fine Art faculty of the Universidad Politécnica de Valéncia (Spain). From the very beginning, the source code was released on the Github development platform with a focus on making the code modular and simple to read, in order to encourage potentially interested coders in participating and collaborating on the project. Recently in 2020, digital artist [Daan de Lange](https://github.com/Daandelange) became a contributor of Mosaic code, actively participating in code development and restructuring.
60+
[Emanuele Mazza](https://github.com/d3cod3) started the Mosaic project in 2018, in strict relation with the work of ART+TECHNOLOGY research group Laboluz from the Fine Art faculty of the Universidad Politécnica de Valéncia (Spain). From the very beginning, the source code was released on the Github development platform with a focus on making the code modular and simple to read, in order to encourage potentially interested coders in participating and collaborating on the project. Recently in 2020, digital artist [Daan de Lange](https://github.com/Daandelange) became a contributor of Mosaic code, participating in code development and restructuring.
6061

6162
Mosaic is a multi-platform livecoding programming/patching environment for creating real-time audio-visual compositions. It's principally designed for live needs, as can be teaching in class, live performing in an algorave, or running a generative audio-visual installation in a museum.
6263
It aims to empower artists, creative coders, scenographers and other creative technologists in their creative workflow.
@@ -201,6 +202,8 @@ Mosaic is open to anybody, contributions of any kind are welcome.
201202

202203
# SCREENSHOTS
203204

205+
![Mosaic 0.6.4_beta](https://github.com/d3cod3/Mosaic/raw/master/process/img/30_mosaicWireless.jpg)
206+
204207
![Mosaic 0.4.3_beta](https://github.com/d3cod3/Mosaic/raw/master/process/img/29_1979.jpg)
205208

206209
![Mosaic 0.4.0_beta](https://github.com/d3cod3/Mosaic/raw/master/process/img/25_transparent_machines.jpg)
@@ -237,4 +240,4 @@ Mosaic is a [FLOSS](https://www.gnu.org/philosophy/floss-and-foss.en.html), Free
237240

238241
The Mosaic team is composed by [Emanuele Mazza](https://github.com/d3cod3) [<img src="https://avatars0.githubusercontent.com/u/141075?v=4" height=50 width=50>](https://github.com/d3cod3), [Daan de Lange](https://github.com/Daandelange) [<img src="https://avatars0.githubusercontent.com/u/1329784?v=4" height=50 width=50>](https://github.com/Daandelange) and Maria José Martínez de Pisón.
239242

240-
Mosaic uses [ImGui](https://github.com/ocornut/imgui), [kiss_fft](https://github.com/mborgerding/kissfft), [libsamplerate](https://github.com/erikd/libsamplerate), [dr_libs](https://github.com/mackron/dr_libs) and code from openframeworks all the included ofxAddons.
243+
Mosaic uses [ImGui](https://github.com/ocornut/imgui), [kiss_fft](https://github.com/mborgerding/kissfft), [libsamplerate](https://github.com/erikd/libsamplerate), [dr_libs](https://github.com/mackron/dr_libs), [hap](https://github.com/Vidvox/hap), [snappy](https://github.com/google/snappy), [ffmpeg](https://github.com/FFmpeg/FFmpeg) and code from openframeworks and all the included ofxAddons.

0 commit comments

Comments
 (0)