3 releases (breaking)
Uses new Rust 2024
| 0.3.0 | Dec 29, 2025 |
|---|---|
| 0.2.0 | Oct 25, 2025 |
| 0.1.3 | Oct 25, 2025 |
#9 in #io-client
Used in benthic_ui
115KB
2K
SLoC
Metaverse Core
Core
Provides an easy, asyncronous way of interacting with open metaverse servers in Rust. Handles packet IO between client and server, exposing a UDP interface for simple integration into other projects. This is meant to operate as an easily-bootstrappable backend for new open metaverse viewer projects.
Messages are handled using actix, and accepts messages in the form of packets as defined by the spec, and returns UI events serialized into bytes.
Getting Started
cargo run
Will run the debug UI
cargo test -- --nocapture
Will run tests with debug mode on.
Dependencies
~49–68MB
~1M SLoC