Open mattiaisgro opened 2 years ago
can we do this algorithm in python with the numpy libraries?
can we do this algorithm in python with the numpy libraries?
Hello! This is a C++ library which implements common algorithms from scratch, without using external dependencies whenever possibile, so we generally don't use Python.
ok, that’s understood. Can I help you? I don't really master this algorithm but the project interests me.
That would be great! Make sure to read the Contributing Guide and the Documentation. Once you have a general understanding of the library, you can fork it to develop the algorithms. I would suggest you start with Perlin noise which should be simpler. If you like the project make sure to leave a star!
They could be implemented inside a new module called noise
. Just create a folder noise
inside src
and place your code there. You can start by implementing Perlin noise inside a perlin.h
file.
Ok, it’s understood!! I'm going to take a closer look at the project.
If you have experience with Visual Studio's compiler or with build systems like CMake and Meson you could help us with other issues too! We need someone to test the library on Visual Studio to support it.
Implement common noise generation algorithms: