Hi, I just wanted to share something that I've been working on lately, maybe some people could find it interesting: https://github.com/Sebight/as-reflect.
I created a pretty small add-on for AngelScript that exposes the VM reflection into AngelScript, sprinkling in a tiny bit of abstraction (with some inspirations taken from C#, rttr, and entt::meta). This could come in handy whenever you need to inspect AngelScript or C++ native types from scripts (for whatever reason that might be ๐).
I would also be really glad for any feedback, as this my first time creating an add-on! Thanks everyone! ๐