Registry / utility / macaw
library0.30.0rscratesunverified

An opinionated game math library built on top of the excellent glam crate.

# Cargo.toml [dependencies] macaw = "0.30.0"
INSTALL
IMPORT
SIG · MACAW
M
macaw
utilityrustv0.30.0
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.

Vec3
use macaw::Vec3;

Creates a 3D vector using Macaw's Vec3 type.

use macaw::Vec3; fn main() { let v = Vec3::new(1.0, 2.0, 3.0); println!("Vector: {:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.30.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
macaw — cargo add macaw · libregistry