Ruma
A set of Rust crates for interacting with the Matrix chat network. (by ruma)
cgmath-rs
A linear algebra and mathematics library for computer graphics. (by rustgd)
Our great sponsors
Ruma | cgmath-rs | |
---|---|---|
5 | 4 | |
451 | 1,023 | |
2.0% | 1.4% | |
8.3 | 1.0 | |
10 days ago | 5 months ago | |
Rust | Rust | |
MIT License | 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.
Ruma
Posts with mentions or reviews of Ruma.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-19.
- Looking for Axum app boilerplate
-
Merged stub of Rust integrated into Synapse, default Matrix homeserver
This could in turn lead to Synapse pulling in Ruma as a dependency. Meanwhile, Rust is already a huge part of the Matrix org’s fundamental tech stack, covering encryption, authentication and wysiwyg editing,
-
What was the Rust project in your portfolio that got you hired as a Rust developer?
I got a 404 there, but this link works for me!
-
Designing Rust bindings for REST APIs
Nice! For ruma we do a very similar thing, but with the endpoint definitions being usable for both client & server side, custom macros to make it all more manageable, and with structs with public fields (#[non_exhaustive] for forwards compat) instead of builders.
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
What are some alternatives?
When comparing Ruma and cgmath-rs you can also consider the following projects:
nalgebra - Linear algebra library for Rust.
rust-gmp
glam-rs - A simple and fast linear algebra library for games and graphics
rust-GSL - A GSL (the GNU Scientific Library) binding for Rust
blas - Wrappers for BLAS (Fortran)
QuantMath - Financial maths library for risk-neutral pricing and risk
Peroxide - Rust numeric library with R, MATLAB & Python syntax
rust-blas - BLAS bindings for Rust
opengl-by-rust
ncollide - 2 and 3-dimensional collision detection library in Rust.
rulinalg - A linear algebra library written in Rust
scirust - Scientific Computing Library in Rust