Skip to content

Releases: koala-koder/voronoi-glass

Voronoi Glass v1.0.1

Choose a tag to compare

@koala-koder koala-koder released this 20 Aug 05:11

Voronoi Glass v1.0.1

This is a minor update release of Voronoi Glass with a simple bug fix:

if name == "__main__":

to:

if __name__ == "__main__":

Voronoi Glass v1.0.0

Choose a tag to compare

@koala-koder koala-koder released this 19 Aug 13:43

Voronoi Glass v1.0.0

This is the first official release of Voronoi Glass, a program that procedurally generates stained glass patterns using Voronoi diagrams.

Current features include:

  • Voronoi diagram generation (pattern generator)
  • Fractional Brownian Motion (frosted look)
  • Chromatic Aberration
  • Vignette
  • Cell Borders
  • No-Python Just-In-Time w/ Numba (for speed)
  • Gaussian Seed Distribution