FastNoise2 icon indicating copy to clipboard operation
FastNoise2 copied to clipboard

Modular node graph based noise generation library using SIMD, C++17 and templates

Results 21 FastNoise2 issues
Sort by recently updated
recently updated
newest added

This package is awesome! The APIs are really concise, which makes it very easy to provide a Julia binding with the C API.

Hi! I'm trying to create a ruby binding for this library but got hung up on something. I'm unsure why this is the case, but in this loop at line...

Simple multi-threaded example with noise nodes creation in thread functions which reproduces defect #90 Try running `FastNoiseCpp11Test` several times to see different crash locations. **NOTE**: this draft pull request is...

FastNoise library build fails on MacOS, see MethaneKit [build log](https://egorodet.visualstudio.com/MethaneKit/_build/results?buildId=1789&view=logs&j=c44f1632-87af-5839-172b-30b58ca5407a&t=790ce908-59e9-55d8-4430-97766a12d5ab) with FastNoise2 integrated and screenshot of Xcode with FastNoise2 build errors:

enhancement

I couldn't compile NEON sources on M1 Mac, so I fixed some bugs, typos and implemented missing operators.

The examples output to a vector\, and I find no mention of Doubles. Having used the older FastNoise, I remember I could just add `#define FN_USE_DOUBLES`. Is there similar support...

enhancement

Apparently just using set(CMAKE_CXX_STANDARD 17) in cmake is not enough and i just installed gcc 8 to get it to build. The problem is that the path to the filesystem...

On my Github Actions CI I get warnings while compiling FastNoise2 on the `ubuntu-20.04` image: ``` modules/voxel/thirdparty/fast_noise_2/include/FastNoise/Metadata.h:10: error: ignoring #pragma warning [-Werror=unknown-pragmas] 10 | #pragma warning( push ) | modules/voxel/thirdparty/fast_noise_2/include/FastNoise/Metadata.h:11:...

Hi! I'm encountering a strange issue with FastNoise2 on windows. When trying to call GenSingle3D on a FractalFBm module, a segfault occurs. This behaviour is present in the latest commit...