Srayan Jana

Results 71 comments of Srayan Jana

Added future plans for better idea where this is going

Honestly, it should be completely fine for plugins to not opt into fixed point bevy. As some people on the discord said, its a rare enough feature that its okay...

So, are images/other forms of media able to be embedded into posts?

There currently is one over here: https://github.com/ValorZard/Bevy-Backroll-Sample However, it doesn't currently work yet due to: https://github.com/HouraiTeahouse/backroll-rs/issues/17

Copying this from @ErnWong since its important: creating webrtc connections between two browser peers require some signalling server to help establish the connection, but there's a lot of flexibility on...

Note: Ernest was mistaken when he said that we should convert it into a bevy_transport::Peer. In actuality, we want to convert it into the backroll_transport Peer data type.

A jank way we can do it is maybe giving all possible data a unique id? So like, hitbox transform is 25 or something. And then we add it all...

Have you taken a look at how GGPO/Backroll does their synchronization? It's a peer to peer system but It might be cool if you could support it somehow. https://github.com/pond3r/ggpo https://github.com/HouraiTeahouse/backroll-rs/

Here's another idea that this could lend itself to. If the host has a particularly shoddy connection, we could hypothetically force it away from it and give it to the...

I'm closing this because 1. I don't think this is a very good RFC. The quality of it is EXTREMELY poor compared to the other rfcs currently in queue. 2....