ICED
from MITM0@lemmy.world to rust@programming.dev on 19 Mar 14:56
https://lemmy.world/post/27052308

I was hoping if I could get some help regarding Iced.rs (& maybe even advice on GUI-dev in general) since the documentation/book is a Work-In-Progress

#rust

threaded - newest

gkaklas@lemmy.zip on 19 Mar 15:28 next collapse

(I can’t help you with Iced, but it’s better if you just ask your questions directly: nohello.net )

airbreather@lemmy.world on 19 Mar 15:37 collapse

FYI a more pertinent link for these situations: dontasktoask.com

gkaklas@lemmy.zip on 20 Mar 01:42 collapse

Ohh nice, I hadn’t seen that, thanks!

Leny@lemmy.world on 19 Mar 15:35 collapse

What do you need help with?

MITM0@lemmy.world on 19 Mar 16:16 collapse

I’m trying to make a LBRY-desktop client similar to LBRY-desktop.

Which may be re-purpossed in the future to let’s say a PeerTube client

Where does one even start ?(Also, it’s my first project) I don’t see any practice videos, so that I can at least get my feet wet.

BB_C@programming.dev on 19 Mar 16:58 next collapse

Where does one even start ?

In any rust project, you start with API docs, and the examples folder if one exists. Just make sure the examples belong to the current version you will depend on, not the master/main branch. The link above is from v0.13.1 for example.

Leny@lemmy.world on 19 Mar 22:16 collapse

You’ve got that jl710.github.io/iced-guide/index.html Most importantly in there there’s the discord link, that’s where lots of iced knowledgeable people are these days.