Alex

Results 3 issues of Alex

I'm discontinuing `labassistant` partly due to lack of interests and partly due to me not having any other applicable projects that would benefit from this tool and for testing this...

help wanted

``` # make lint pycodestyle --max-line-length 120 opensimplex opensimplex/opensimplex.py:78:30: E203 whitespace before ':' opensimplex/opensimplex.py:85:34: E203 whitespace before ':' opensimplex/opensimplex.py:92:38: E203 whitespace before ':' *** Error code 1 ``` See [Black...

bug
wontfix

Source: https://old.reddit.com/r/proceduralgeneration/comments/iwefi2/2d_slice_of_3d_opensimplex_noise_colorized_to/ Example: https://docs.godotengine.org/en/stable/classes/class_opensimplexnoise.html ``` # Configure noise.seed = randi() noise.octaves = 4 noise.period = 20.0 noise.persistence = 0.8 ```

enhancement