Skip to content

recatek/bevy_minimal_async_udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_minimal_async_udp

A barebones example of async UDP in bevy, with separate threads for sending and receiving messages that can interact with bevy systems. Contains a client and a server crate. Does not include serialization, connection/session management, pings, or any other protocol -- just raw data I/O.

License

The contents of this repository may be used under your choice of the Apache 2 or MIT license.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages