This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Description
Hello,
Actually, there is too much ifdef _WIN32 in your sources, so it doesn't work.
Even if some may be justified, some of them should be ifdef MSVC
I tried with some changes until I can compile it with mingw, but I had a beautifull error 0x000005 :
Process finished with exit code -1073741819 (0xC0000005)
So I am a litle lost. It happened with this line :
float* results = noiseSIMD->GetPerlinSet(0, 0, 0, 200, 1, 200);
Originally posted by @NicolasRicard in #37 (comment)