dosimplex

So everyone can just "import dosimplex;"

Modules

ext
module dosimplex.ext
generator
module dosimplex.generator

Holds the noise generator. Mostly a copy and reimplementation of https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/

osimplex2d
module dosimplex.osimplex2d

Holds the (mor or less) independet OpenSimplexNoise implementation - original source and implementation: https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/

osimplex3d
module dosimplex.osimplex3d

Holds the (mor or less) independet OpenSimplexNoise implementation - original source and implementation: https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/

osimplex4d
module dosimplex.osimplex4d

Holds the (mor or less) independet OpenSimplexNoise implementation - original source and implementation: https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/

seed
module dosimplex.seed

Holds seed and seeding helpers

util
module dosimplex.util

Holds utility functions for the OpenSimplex Implementation - original source and implementation: https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/ Additional functions that might appear are also here

Meta