3 ms·
I think that's impossible. Bevy works heavily with Rust types and generic monomorphization. You couldn't do that in another language without literally generatin
by LegibleCrimson 3y ago
I think that's impossible. Bevy works heavily with Rust types and generic monomorphization. You couldn't do that in another language without literally generating Rust code and calling the compiler.