-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTK tutorial missing with the new design #220
Comments
The tutorial to generate a binding using gir is also missing. I don't remember what we said about that either... cc @sophie-h |
I'm not responsible but iirc
Apologies for the chaos @vtavernier. Every help is appreciated. |
I've halted the work on the docker approach, since gtk4 for mingw64 is not packaged yet for fedora.
Here we agreed that most of gir's README and the gir tutorial should be moved to a dedicated mdbook |
I will move the gir tutorial to a mdbook hosted on gir repository sometimes next week. |
I'm too missing the instructions on how to setup up a working environment in windows like the old one here or the new one for gtk4 here. Also would it be nice to have back the basic explanation of the closures in the FAQ or tutorial section to understand what clone! does and that it exists. This is a important knowledge bit for begginers. And I think the old glade tutorial was important too And this one is also good to know when you start with gtk-rs Maybe this is already covered by some documentation of gtk-rs itself, but when you are starting you first gtk-rs project it would be nice if the website, as the entry point, would take care of you and show you how to start and lead you to deeper knowledge. |
The old design (before #205) used to feature a tutorial for GTK 3 users, including instructions for cross-compilation and various other details about how Rust wraps GTK.
This tutorial is referenced from various places, like the GTK 3 crate README for example (https://crates.io/crates/gtk), this link being currently broken.
Since GTK 4 isn't released, and the online book mentioned on the homepage doesn't cover the same topics, shouldn't the tutorial be kept online until new resources cover the same subjects or more?
Link to the old tutorial in case people visiting this issue need it: https://github.com/gtk-rs/gtk-rs.github.io/tree/617a9f8fb44f7fb0d338b4a6f4703815e7ea66a0/docs-src/tutorial
The text was updated successfully, but these errors were encountered: