Closed johanhelsing closed 9 months ago
@simbleau I guess hermes is maybe trying to solve the same task I do with bevy_wasm_pack. Maybe better to use hermes, I'd rather retire my own tool if redundant.
@simbleau I guess hermes is maybe trying to solve the same task I do with bevy_wasm_pack. Maybe better to use hermes, I'd rather retire my own tool if redundant.
Yeah, we had this conversation internally yesterday.
Hermes is way too early though (just started). Best to continue with what's available.
I've maintained trunk and I think trunk goes far outside of the scope for building bevy apps, especially since it's just built for web. our game wants to target Android/iOS eventually.
Well, I also published my tool yesterday, actually. Was just using it for my private stuff before that. But I guess it's more focused (wasm-only)...
I think shis still tries to connect to localhost. Should perhaps fix that somehow. Not sure where it would be best to do it.
Merging. There's still the issue with the signaling server url, but can fix that separately. I think this is a good baseline to start getting things more automated.