FastNoiseLite icon indicating copy to clipboard operation
FastNoiseLite copied to clipboard

Zig implementation

Open ForeverZer0 opened this issue 1 year ago • 1 comments

This is a pure Zig implementation of FastNoiseLite.

  • Supports both 32/64-bit floating-point types via a comptime function (i.e. "generics")
  • Does not require linking libc or compiler complaints regarding undefined behavior of wrapping signed-integers
  • Idiomatic Zig code, naming, and conventions

ForeverZer0 avatar Jun 15 '24 15:06 ForeverZer0

Looks good! Thanks for working on this

Auburn avatar Jun 16 '24 22:06 Auburn

Sorry, this got forgotten about. I'll merge it in now

Auburn avatar Oct 03 '24 20:10 Auburn