Just an idea. What do you think about preparing we...
# korge
d
Just an idea. What do you think about preparing webinar/live-code session about basic KorGE: environment setup and working on simple game. Maybe it'll help to bring more attention. BTW, are there ways do to some kind of hot-reload while development? Or reloading classes in IDEA debug mode is the only option for now?
n
Good morning. We are working on some short youtube tutorials which can be expected this week. For the second one @Deactivated User or @RezMike are better correspondants 🙂
❤️ 2
r
As far as I know, there is no hot reload in korge now. I usually test my projects via gradle's task
runJvm
d
No hot reload at this point. The best way to get a fast cycle of development is to use runJvm. Hot reloading similar to Unity is planned for future versions along a panel for IntelliJ displaying the view tree