TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Full C++23 support #109

Open TzuChieh opened 2 months ago

TzuChieh commented 2 months ago

Currently no compiler has full C++23 support. We target to leverage C++23, and has already use some of the features if the compiler has them. Some parts of the renderer need to be changed once we have full C++23 support on the compilers we use: