projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
315 stars 30 forks source link

2 questions #150

Closed zazahunter closed 9 months ago

zazahunter commented 9 months ago
  1. enable discussions for this repo.
  2. is this networking lib good for a fps shooter type game?
UkoeHB commented 9 months ago

Hi @zazahunter,

I enabled discussions, go ahead and start one if you want.

is this networking lib good for a fps shooter type game?

Yes, this library can be used for FPS games, although you'll likely want to implement prediction/interpolation/etc. on top. The crates bevy_timewarp and bevy_replicon_snap are good references.

Shatur commented 9 months ago

Closing then.