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.

other
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources