From de4d8a60ea55e3c3b31a2918eae1c2ae31a93020 Mon Sep 17 00:00:00 2001 From: Grimsace Date: Mon, 16 Mar 2026 21:36:32 +0100 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 45aee9f..bd0a501 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,6 @@ A Krita plugin that generates solid Perlin noise at your canvas resolution. Supp --- -## Performance - -On first use the plugin compiles a small C noise kernel using `gcc` (available by default on Linux, and via Xcode Command Line Tools on macOS). This makes generation very fast — around 0.1–0.5 seconds at 1080p depending on octave count. The status bar shows `[C]` when the fast path is active. - -If `gcc` is not found, the plugin falls back to a pure Python implementation automatically — same results, just slower. - ---- - ## How it works Perlin noise is computed using **fractal Brownian motion (fBm)**: multiple octaves of noise are summed, each at double the frequency and half the amplitude of the last: