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

Support for module hot reloading #214

Open
KaruroChori opened this issue Feb 8, 2023 · 1 comment
Open

Support for module hot reloading #214

KaruroChori opened this issue Feb 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@KaruroChori
Copy link

I have been working on a proof of concept project to add hot-lib-reloader-rs in bevy alongside kayak_ui. However I cannot put together a reasonable implementation to force the full re-rendering of a widget once a new version of it is compiled and exposed.
The rendering functions for widgets already spawned cannot be trivially replaced.

Having hot reload support in a library like this would be extremely beneficial, allowing for a simple and faster workflow.

@StarArawn StarArawn added the enhancement New feature or request label Mar 27, 2023
@SET001
Copy link

SET001 commented May 19, 2023

I was experimenting with [hot-lib-reloader-rs](https://github.com/rksm/hot-lib-reloader-rs) but whatever I try I was getting seg fault after reloading *( I can drop a repo with an example implementation if it helps.

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
None yet
Development

No branches or pull requests

3 participants