Skip to main content


I've been debugging some stuff related to tree impostors and that's my life right now 😭

#gamedev #indiedev #indiegames

@Nikita Lisitsa I'm curious about your debugging cycle, do you have to run a compilation every time you change your code or do you have some sort of hot-swap? I do web dev for a living so I have no idea what desktop dev entails these days.
@hypolite A lot of folks in gamedev do this hot-reload, but I don't - it requires a ton of reorganization in my engine. I generally just tweak things and recompile, yes. It's not great, but not terrible either.
@Nikita Lisitsa How long is this recompilation taking?
⇧