Yuri-SVB / Great_Wall

Protocol and application for providing Kerckhoffian, 0-trust, deviceless coercion-resistance in self-custody.
MIT License
24 stars 15 forks source link

Dynamically defined color scheme #32

Open Yuri-SVB opened 4 months ago

Yuri-SVB commented 4 months ago

Have color scheme for rendering be implemented similarly as in Fractal Now, with RGB values of evenly distributed points be given by hashing of state likewise defined in issue 31 for parameter p.

We should experiment with different transfer function, but I tend to think the best one to go will be Logarithmic.

Yuri-SVB commented 3 months ago

Request: experiment a dynamic parameter of shifting color scheme. Meaning: take the entry that would define RGB values in the color scheme array add a dynamically defined parcel to it, and take the other RGB values instead.

Do the same with a multiplicative factor, so now there are two parameters to 'play with': a parcel and a factor.

There are (infinitely many) other things to experiment with, of course, but let's start with those.