MightyBOBcnc / nixis

A python program for procedurally generating planet-scale maps for Earth-like, spherical worlds.
MIT License
8 stars 0 forks source link

Uploading custom opensimplex fork #1

Closed MightyBOBcnc closed 3 years ago

MightyBOBcnc commented 3 years ago

Numba doesn't understand the OpenSimplex class object which makes njit decorating my noise sampling functions difficult. Therefore this fork gets rid of the class entirely and we interact directly with the OpenSimplex functions, which allows njit decorating my noise sampling functions and a nice >10x speedup.