Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/possseidon/ultinet


https://github.com/possseidon/ultinet

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ultinet

**TODO**: *Badges*

A server-client networking library powered by [rkyv](https://github.com/rkyv/rkyv).

## Features

- 🔗 Connection Management
- ✅ Compatibility Check
- 📦 Reliable Delivery of Packets
- 🧩 Type-Safe Packets via [`#[derive(rkyv::Archive)]`](https://docs.rs/rkyv/latest/rkyv/derive.Archive.html)
- 🔍 Zero-Copy Packet Decoding
- 🚀 Fast Update Packets
- 🚫 Non-Blocking UDP Sockets
- 🏓 Trait-based Callback Architecture
- 🎮 Optimal for Multiplayer Games
- **TODO**: *Link to bevy-ultinet once it exists*