You are browsing as a guest. Sign up (or log in) to start making projects!

1h 34m 8s logged

gpui at least with the crates.io version has very slow resizing so i might switch to iced

i have some ideas for how data will be stored:

  • sqlite for database engine via sqlx or pure rust library (depends on which one allows to decode into structs)
  • migrations can be done as a map to sql string (version -> appropriate migration)
  • each playlist can be its own database & can store its own downloaded songs because fetching from db is faster: https://sqlite.org/fasterthanfs.html
  • settings (theme) can be done in toml

i have also disabled bounds on the gpui window, so thats the screenshot

0
1

Comments 0

No comments yet. Be the first!