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

Serialize Entity Trees to/from JSON #27

Open
1 of 4 tasks
craftablescience opened this issue Aug 13, 2022 · 0 comments
Open
1 of 4 tasks

Serialize Entity Trees to/from JSON #27

craftablescience opened this issue Aug 13, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@craftablescience
Copy link
Owner

craftablescience commented Aug 13, 2022

Component to Improve

Core Engine

Describe Your Suggestion

reflect/Props.h has a rudimentary reflection system.

  • Should we be using a proper library like RTTR instead? This would help with scripting too
  • The current system doesn't work with inheritance, this is a critical flaw Fixed, works with single inheritance
  • Entities should be recursively serialized and saved to a scene JSON file
  • Scene files can be loaded to restore the scene
@craftablescience craftablescience added the enhancement New feature or request label Aug 13, 2022
@craftablescience craftablescience mentioned this issue May 8, 2023
8 tasks
@craftablescience craftablescience added this to the 0.1.0 milestone May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant