Info
Version: | 1.0.4 |
Author(s): | Paweł Ślusarczyk |
Last Update: | Friday, February 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/azsdaja/FloodSpill-CSharp |
NuGet Url: | https://www.nuget.org/packages/FloodSpill |
Install
Install-Package FloodSpill
dotnet add package FloodSpill
paket add FloodSpill
FloodSpill Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- C5(>= 2.5.3)
- C5(>= 2.5.3)
- NETStandard.Library(>= 1.6.1)
Tags
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.