Registry / other / camera-controllers

camera-controllers

JSON →
library0.36.0rscratesunverified

A library for 3D camera control, providing common camera behaviors like orbit and first-person.

# Cargo.toml [dependencies] camera_controllers = "0.36.0"
INSTALL
IMPORT
SIG · CAMERA-CONTROLLERS
C
camera-controllers
otherrustv0.36.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.

OrbitCamera
use camera_controllers::orbit::OrbitCamera;

Create and update an orbit camera.

use camera_controllers::orbit::OrbitCamera; fn main() { let mut camera = OrbitCamera::new(); camera.update(1.0); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.36.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
camera-controllers — cargo add camera-controllers · libregistry