Registry / other / ambient-meshes

ambient-meshes

JSON →
library0.2.1rscratesunverified

Ambient meshes library for host-only mesh generation in the Ambient game engine.

# Cargo.toml [dependencies] ambient_meshes = "0.2.1"
INSTALL
IMPORT
SIG · AMBIENT-MESHES
A
ambient-meshes
otherrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mesh
use ambient_meshes::Mesh;

Generate a simple cube mesh and print the vertex count.

use ambient_meshes::Mesh; fn main() { let mesh = Mesh::cube(); println!("Cube mesh with {} vertices", mesh.vertices.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
Meta
2
OpenAI (training)
1
Resources
ambient-meshes — cargo add ambient-meshes · libregistry