7 releases
new 0.0.9 | Nov 4, 2024 |
---|---|
0.0.8 | Nov 3, 2024 |
#1574 in Game dev
275 downloads per month
Used in 4 crates
(2 directly)
7KB
111 lines
swamp-wgpu-math 🐊
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.
✨ Features
- Matrix and Vector Types: Simple, Rust-native types like Matrix4 and Vec4 for common operations in 3D graphics.
- Orthographic Projection: Easily create orthographic projection matrices for 2D and 3D rendering.
- Basic Transformations: Includes functions for scaling, translation, and identity matrices.
- Intuitive Operations: Basic math operations (Add, Mul, Index) implemented for matrices and vectors, making them straightforward to use with wgpu shaders.
📦 Installation
Add swamp-wgpu-math to your project:
[dependencies]
swamp-wgpu-math = "0.0.9"
License
This project is licensed under the MIT License - see the LICENSE file for details.