A C++20 ImGui debugging and reflection helper library that automatically generates inspection UI for types with little boilerplate , it supports containers, tuples, variants,aggregates, and enums with the help of 2 two other reflection libraries enchantum and lahzam.
Check out the example code for usage. it contains a cool use of it with the EnTT library.