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