-
It would be helpful to clarify in the readme whether or not the 3D and 4D simplex noise functions use the implementation covered by Perlin's U.S. Patent 6,867,776.
-
Port Sage so that it builds and passes its full test suite on the new IBM Power 7 architecture running SUSE Linux.
This is the only test failure with sage-5.12.beta1:
```
sage -t devel/sage/sage/…
-
We only accept feature requests that are discussed on the BabylonJS forum
**Is your feature request related to a problem? Please describe.**
Being able to index simplex noise by x,y,z,time opens u…
-
This is a great example of page transitions and cursor following spring animations: https://tympanus.net/Development/PreviewContentTransition/#content-4
I'd love to do something like this with more…
-
Throughout the code there is zillions of calls to NONEXISTENT RESOURCES, that is no such directories/files are nowhere to be found in the code package downloadable from here at all!
Some exmaples o…
-
Hello, i am trying to run the example in https://sensitivity.sciml.ai/dev/ode_fitting/optimization_ode/, the code is the following:
````
using DifferentialEquations, Optimization, OptimizationPolyal…
-
I've implemented a fairly direct port/optimization using Numba for python. This runs ~10x faster for single point noise calculations, and 50-100x faster for calculating noise arrays. Obviously, this r…
-
Hi,I've notice that the 3D snoise function produces very noticeable diagonal streaking that doesn't seem to appear (or not as noticeably) in the 2D snoise.
Compare the following revisions of this san…
-
Hey, this might be a dupe of [issue 10](https://github.com/ashima/webgl-noise/issues/10) but the links are broken in that one so I couldn't be sure. Apologies if so.
It seems like both the 2D and 3D …
-
+++ ONLY TEXT +++ DO NOT POST IMAGES +++
## Description of the issue
I have a script which imports skimage. The program runs fine in python environment. I can freeze it with pyinstaller with n…