this post was submitted on 07 Feb 2024
25 points (100.0% liked)
AskBeehaw
2002 readers
2 users here now
An open-ended community for asking and answering various questions! Permissive of asks, AMAs, and OOTLs (out-of-the-loop) alike.
In the absence of flairs, questions requesting more thought-out answers can be marked by putting [SERIOUS] in the title.
Subcommunity of Chat
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm working on a multiplayer strategy game, something like a greatly simplified stellaris. I'm trying to use minimal Bevy as the engine with Actix for input and presentation. I'm still green with Rust, but it's coming along a lot better than I had originally expected. It's a learning experience, using different containers for messaging between threads and trying to limit blocking as much as possible. I want to avoid getting stuck in the details, it is so easy to want to spend a week building a fancy test rig to verify the capabilities. But I gave myself a timeline to have a working game prototype, and I need to stick to it!
Is it a browser game?
Yea, I want to keep the graphics simple but we'll see how that goes 😅