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. (by barafael)
glam-rs
A simple and fast linear algebra library for games and graphics (by bitshifter)
achat | glam-rs | |
---|---|---|
3 | 5 | |
5 | 1,552 | |
- | - | |
3.7 | 8.7 | |
about 1 year ago | 27 days 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.
achat
Posts with mentions or reviews of achat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-02.
- Looking for a small boring rust project to help my learning.
-
Beginner: Making a TCP chat application
If you are interested in async/await networking, you might want to check this example project: https://github.com/barafael/achat/blob/main/bin/chat.rs
- What's everyone working on this week (15/2022)?
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.
What are some alternatives?
When comparing achat and glam-rs you can also consider the following projects:
somo - Socket Monitor for Linux: A prettier and simpler alternative to netstat or ss for socket monitoring with the ability to scan for malicious IP addresses.
nalgebra - Linear algebra library for Rust.
cargo-rx - A simple, modern fuzzy finder tool to run examples in a Cargo project.
cgmath-rs - A linear algebra and mathematics library for computer graphics.
num2words - Convert numbers like 42 to forty-two
blas - Wrappers for BLAS (Fortran)
rust_kanban - A kanban board for the terminal built with ❤️ in Rust
simd-json - Rust port of simdjson
Rust-GCode-Parser - A G-Code Parser written in Rust
microbin - A secure, configurable file-sharing and URL shortening web app written in Rust.
rash-shell - A bourne shell written in rust