MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Runtime type reflection #164

Closed RohacekD closed 1 year ago

RohacekD commented 2 years ago

Is your feature request related to a problem? Please describe. For number of features I will need to enable RTTR in my engine. The features ranges from scene serialization, shader generation to better ImGUI integration.

Describe the solution you'd like I decided to integrate RTTR.org library.

Describe alternatives you've considered Writing my own solution sounds too much overkill in this case. Also I have experiences with rttr from previous works.