metaverse_environment

Crates.iometaverse_environment
lib.rsmetaverse_environment
version
sourcesrc
created_at2025-05-03 22:08:41.289355+00
updated_at2025-05-13 21:27:37.67793+00
descriptionmetaverse environment data handler
homepage
repository
max_upload_size
id1659175
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Skyler Clark (wgahnagl)

documentation

README

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.

Commit count: 0

cargo fmt