bevy_voronoi 0.5.0

A low-level Bevy library to generate Voronoi diagrams from 2d meshes
docs.rs failed to build bevy_voronoi-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bevy_voronoi-0.1.2

demo

bevy_voronoi

A low-level Bevy plugin for generating Voronoi diagrams from 2D meshes and textures.

Features

  • Generates Voronoi diagrams from any Mesh2d.
  • Supports alpha masks for transparency based on a texture.
  • Uses the Jump Flood Algorithm (JFA) for efficient computation.
  • Adds a VoronoiTextures resource to the render world with a voronoi diagram for each view with a VoronoiView.

Usage

See the examples folder for usage details.

Compatibility

bevy bevy_voronoi
0.17 0.5
0.16 0.3..0.4
0.15 0.1..0.2