ae fb8c0f12d5
feat: expanded perlin bg. gen. randomization
- wider scale ranges for more visible pattern variations
- larger offset ranges for more unique starting points
- randomized noise weights instead of fixed 0.6/0.3/0.1 ratios
- randomized gradient strength & direction (30% chance of reverse for
  each axis)
- randomized light-to-dark effects
- multiple combination methods:
    - standard linear blend (cur.)
    - multiplicative blend (flowing, organic patterns)
    - maximum blend (sharper, more contrasted patterns)
    - turbulence (chaotic, cloud-like patterns)
- 30% chance for additional subtle sine/cosine distortion
2025-06-01 18:36:24 +03:00
2025-06-01 18:20:29 +03:00
2025-06-01 18:22:45 +03:00
2025-06-01 18:22:45 +03:00
2025-05-31 11:29:06 +02:00
2025-05-31 11:29:06 +02:00

mandala

Dynamic banner generator

Description
Dynamic banner generator utilizing Perlin noise and varying color gradients
Readme MIT 73 KiB
Languages
Go 100%