glam-rs
A simple and fast linear algebra library for games and graphics (by bitshifter)
cgmath-rs
A linear algebra and mathematics library for computer graphics. (by rustgd)
glam-rs | cgmath-rs | |
---|---|---|
5 | 4 | |
1,585 | 1,129 | |
- | 0.0% | |
8.7 | 0.0 | |
5 days ago | about 2 years ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
glam-rs
Posts with mentions or reviews of glam-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-24.
- Generic modules? (like for different float types: f32, f64, arbitary rational, fixed point float, etc)
-
Hey Rustaceans! Got a question? Ask here! (43/2022)!
You could consider using a template framework instead, like Tera. Glam actually does this to generate Rust code.
-
Extracting 2d rotation angles
If you’re still concerned, we can look at the implementation for to_euler()
-
What's everyone working on this week (15/2022)?
I've been polishing glamour, the strongly typed vector math companion to glam. :-)
-
glamour: Strongly typed vector math with glam
This crate uses bytemuck to implement a zero-cost strongly typed interface on top of glam.
cgmath-rs
Posts with mentions or reviews of cgmath-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-02.
-
Hey Rustaceans! Got a question? Ask here! (31/2022)!
Take a look into math libraries, like glam, nalgebra, and cgmath. I've only used these through game engines, though, so I can't offer per-basis reviews/advice.
-
Any plans for built-in support of Vec2/Vec3/Vec4 in Rust?
But I am writing a Vulkan-based game engine and I use https://crates.io/crates/cgmath extensively. It has vector classes, all the math functions I need, and it even supports a version of swizzling if you activate the feature. Maybe this crate can do what you need?
-
I want to change my point of view by key input in glium.
There's also a good crate which you can use to quickly create the required matrices called cgmath: https://crates.io/crates/cgmath
-
Rendering large 3D tilemaps with a single draw call at 3000 FPS
One great thing about Rust is that the library ecosystem is surprisingly mature, especially considering how young the language is (1.0 was released in 2015). C# also has good libraries, but from my experience it's kinda fiddly to use most open source libraries with Unity, at least without modifications. Rust's ecosystem has some excellent libraries that help with game development, such as noise for procedural generation and cgmath for linear algebra.
What are some alternatives?
When comparing glam-rs and cgmath-rs you can also consider the following projects:
nalgebra - Linear algebra library for Rust.
blas - Wrappers for BLAS (Fortran)
rust-gmp
simd-json - Rust port of simdjson
Ruma - A set of Rust crates for interacting with the Matrix chat network.
microbin - A secure, configurable file-sharing and URL shortening web app written in Rust.
rust-GSL - A GSL (the GNU Scientific Library) binding for Rust
cargo-rx - A simple, modern fuzzy finder tool to run examples in a Cargo project.
achat - A collection of simple modules which showcase simple use of tasks, channels, and other tokio primitives to implement simple networking applications. Purely educational purposes.
QuantMath - Financial maths library for risk-neutral pricing and risk