• @freely
    link
    33 years ago

    Do you have a recommendation of one vs the other? I was planning on starting a Rust GUI project soon & liked how the Iced API looks.

    • @k_o_t
      link
      43 years ago

      not really, sorry, i haven’t looked into either to much extent

      check out https://areweguiyet.com, they have a ton of specifics and recommendations based on your specific needs 😉

    • DessalinesOPA
      link
      33 years ago

      There’s also https://github.com/emilk/egui . I remember when looking at a lot of different ones a few months ago, iced was my personal favorite in terms of syntax and simplicity. But I think its mainly for simple GUI’s, not for anything like games.

      • @freely
        link
        33 years ago

        Yeah all I need is a desktop GUI, not making a game.