#environment #handler #metaverse-environment

metaverse_environment

metaverse environment data handler

2 releases

Uses new Rust 2024

new 0.0.2 May 3, 2025
0.0.1 May 3, 2025

#66 in #handler

Download history 74/week @ 2025-04-28

74 downloads per month
Used in metaverse_session

AGPL-3.0-or-later

34KB
532 lines

Metaverse Environment

last-commit open-pr open-issues

This crate is for handling the 3d environment of opensimulator worlds. This will contain the logic for handling LayerData, objects, and other components related to the 3d world. Ideally this will become a shared library similar to metaverse_messages that can be used both client and server side for handling 3d environments.

Environment

crates.io-environment docs.rs-environment

Provides a straightforward way of handling incoming Layer Data information being sent from an open metaverse server. This is intended to handle all of the hard parts of working with 3d data, allowing frontend applications to simply access the generated 3d files and render them where they need to go.

Getting Started

cargo run Will run the debug UI cargo test -- --nocapture Will run tests with debug mode on.

Dependencies

~16–29MB
~494K SLoC