#fractals

[ follow ]
fromSlicker
1 week ago

JavaScript Tutorial on the Fern Fractal (Barnsley Fern)

There's a quiet magic in the Barnsley fern-a simple set of rules that blossoms into a living, leafy pattern. The Barnsley fern is generated using an Iterated Function System (IFS): you repeatedly apply one of several affine transformations to a point, chosen at random with specific probabilities. Over many iterations, the points settle into the shape of a fern.
fromenglish.elpais.com
3 months ago

A 17-year-old teen refutes a mathematical conjecture proposed 40 years ago

Hannah Cairo solved the Mizohata-Takeuchi conjecture, a significant problem in harmonic analysis, using fractals and careful construction of a counterexample.
Science
Graphic design
fromGitHub
6 months ago

GitHub - at-lib/sixel: Fast sixel encoder for indexed color bitmap terminal graphics

Sixel graphics supports indexed color bitmap rendering in terminals.
Efficiency in rendering and color switching is achieved through overlapping bands.
[ Load more ]