ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
dc740 has quit [Remote host closed the connection]
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #rust-embedded
xnor_ has joined #rust-embedded
zagura__ has joined #rust-embedded
xnor has quit [*.net *.split]
zagura has quit [*.net *.split]
smach has joined #rust-embedded
smach has quit [Quit: Leaving]
smach has joined #rust-embedded
smach has quit [Quit: Leaving]
radens has quit [Quit: Connection closed for inactivity]
id_tam has joined #rust-embedded
<re_irc> <@sourcebox:matrix.org> : I've used egui for desktop, but I'm not sure if any immediate mode gui will work nicely for embedded. The main issue is that you often have limited bandwidth and RAM. This forces you to do partial screen updates and that requires state handling and/or damage tracking. An 240x320px or larger display can't just be updated fluently via SPI by transfering the whole screen on every frame.
dc740 has joined #rust-embedded
IlPalazzo-ojiisa has joined #rust-embedded
<re_irc> <@firefrommoonlight:matrix.org> Yea that's a good point
<re_irc> <@firefrommoonlight:matrix.org> I didn't really think this through
zagura__ is now known as zagura
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
<re_irc> <@zenstoic:matrix.org> Rust sucks
<re_irc> <@zenstoic:matrix.org> Borrow checking does not scale
<re_irc> <@k900:0upti.me> k
<re_irc> <@zenstoic:matrix.org> It sucks monkey cock
<re_irc> <@zenstoic:matrix.org> It's just a fad
<re_irc> <@larunite:matrix.org> Well guys let's pack it up
<re_irc> <@larunite:matrix.org> We've been told
<re_irc> <@jamesmunns:beeper.com> What a weird way to spend a saturday.
<re_irc> <@jamesmunns:beeper.com> as always, please don't interact with spam/trolls, feel free to @ anyone listed as admin or mod in the room to come and moderate.
<re_irc> <@larunite:matrix.org> Give him a break what's he gonna do, go outdoors?
<re_irc> <@larunite:matrix.org> Seems unlikely
<re_irc> <@larunite:matrix.org> 😋
<re_irc> <@firefrommoonlight:matrix.org> Looks like y'all missed out an a no-risk crypto opportunity
smach has joined #rust-embedded
sm4ch has joined #rust-embedded
starblue has quit [Ping timeout: 268 seconds]
smach has quit [Ping timeout: 265 seconds]
starblue has joined #rust-embedded
sm4ch has quit [Read error: Connection reset by peer]
<re_irc> <@thejpster:matrix.org> > I hope EGUI eventually makes it to embedded.
<re_irc> There is slint, which runs on the RP2040. I don't know how it compares to EGUI though.
<re_irc> <@thejpster:matrix.org> should we have a stream on the rust-lang zulip?
<re_irc> <@thejpster:matrix.org> matrix is great for chat, but being able to split out topics within our stream, and have a scroll-back that's not full of other chit-chat, may be useful
smach has joined #rust-embedded
Socker has quit [Ping timeout: 240 seconds]
Socker has joined #rust-embedded
Socker has quit [Ping timeout: 240 seconds]
Socker has joined #rust-embedded
<re_irc> <@yruama_lairba:matrix.org> Hi, who already used this crate: https://crates.io/crates/stm32-hal2 , what aspect are more conveninet that a stm32yxx crate ?