kayh

Results 20 comments of kayh

I also ran into this and couldn't figure out what was wrong, only found the solution through this issue.

am also interested in glXF

I think having scenes and scene in glXF would be good.

I was able to import MdLogout from `react-icons`, but not `@react-icons/all-files`, and same situation with other icons. Any update on this?

It looks like axum / hyper doesnt support WebTransport yet, but we might be able to just run the HTTP3 server on a different port (ie using https://github.com/BiagioFesta/wtransport)? Will need...

There are a lot of great bevy libraries for handling networking, trying to see if we want to use any of them. - `renet` (https://github.com/lucaspoffo/renet) has a whole family of...

A question that has been on my mind is how standardized this communication should be. These libraries all seem to use an approach of defining rust structs or enums using...

Ok slowly making progress lol. Been playing with some implementations, but for more info: - We can (and should) use one of these libraries with protobufs by doing our own...

hm looks like `renet` only supports webtransport in the browser, at least currently. `h3` provides a server side implementation but no client side. And I think I did actually get...

Hm a central authority could be good for enforcing "restricted areas", like preventing players from flying through walls or entering a certain room. I do like the idea of being...