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

Load RTTI information and use it for fetching files #1

Closed
ShadelessFox opened this issue Dec 18, 2021 · 0 comments
Closed

Load RTTI information and use it for fetching files #1

ShadelessFox opened this issue Dec 18, 2021 · 0 comments
Assignees
Labels
feature xf: rtti xp: high Issues with high priority

Comments

@ShadelessFox
Copy link
Owner

Decima Engine uses RTTI that represents type information at runtime. There are hundreds of different objects for which we don't want to write wrappers. Instead, we can use RTTI information to reconstruct object hierarchy for reading, writing, pretty-printing, and displaying these objects.

But we should be aware of internal objects that are not exposed via RTTI.

@ShadelessFox ShadelessFox added feature xp: high Issues with high priority labels Dec 18, 2021
@ShadelessFox ShadelessFox self-assigned this Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature xf: rtti xp: high Issues with high priority
Projects
None yet
Development

No branches or pull requests

1 participant