Crates.io | swamp-wgpu-math |
lib.rs | swamp-wgpu-math |
version | 0.0.10 |
source | src |
created_at | 2024-11-02 22:25:20.905953 |
updated_at | 2024-11-14 16:50:49.255858 |
description | wgpu math types |
homepage | |
repository | https://github.com/swamp/swamp |
max_upload_size | |
id | 1433210 |
size | 7,248 |
swamp-wgpu-math is a Rust library that provides easy-to-use types and operations for matrix and vector math, specifically designed for compatibility with wgpu shaders. This library allows you to work seamlessly with transformations, projections, and other essential mathematical operations without the need for conversions, making it ideal for game development and graphical applications.
Add swamp-wgpu-math to your project:
[dependencies]
swamp-wgpu-math = "0.0.10"
This project is licensed under the MIT License - see the LICENSE file for details.