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
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.