Registry / other / fyrox-core

fyrox-core

JSON →
library1.0.1rscratesunverified

Shared core for the Fyrox engine and its external crates, providing fundamental types and utilities.

# Cargo.toml [dependencies] fyrox-core = "1.0.1"
INSTALL
IMPORT
SIG · FYROX-CORE
F
fyrox-core
otherrustv1.0.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.

Vector3
use fyrox_core::math::Vector3;

Creates a 3D vector using Fyrox core math.

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

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fyrox-core — cargo add fyrox-core · libregistry