mirage 0.1.0
mirage: ^0.1.0 copied to clipboard
Generate noise and patterns algorithmically for use in software, textures, and graphics.
example/README.md
Examples #
The provided script, generate_pngs.dart
uses this
library combined with package:image
to generate the following images for each
pattern function:
Checkerboard
#
[Checkerboard]
White
#
[White]
Value
#
[Value]
Perlin
#
[Perlin]
Simplex
#
[Simplex]
Worley.distance
#
[Worley.distance]
Worley.value
#
[Worley.value]