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 auto reloading / hot reloading in KorGE #484

Merged
merged 12 commits into from
Jun 21, 2022
Merged

Conversation

soywiz
Copy link
Member

@soywiz soywiz commented Jun 21, 2022

Fixes #477

In action:
KorGE Hot Reloading
https://www.youtube.com/watch?v=cEbONN41Sa0

Current limitations:

  • Only works with Scenes (ScenesContainer), it doesn't refresh the Korge { ... } block
  • Can't add new methods/remove methods, but works fine for inline. We might want to create another ClassLoader and reload the scene there or something

@soywiz soywiz merged commit 1fe2c8a into main Jun 21, 2022
@soywiz-invideo soywiz-invideo deleted the feature/autoreload branch August 22, 2022 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore hotreloading
2 participants