Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve serialization and scripting bindings by leveraging reflection #340

Open
adriengivry opened this issue Nov 29, 2024 · 0 comments
Open
Labels
Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity Refactoring Something that needs a refactoring

Comments

@adriengivry
Copy link
Owner

adriengivry commented Nov 29, 2024

Problem this feature should fix
The code necessary to serialize/deserialize many classes (mostly components), is somewhat heavy and redundant. Same for the inspector code & lua bindings.

Expected solution
By leverage a reflection library such as reflect-cpp, we could drastically reduce the maintenance needed for each of these types, and maybe even auto-generate documentation? 😮

@adriengivry adriengivry added QoL Quality of Life : Something that can improve users productivity Feature New feature to the engine Refactoring Something that needs a refactoring labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity Refactoring Something that needs a refactoring
Projects
None yet
Development

No branches or pull requests

1 participant