refaktor / rye-fyne

Fyne GUI library with Rye language.
https://ryelang.org
Apache License 2.0
14 stars 2 forks source link

fynegen: remove prefixes, basic config.toml file and more (see commits) #23

Closed xypwn closed 5 months ago

refaktor commented 5 months ago

Wow, very nice ... and very systematic with the toml! Now it would be good to make few demos with various widgets, to see how they function in code. Especially more composite ones, like list and table. I will try to do some of that in next days ...

This will also be content for the website / readme.md. Anyway, great work so far, thanks!

xypwn commented 5 months ago

Glad you like it!

Hmm, pretty sure lists don't quite work yet since they have typedefed integers (ListItemID), which currently are handled as natives. I still have to add tracking and conversion support for typedefs, but that was on my list anyways so I think I'll do that next.

I was also thinking of adding a 2048 game example in terms of something more complex, so I'll see what that takes.

refaktor commented 5 months ago

Aha, ok.

Any examples are welcome, it's also material then to further test the language under different, not so typical problems.