I’m a UX designer by trade and have some very basic knowledge of Python, HTML & CSS. I wanna get more involved with helping build FOSS projects, can anyone help point a development newbie in the right direction?

  • Tobias Hunger
    link
    English
    81 year ago

    We can always use a UX person over at https://github.com/slint-ui/slint :-) Slint is a UI toolkit written in rust, but the UI is defined in a simple custom language that is really easy to pick up.

    You could polish up existing demos, to create new ones and could even come up with new widgets.

    We try to be a nice community, feel free to drop by and chat if you have questions in our mattermost instance hosted at https://chat.slint.dev/

    • adr1an
      link
      11 year ago

      Nice project! Is there any plan to support data tables? I’d like to try something like revogrid with CRUD operations… I was looking for this but didn’t find anything with ease of development for me

      • Tobias Hunger
        link
        11 year ago

        A basic TableView was added a while back.#2033 tracks more features we want to add later.

        Any help with implementing these features is.welcome:-)

    • Bri Guy OP
      link
      fedilink
      English
      11 year ago

      This sounds like a neat project! I’ll try to catch up on the basics on GitHub and hopefully I can start contributing soon 👍