Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 417 Bytes

File metadata and controls

8 lines (5 loc) · 417 Bytes

Adapted Code

Contains some very adapted code from libnoise and fastnoise_lite. Mostly this is precomputed constants, look up tables, and reframed formulas.

Lots of neat optimization tricks were inspired by libnoise implementations and built on.

Hash tricks inspired by this blog