/dev/irz

Speeding Up Mandelbrot Set with ARM NEON on Linux

September 10, 2025 — by irz

Speeding Up Mandelbrot Set with ARM NEON on Linux

Pushing Mandelbrot set rendering further with ARM NEON: SIMD, profiling, and where is the performance limit?

Drawing Mandelbrot Set with ARM Assembly and Linux Framebuffer

August 26, 2025 — by irz

Drawing Mandelbrot Set with ARM Assembly and Linux Framebuffer

Want to draw graphics in Linux without libraries? Here’s Mandelbrot set rendered straight from ARM assembly into the framebuffer.