Rusty Calc (very, very WIP)

Just wanted to share. What do you think? Everything is pretty much hardcoded right now, and no app is implemented yet.

I used slint for gui, coding in rust. One of my career goals is to learn rust, so this was a good opportunity (I mostly do kotlin/java).
That being said, I have no idea what I am doing when i comes to rust, code is probably s**t

Hardware wise, only screen and keyboard are working for now. The goal is to support rp2040 and then later rp2350 should be easy

Actually implementing all these apps is probably a pipe dream, but we shall see

6 Likes

It’s beautiful and very reminiscent of PalmOS. Nice work!

1 Like

Add the ability to launch .bin or .uf2 file and there is the begining of a graphical OS!.

I have a feeling that is not going to be easy, but maybe ill try some time in the future

This is awesome. Keep us posted about your progress.

1 Like

Very small update for today:

  • Input now works fully
  • Pressing shift shows the other page of bottom menu options, if available. F keys will eventually perform those actions
  • Refactored a lot to be able to use async with embassy
  • Creates startup screen (no real functionality, shows for 1s on startup, just because..)

Small video:

2 Likes