From 2ccdd1b97e1521723644b22fe55d131da520a2c4 Mon Sep 17 00:00:00 2001
From: Ondrej Jamriska
Date: Wed, 26 Jan 2022 23:21:30 +0100
Subject: [PATCH] add demo
---
README.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 89f7245..e4051ba 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,9 @@ This way, Mixbox achieves that blue and yellow mix to green, the same way real p
* Paper: https://scrtwpns.com/mixbox.pdf
* Video: https://youtu.be/ATzVPVNp1qA
* Talk: https://youtu.be/_qa5iWdfNKg
+* Demo: https://scrtwpns.com/mixbox/painter
-Mixbox is shipping in the upcoming Rebelle 5 as the [Rebelle Pigments](https://www.escapemotions.com/blog/rebelle-5-meet-color-pigments) feature.
+Mixbox is shipping in Rebelle 5 Pro as the [Rebelle Pigments](https://www.escapemotions.com/products/rebelle/about) feature.
## Usage
The simplest way to use Mixbox is with the *lerp* interface:
@@ -53,9 +54,14 @@ for(int i=0;i
+
+
+This is a toy painting app with soft round brush and a smudge tool. It runs two color mixing implementations in parallel: one based on Mixbox and the other that performs ordinary RGB mixing. The app allows switching between them on the fly, showing the differences between pigment-based mixing and the normal RGB mixing. To launch the demo in your browser, please click here.
## License
-Copyright (c) 2021, Secret Weapons. All rights reserved.
+Copyright (c) 2022, Secret Weapons. All rights reserved.
This code is for non-commercial use only. It is provided for research and evaluation purposes.
If you wish to obtain commercial license, please contact: mixbox@scrtwpns.com