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 Scene and Entity serialization #25

Open
L3gume opened this issue Sep 6, 2018 · 1 comment
Open

Improve Scene and Entity serialization #25

L3gume opened this issue Sep 6, 2018 · 1 comment
Assignees
Labels

Comments

@L3gume
Copy link
Owner

L3gume commented Sep 6, 2018

  • Using either xml or json, whichever is easiest
  • Create SceneComponent, which will make the entity the root of the scene
  • Create ProjectSettings utils to store paths
  • Scene xml file is a list of references to entity xml files
@L3gume L3gume added the core label Sep 6, 2018
@L3gume L3gume self-assigned this Sep 6, 2018
@L3gume
Copy link
Owner Author

L3gume commented Oct 5, 2018

Progress:

  • Achieved basic serialization of a component into a xml-like format
  • now have to assemble multiple components and serialize a whole entity

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant