this post was submitted on 28 Jul 2023
34 points (100.0% liked)

Free and Open Source Software

17695 readers
27 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] hunger@programming.dev 8 points 1 year ago (2 children)

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/

[โ€“] brihuang95@sopuli.xyz 1 points 1 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 ๐Ÿ‘

[โ€“] anzo@programming.dev 1 points 1 year ago (1 children)

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

[โ€“] hunger@programming.dev 1 points 1 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:-)