lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
/*! The Client bevy resource
*/

pub mod components;

pub mod config;

pub mod connection;

pub mod events;

pub mod input;

pub mod interpolation;

pub mod plugin;

pub mod prediction;

pub mod resource;

pub mod sync;

pub mod systems;