Rythe-Engine
Rythe-Engine copied to clipboard
Runtime reflection and type information
For serialization and other parts of the engine we need to be able to easily request meta information about a type on runtime. A data structure and wrokflow for this needs to be created.
Potential candidate? https://github.com/eliasdaler/MetaStuff
could be an inspiration, but I'm looking for something more automatic, or otherwise possible to setup using macros