Crates.io | limelight-transform |
lib.rs | limelight-transform |
version | 0.1.0 |
source | src |
created_at | 2021-12-15 18:36:21.867877 |
updated_at | 2021-12-15 18:36:21.867877 |
description | A transformation matrix helper for limelight. |
homepage | |
repository | https://github.com/drifting-in-space/limelight |
max_upload_size | |
id | 498470 |
size | 4,050 |
limelight-transform
This crate provides TransformUniform
, which wraps a Uniform<[[f32; 4]; 4]>
with methods that allow
transform operations like zooming and panning.
See the zoom-pan (code) and primitive scene (code) demos for usage examples.