johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
888 stars 73 forks source link

Create a GitHub pages site with the `bevy_ggrs` example (simple) #335

Closed johanhelsing closed 9 months ago

johanhelsing commented 1 year ago
johanhelsing commented 1 year 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 commented 1 year 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.

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.

johanhelsing commented 1 year ago

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)...

johanhelsing commented 1 year ago

I think shis still tries to connect to localhost. Should perhaps fix that somehow. Not sure where it would be best to do it.

johanhelsing commented 9 months ago

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.