Reputeless / PerlinNoise

Header-only Perlin noise library for modern C++ (C++17/C++20)
MIT License
673 stars 77 forks source link

Added C++11 and C++14 compatible code #10

Closed welshcoder closed 2 years ago

welshcoder commented 2 years ago

I hope you find these changes helpful to enable older modern C++ compilers to use your code. Some embedded system compilers are at the C++11 or C++14 standard, so this is to enable the code to be used on those systems. I believe that the code will compile for C++17/C++20 as before (running it in CompilerExplorer suggest this to be the case).

Reputeless commented 2 years ago

Thanks for the suggestion! However, this library does not target C++14 for maintainability reason.