A noise engine with e.g. a cubic noise implementation for .NET
Go to file
2020-01-11 23:27:49 +01:00
CubicNoise Added a deterministic hash function 2020-01-11 23:13:32 +01:00
CubicNoiseTests Added benchmarks 2020-01-11 23:27:49 +01:00
.gitignore Initial commit 2020-01-11 14:30:32 +01:00
CubicNoise.sln Initial 2020-01-11 14:36:14 +01:00
LICENSE Initial commit 2020-01-11 14:30:32 +01:00
README.md Initial commit 2020-01-11 14:30:32 +01:00

CubicNoise

A CubicNoise implementation for .NET Core.