BeeneticToolkit 0.11.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BeeneticToolkit --version 0.11.0
NuGet\Install-Package BeeneticToolkit -Version 0.11.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BeeneticToolkit" Version="0.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BeeneticToolkit" Version="0.11.0" />
<PackageReference Include="BeeneticToolkit" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BeeneticToolkit --version 0.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BeeneticToolkit, 0.11.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BeeneticToolkit@0.11.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BeeneticToolkit&version=0.11.0
#tool nuget:?package=BeeneticToolkit&version=0.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BeeneticToolkit

A set of small, focused .NET utility libraries by Beenetic Studios. Each ships as its own NuGet
package, so you take only what you need. All target netstandard2.1 (modern .NET and Unity-friendly).
Packages
| Package | Version | What it does |
|---|---|---|
BeeneticToolkit.Random |
Deterministic, seedable RNG (xoshiro256** and more) with reproducible environments, rich selection helpers, coherent noise (value/Perlin, 2D & 3D, fractal/fBm), and probability tools (weighted bags, loot tables, dice, pity). | |
BeeneticToolkit.Collections |
Self-registering "smart enums" with attached data, O(1) lookups, flag sets and secondary indexes, plus general structures (ring buffer, priority queue, LRU cache) and a thread-safe object pool. | |
BeeneticToolkit.Numerics |
Mathf-style numeric helpers on one MathKit type — interpolation, splines, easing, remapping, angle math, smoothing, robust comparisons. |
|
BeeneticToolkit.Logging |
Lightweight, zero-dependency logger — severity levels fanning out to console/debug/file sinks, caller context, object dumps, and an optional static facade. | |
BeeneticToolkit.Spatial |
2D grids (hex & square), pathfinding (A*/Dijkstra/BFS, flow fields), field of view, and quadtree / spatial-hash queries — engine-agnostic, no Vector2 required. |
|
BeeneticToolkit |
Meta-package that references all of the above. |
Install an individual package, e.g.:
dotnet add package BeeneticToolkit.Random
…or the meta-package for everything:
dotnet add package BeeneticToolkit
Building from source
dotnet build BeeneticToolkit.sln -c Release
dotnet test BeeneticToolkit.sln
License
MIT — see LICENSE.txt.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- BeeneticToolkit.Collections (>= 0.11.0)
- BeeneticToolkit.Logging (>= 0.11.0)
- BeeneticToolkit.Numerics (>= 0.11.0)
- BeeneticToolkit.Random (>= 0.11.0)
- BeeneticToolkit.Spatial (>= 0.11.0)
-
net8.0
- BeeneticToolkit.Collections (>= 0.11.0)
- BeeneticToolkit.Logging (>= 0.11.0)
- BeeneticToolkit.Numerics (>= 0.11.0)
- BeeneticToolkit.Random (>= 0.11.0)
- BeeneticToolkit.Spatial (>= 0.11.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
See the changelog: https://github.com/Beenetic-Studios/BeeneticToolkit/blob/master/CHANGELOG.md