Pierre Vigier
Pierre Vigier
Hi, If you need my code to be under MIT license, I can change the license. And if you need more information concerning the algorithm, I can help. Best, Pierre
Hi, Do we really want to set the numpy seed inside the functions? It may silently mess the global state of applications that consume the library and provoke strange bugs.
Thank you for sharing! What speedup do you get with numba?
OK, that's already nice! I will add a link to this issue in the README.
Yes, it is! We will enter only once in the `for` loop: https://github.com/pvigier/perlin-numpy/blob/6f077f811f5708e504732c26dee8f2015b95da0c/perlin_numpy/perlin2d.py#L87-L96
Sorry for the delay. You can generate more, for instance (256, 256, 8) with lacunarity=2 if I am not mistaken, and then keep only what you need.
Hi, I don't think we can win much performance using only Python and numpy and I don't plan to use another dependency for this library. Have you tried to use...
Thanks for sharing your improvement! May I make some remarks: * Instead of using two `if`s, I think you can use the `ceil` function in the declaration of `d` like...
Hi, Sorry, I have no macOS system available to build the app, but you can build it yourself if you like to. If you just like to try the app...
Hi, Do you use the last version? If I remember correctly, the only thing that can prevent the splitter from expanding the left panel is if the commit graph is...