Cargo Features

BlueEngineUtilities has no features set by default.

[dependencies]
blue_engine_utilities = { version = "0.9.1", features = ["all", "animation", "gltf", "obj", "physics", "egui", "headless"] }
all = animation, egui, gltf, obj, physics
animation all?

Enables keyframe and keyframe_derive

keyframe:

Animation

Affects header::Point3, header::AnimationKeyframe

gltf all?

Enables gltf

model loading

obj all?

Enables obj-rs

Affects model_load::load_obj

physics all?

Enables rapier3d ^0.23.1

egui all?

Enables egui, egui-wgpu, and egui-winit

headless

pass blue engine's headless mode

Enables headless of blue_engine

blue_engine = { path = "../../", default-features = false, features = [
"debug",
"window",
"static_link",
] }