Made things a bit clearer in the comments

This commit is contained in:
Grimsace
2026-03-23 19:38:01 +01:00
parent 077859a068
commit f7c55fd75a
+1 -1
View File
@@ -2,7 +2,7 @@
Solid Noise Generator — Krita Plugin
Generates Perlin noise at canvas resolution with configurable octaves (1-16).
Speed strategy: compile a tiny C shared library at first use via gcc + ctypes.
Compile a tiny C shared library at first use via gcc + ctypes.
This gives near-native performance (~0.1s at 1080p, 4 octaves) while requiring
zero third-party Python packages. If gcc is unavailable we fall back to a
pure-Python path automatically.