v0.22 of agb — a library for making GBA games in Rust — recently released!

The changes include:

- Tutorials and full documentation: https://agbrs.dev/book
- New interactive examples: https://agbrs.dev/examples
- New easy APIs for BGs, objects, DMA, windowing, and blending effects.

The full changelog can be found here: https://github.com/agbrs/agb/blob/master/CHANGELOG.md

#GBADev #rust

In case anyone was wondering, yes my project Wordforge is effectively abandoned. I graduated and got a job last year and haven't had the time to work on it. It's a shame really since I really wanted to see something like this on the fediverse, but such is life.

If anyone wants to take over, feel free.

https://codeberg.org/grafcube/wordforge

#wordforge #opensource #foss #fediverse #activitypub #rust #leptos

NLnet Labs
NLnet Labs boosted

Update on my very-very-WIP Rust compiler: I'm in the process of my third rewrite of the task queue system internals, this time as a separate crate that I'll publish on crates.io. Krabby isn't the only highly parallel, CPU-bound application where work is divided into small, synchronous tasks, so I may as well make this useful to others. I hope to get a blog post out over this week.

#rust #compilers #krabby