agbrs / agb

Library for writing Game Boy Advance games in Rust
https://agbrs.dev/
Mozilla Public License 2.0
319 stars 27 forks source link

A new text render system #806

Open corwinkuiper opened 1 week ago

corwinkuiper commented 1 week ago

I present a new text render API. Having it do layout is proving to be difficult to implement.

If you're careful, updates take around 5000 cycles at most. This is a great improvement!