metaverse_core

Crates.iometaverse_core
lib.rsmetaverse_core
version0.3.0
created_at2025-10-25 03:48:39.118557+00
updated_at2025-12-29 21:50:29.753492+00
descriptioncore program for server and client IO
homepage
repository
max_upload_size
id1899666
size205,950
Skyler Clark (wgahnagl)

documentation

README

Metaverse Core

last-commit open-pr open-issues

Core

crates.io-core docs.rs-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.

Commit count: 0

cargo fmt