arewegameyet
The repository for https://arewegameyet.rs (by rust-gamedev)
rust-rdkafka
A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka (by fede1024)
arewegameyet | rust-rdkafka | |
---|---|---|
100 | 9 | |
729 | 1,743 | |
1.8% | 2.1% | |
7.5 | 7.3 | |
6 days ago | 2 months ago | |
SCSS | Rust | |
Creative Commons Attribution 4.0 | MIT License |
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.
arewegameyet
Posts with mentions or reviews of arewegameyet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-22.
-
Graphics Tricks from Boomers
Why Rust? Because I wanted to use far more concurrency than usually seen in games to overcome the fundamental performance problem in metaverse clients. The graphics stack works well enough to do this.[1] But it needs to get faster and do a few more things. Basically, I need three.js for Rust. I sort of have it, but the Rust crate has been abandoned, has bugs, and now I have to maintain it.
For a while, there was much enthusiasm for Rust game dev.[2] But it kind of ran down.
[1] https://video.hardlimit.com/w/7usCE3v2RrWK6nuoSr4NHJ
[2] https://arewegameyet.rs
-
Is rust suitable for multiplayer games?
arewegameyet
-
Someday, maybe, we will be game. I hope.
"While the ecosystem is still very young, you can find enough libraries and game engines to sink your teeth into doing some slightly experimental gamedev."
- Egregoria is a city simulation with high granularity
- What is Rust's potential in game development?
-
Struggling to find practical uses for Rust
For practical uses of Rust? Whatever you want to program. People use Rust for game development, GUIs, web dev, and more. Anything where abstraction, speed, concurrency, memory safety, etc. are important, Rust will probably be a good fit.
-
Latest Zen Kernel......
Are we game yet? "Almost. We have the blocks, bring your own glue"
-
Really frustrated. [Warning: Bit of a negative rant]
Not seeing anything else that's close to photo realistic. I'm hitting the tough bugs first all too often. More than half my time has been spent on ecosystem problems.
-
What are some stuff that Rust isn't good at?
I also know of https://arewegameyet.rs/
-
Chrome ships WebGPU, a sort-of successor to WebGL. How soon do you see this being adopted by the game dev community?
Yes — and in fact, Firefox's implementation has been the go-to graphics API for folks trying to make Rust gamedev happen for a long time now. Bevy Engine's renderer is built on it, for example.
rust-rdkafka
Posts with mentions or reviews of rust-rdkafka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-31.
-
Rust vs Node — Kafka producer performance with AWS Lambda
The Rust Kafka client library I used internally can be explored from this repository. The Lambda code and CDK IaC can be found here.
-
Rust Cpp Interop via Cxx, Autocxx / any best practices out there
I use this library a lot and it's got some nice touches for how to handle wrapping a C library: https://github.com/fede1024/rust-rdkafka
-
Trace Through a Kafka Cluster with Rust and OpenTelemetry
For this example, we're using rdkafka to build producers and consumers, because it allows us to specify custom headers for each record.
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
kafka
-
is there any other alternative for hadoop ecosystem that runs on rust?
You might find https://crates.io/crates/rdkafka helpful
-
Hey Rustaceans! Got an easy question? Ask here (46/2021)!
I am playing with tokio and rust-rdkafka library, following the examples like this one: https://github.com/fede1024/rust-rdkafka/blob/6fb2c37/examples/asynchronous_processing.rs
-
confluent Schema Registry and Rust
The source for the current version of the library can be found on Github. I had to increase the major version because I needed to break the API in order to support all formats supported by the current Schema Registry version. I also added the possibility to set an API key, so it can be used with Confluent Cloud, the cloud offering from Confluent. As part of the latest major refactoring it's also supporting async. This might improve performance of your app, and is also the default for the major Kafka client, more information about why you would want to use async can be found in the async book. The schemas retrieved from the Schema Registry are cached. This way the schema is only retrieved once for each id, and reused for other messages with the same id.
-
Is there an alternative to Kafka that has better support in Rust?
What's wrong with rust-rdkafka?
-
Getting started with Kafka and Rust: Part 2
This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdkafka crate which itself is based on librdkafka (C library).
What are some alternatives?
When comparing arewegameyet and rust-rdkafka you can also consider the following projects:
GameDev-Resources - :video_game: :game_die: A wonderful list of Game Development resources.
Kafka Rust Client - Rust client for Apache Kafka [Moved to: https://github.com/kafka-rust/kafka-rust]
detonator - 2D game engine and editor 💥💣
schema-registry - Confluent Schema Registry for Kafka
RG3D - 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
kafka-go - Kafka library in Go