det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

2.3K
active users

#rust

105 posts85 participants3 posts today

I'm using Rust's Macroquad crate to make a small game, and so far it is exactly the right level of abstraction for this project.

(Bevy is great, but its more than what I need for this project)/

I especially like that because it isn't opinionated, it gives me the chance to build my own game loop and ECS so I better understand how more sophisticated game engines (like bevy) work.

I'm really looking forward to deploying this to WASM and trying out mobile support.