Crates.io | metaverse_environment |
lib.rs | metaverse_environment |
version | |
source | src |
created_at | 2025-05-03 22:08:41.289355+00 |
updated_at | 2025-05-13 21:27:37.67793+00 |
description | metaverse environment data handler |
homepage | |
repository | |
max_upload_size | |
id | 1659175 |
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` |
size | 0 |
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.
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.
cargo run
Will run the debug UI
cargo test -- --nocapture
Will run tests with debug mode on.