linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.24k stars 93 forks source link

Change png example to make generative Piet Mondrian artwork. #459

Closed derekdreery closed 3 years ago

derekdreery commented 3 years ago

temp-image I felt like we needed more Piet Mondrian-ness in the lib, so I made the example make a composition-style generative artwork. :)

derekdreery commented 3 years ago

I maybe need to use an always-available source of entropy for the Rng.

cmyr commented 3 years ago

Aw, I love it. If you want you could just make this unavailable on wasm? I'm not sure exactly what the story is, there...

derekdreery commented 3 years ago

Yay I got to remove some conditional compilation code. (Removing code is one of my favourite things)