FloodSpill 1.0.4
FloodSpill is a fast multi-purpose flood-fill algorithm for C#. It lets you run a flood in two-dimensional space, configure it with your own conditions and callbacks and choose between FIFO, LIFO or priority-based order for processing positions. Includes possibility of performing scanline-fill for better performance.
Install-Package FloodSpill -Version 1.0.4
dotnet add package FloodSpill --version 1.0.4
<PackageReference Include="FloodSpill" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FloodSpill --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First complete release.
Dependencies
-
.NETFramework 3.5
- C5 (>= 2.5.3)
-
.NETStandard 1.6
- C5 (>= 2.5.3)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.