overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

update embedded-graphics to 0.7.1 #103

Closed FloVanGH closed 2 years ago

FloVanGH commented 2 years ago

Update the used embedded-graphics version to 0.7.1

sajattack commented 2 years ago

LOL, CI is failing because the fixed point math slightly changes the drawing of a triangle. We should probably change that.

sajattack commented 2 years ago

what the hell why did it close.

sajattack commented 2 years ago

@FloVanGH Sorry mate, I accidentally screwed up your branch. I'll open a new pr for this and try to send it back your way as well.

overdrivenpotato commented 2 years ago

Thanks for the PR 🙂

FloVanGH commented 2 years ago

Glad to help! Thanks for that crate, I think I will have a lot of fun with it :-)

FloVanGH commented 2 years ago

By the way, I'm working on a UI toolkit based on embedded-graphics: https://codeberg.org/morphUI/morph_ui. Thanks to your crate I will start with an psp port :-)

sajattack commented 2 years ago

:fire: :fire: :fire:

I tried lvgl-rs a while back, sorta got it working, but something pure-rust would be awesome!

I got TLS 1.3 working tonight with drogue-tls.

sajattack commented 2 years ago

We have a discord chatroom if you'd like to join https://discord.gg/WY8XhDG

FloVanGH commented 2 years ago

What could be also interesting is https://github.com/emilk/egui. But I think it does not work with no_std at the moment.