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

Registry Types schema endpoint in Bevy Remote Protocol #16745

Open
Leinnan opened this issue Dec 10, 2024 · 2 comments · May be fixed by #16882
Open

Registry Types schema endpoint in Bevy Remote Protocol #16745

Leinnan opened this issue Dec 10, 2024 · 2 comments · May be fixed by #16882
Labels
A-Dev-Tools Tools used to debug Bevy applications. A-Reflection Runtime information about types C-Feature A new feature, making something new possible

Comments

@Leinnan
Copy link
Contributor

Leinnan commented Dec 10, 2024

Basically export_types functionality from blenvy package adapted for Bevy Remote Protocol. Extra points if there would be a in game functionality that would allow to save that export types at runtime.

@Leinnan Leinnan added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled labels Dec 10, 2024
@alice-i-cecile alice-i-cecile added A-Dev-Tools Tools used to debug Bevy applications. A-Reflection Runtime information about types and removed S-Needs-Triage This issue needs to be labelled labels Dec 11, 2024
@alice-i-cecile
Copy link
Member

This looks like the code. This seems like a schema using reflection information to encode the information about all of the registered types; is that correct?

@Leinnan
Copy link
Contributor Author

Leinnan commented Dec 11, 2024

@alice-i-cecile Yep, that is my understanding as well.

@Leinnan Leinnan linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dev-Tools Tools used to debug Bevy applications. A-Reflection Runtime information about types C-Feature A new feature, making something new possible
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants