o
odinpkg.dev
packages / library / odin-fastnoise2

odin-fastnoise2

73915c9library

No description provided.

No license · updated 2 weeks ago

FastNoise2-Odin Bindings

This is a simple Binding of Fast Noise 2 for usage in Odin

i tried to make it a bit more idiomatic to Odin, but usage is the same as the original library

I haven't tested everything yet especially on multiple OS's so.. be aware of that. If you run into issues on windows or mac let me know.

I used runic to generate the initial bindings

Usage

  • Build the Fast Noise 2 Library as a submodule here according to the instructions on their github
  • import into your project.
  • ??
  • Profit

This is my first library so... be wary of issues. Pr's are welcome