LimpSquid / led-cube-engine

Hardware agnostic RGB LED cube rendering engine.
GNU General Public License v3.0
7 stars 0 forks source link

Migrate to C++20 #16

Open LimpSquid opened 1 year ago

LimpSquid commented 1 year ago

Migrate to C++20 so we can fiddle around with new features like concepts, ranges, coroutines, modules, std::endian, consteval and all that good stuff.