David Esq.
1.2K posts

David Esq.
@emcyze
Entrepreneur. 🌉🗼. Calligrapher. Feminist. Bookinist. Creative coder. Co-founder of *Family of 3* inc. {XRPL} supporter. (he/him)
Paris / San Francisco Katılım Haziran 2011
1.1K Takip Edilen307 Takipçiler

When picking random hues in a generative color algorithm here is a little method I devised to get a more evenly distributed spectrum without the over abundance of green and ultramarine we see in the standard spectrum. Yellows, aqua and magenta are just narrow bands in the standard spectrum and this adjustment helps increase the probability of them appearing in a random sampling. Squint your eyes and you will see the 'perceived' distinct blocks of hue are more or less similar in area.
I have some thoughts about why we might see the RGB spectrum the way we do here x.com/harvey_rayner/…
Hope this is useful for other artists working on generative color algorithms🌈
function evenHue(h){
// Expects normalised h value (hue in hsv color model)
if(h == 1) return 1;
//else h = h < 0 ? 1 + (h % 1) : h % 1; // Uncomment if you want h values < 0 or > 1
var seg = 1 / 6;
var a = (h % seg) / seg * Math.PI / 2;
var [b, c] = [seg * Math.cos(a), seg * Math.sin(a)];
var i = Math.floor(h * 6);
var cases = [c, 1 / 3 - b, 1 / 3 + c, 2 / 3 - b, 2 / 3 + c, 1 - b];
return cases[i % 6];
}

English

The Pobbles were released one year ago today.
Oh how much I love this project..
Anyway here's an endless pobble generator (it even animates the pobble creation!) for your enjoyment
orrkislev.github.io/blobs/
English

Excited to head to Spain for @nftshoweurope this week! ✈️
I curated an exhibition for NFTSE titled “Embodied”, showcasing women artists exploring the body. More on that in an upcoming 🧵
I’m also on a panel on AI and am moderating a panel on collecting.
Hope to see you there!

English

@xrpcafe How about @BPMWallet solution for event ticketing. Secure, Robust, Improved ticketing with a collectible upon completion. Huge numbers onboarded and introduced to NFTs without evening knowing it, all you need is a cool piece of media to make it worth their while getting the nft.
English

We are excited to attend #Consensus2023 this week!
What do you think is the best way to introduce others to the XRPL?
Share tips below 🫡
English

@ShortTheFOMO @haydenzadams Incoming: Xumm social recovery 😉 Combining the physical world (people who know and trust each other) and key recovery. BLE, same room, actual person, asynx multi sign like.
English

There are those who get security and those who just don’t… I can’t stop laughing.

Uniswap@Uniswap
1/ THIS IS NOT A DRILL 🔥🔥🔥 The Uniswap mobile wallet is out of Apple jail and now live in most countries 🎉✨ Download our self-custody, open-sourced app today! 👇 apps.apple.com/us/app/uniswap…
English

@krippenreiter You just made it really clear and understandable. Well done!
English

It gives me great joy to finally reveal my summary of all #XRPL, #CBDC, #Sidechain, and #XLS-38d related conversations that have occurred in recent weeks and months in a single graphic.
Inspect it, debate it, and ask questions if anything is still unclear! 🧐

English

@Kaloh_nft The plan is to turn twitter into the $1M pixel homepage, but with less pixels.
English

@jonaagenilsen Come see what we're building!
Happy to meet in person at the XRPL Commons office
English

gn! 🌙
Let's zoom out !
It's feedback time. You can (as always) tell me what you like or not, what I should improve, share inspiration... It's still very early so easy to change anything :)

Camille Roux - Generative artist@camillerouxart
🎨
English










