←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0.284s | source
Show context
kenoath69 ◴[] No.44391211[source]
Where is Cranelift mentioned

My 2c on this is nearly ditching rust for game development due to the compile times, in digging it turned out that LLVM is very slow regardless of opt level. Indeed it's what the Jai devs have been saying.

So Cranelift might be relevant for OP, I will shill it endlessly, took my game from 16 seconds to 4 seconds. Incredible work Cranelift team.

replies(4): >>44391249 #>>44391266 #>>44391956 #>>44392493 #
1. BreakfastB0b ◴[] No.44392493[source]
I participated in the most recent Bevy game jam and the community has a new tool that came out of Dioxus called subsecond which as the name suggests provides sub-second hot reloading of systems. It made prototyping very pleasant. Especially when iterating on UI.

https://github.com/TheBevyFlock/bevy_simple_subsecond_system