This project makes use of C++26 static reflection. C++26 is still in the future, and regular compilers do not support static reflection yet. The library was developed using a fork of Clang that has ...
This project demonstrates how to build a character savefile system using bit-packing, struct→packed conversion, unpacking, flags, skills, status effects, affinity multipliers, and a complete unit ...