meowbotage

joined 10 months ago
[–] [email protected] 2 points 1 month ago (1 children)

DVD and Jewel cases are very common and can be had for less than a dollar, why make them yourself?

[–] [email protected] 2 points 8 months ago (1 children)

I love this idea, it's really cute! I like the secret doorway, it's probably good for them to have a secondary escape path.

[–] [email protected] 3 points 8 months ago (1 children)

Oh geez, what an adventure!

[–] [email protected] 3 points 9 months ago

Yea, I want to keep the graphics simple but we'll see how that goes 😅

[–] [email protected] 2 points 9 months ago (1 children)

Interesting, it's running and immutable system so the core system would reset after a reboot. I'm using the KDE Manjaro and have been happy with it. A lot of software is available through Flatpack, so this would be a nice portable system.

[–] [email protected] 5 points 9 months ago (2 children)

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!