FastNoiseLite
FastNoiseLite copied to clipboard
Zig implementation
This is a pure Zig implementation of FastNoiseLite.
- Supports both 32/64-bit floating-point types via a
comptimefunction (i.e. "generics") - Does not require linking
libcor compiler complaints regarding undefined behavior of wrapping signed-integers - Idiomatic Zig code, naming, and conventions
Looks good! Thanks for working on this
Sorry, this got forgotten about. I'll merge it in now