Rythe-Interactive / Rythe-Engine

Rythe is a data-oriented C++17 game engine built to make optimal use of modern hardware.
https://rythe-interactive.com
MIT License
527 stars 25 forks source link

Runtime reflection and type information #342

Open GlynLeine opened 3 years ago

GlynLeine commented 3 years ago

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.

Algo-ryth-mix commented 3 years ago

Potential candidate? https://github.com/eliasdaler/MetaStuff

GlynLeine commented 3 years ago

could be an inspiration, but I'm looking for something more automatic, or otherwise possible to setup using macros