You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I just found this "abandoned" project. Are you still around @donpdonp@andrewrk ?
Learning Rust was hard. But the language can be used anywhere, aseptically for critical code like OS kernels or safety projects.
Zig langue comes as "easy hop on". I did only some exercises and was looking for a small project idea. I made up the idea for "Timelines", a Fediverse reader (and poster later). For the start, oAut2 is needed, only console outputs, UI later.
Now I found your Zootdeck. It seems to have anything I need. The sources seem understandable, no dependencies except a state machine and the QT UI.
First question: Does it still build with the actual versions? On my Mac Air? I will try.
I could start my own really small project and just take the good things from yours and step by step come to your level.
But I certainly will have problems. So would you have time for some hints?
The text was updated successfully, but these errors were encountered:
Thanks for the note. I've picked up the project again this week. It compiles again (with the current stable zig 0.13.0) but it will crash if you try to visit a mastodon site. The source is all zig as I wanted a fun project to get to know zig better. It uses generic UI hooks to hopefully make using different UI libraries be a user-selected option. Currently the only UI lib that is working is GTK3. Go ahead and try to build it on mac, I'd like to know how that goes. It should start up fine and create a new window on the desktop.
Hi! I just found this "abandoned" project. Are you still around @donpdonp @andrewrk ?
Learning Rust was hard. But the language can be used anywhere, aseptically for critical code like OS kernels or safety projects.
Zig langue comes as "easy hop on". I did only some exercises and was looking for a small project idea. I made up the idea for "Timelines", a Fediverse reader (and poster later). For the start, oAut2 is needed, only console outputs, UI later.
Now I found your Zootdeck. It seems to have anything I need. The sources seem understandable, no dependencies except a state machine and the QT UI.
First question: Does it still build with the actual versions? On my Mac Air? I will try.
I could start my own really small project and just take the good things from yours and step by step come to your level.
But I certainly will have problems. So would you have time for some hints?
The text was updated successfully, but these errors were encountered: