metaverse_core 0.2.0

core program for server and client IO
Documentation

Metaverse Session

last-commit open-pr open-issues

Session

crates.io-session docs.rs-session Provides an easy, asyncronous way of interacting with open metaverse servers in Rust. Handles packet IO between client and server, exposing a UnixDatagram 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.