· @dcz
263 followers · 1602 posts · Server fosstodon.org

Ever wanted to use to manipulate images like iterators?

image
.map(to_rgb)
.filter(|r, g, b| b > 100)
.collect();

Well, I don't quite have that, but I do have a -ish library called .

framagit.org/dcz/obraztam

It's -first, it has .map() and .zip() and it optimizes to instructions. Can be easily parallelized even more.

I used it to detect beams in the picture!

#rust #monadic #obraztam #immutable #simd #laser #graphics #monad #iterator

Last updated 2 years ago

Volkan Özçelik · @volkan
19 followers · 896 posts · Server z2h.dev