jhasse / jngl

Easy to use cross-platform 2D game library for C++
https://bixense.com/jngl/
zlib License
261 stars 18 forks source link

Use C++20 features (was: Evaluate std::string_view) #27

Open jhasse opened 5 years ago

jhasse commented 5 years ago

Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898

jhasse commented 4 years ago

load could also return std::jthread.

C++20 (std::jthread in particular) compiler support:

jhasse commented 1 month ago

Use https://en.cppreference.com/w/cpp/numeric/constants instead of M_PI