-
Notifications
You must be signed in to change notification settings - Fork 69
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
no wiki, poor documentation, little community [closed] #256
Comments
Well... I am not quite sure how I can help you. You mentioned these lbibraries:
I never used GooCanvas, buts its docs even start with an introduction with some examples. Could you perhaps ask some more concrete question? Or is the above already helpful? If not, what is missing? |
Thank you for your quick answer. |
I am not sure how I can help you, so... uhm... cairo just does drawing. Like "draw a line in red from (50, 30) to (100, 20)". GTK does "window stuff", like open a window with this button placed like this etc. GTK uses cairo for drawing. GLib is "low level system stuff" and datastructures. For example, it implements things like a list of objects ( I do not know what GooCanvas does, but it looks like it simplifies drawing widgets with GTK/cairo. Personally, I do not have much clue about GTK/GLib/... and never used them much, but I have more or less success with navigating the references. Oh one important ingredient is GObject. This is another library (that uses GLib, I think...). It implements an object system. In C++ you would call this Good luck and feel free to ask some questions. |
ho, i see in the sample directory the gtk-demo/main.lua who seems to me very nice to show some minimal uses of lgi... that is nice and help me a lot. |
Hi, i have big pain to find any didactic and useful information around lgi and also goo canvas and all that is over.
Can you link some nice references to help dev users to win a bit of time to learn how to use this ?
Maybe there is something usefull to do on this point, i really would like to help on that, but... i feel myself locked and stick with my miss-understanding of lgi, and GooCanvas and GTK and Cairo all around.
I just arrived with help to build 3 rectangle's shapes and handle mouse event (and, because of big help, if not, i would never be able in this year to just do that, even if i know to use other GUI, not only wrappers around also) then build a collid test who miserably failed because of, i think, a bad event managment (not from lgi, but from myself, because i not really understand what i have to do to fix the problem as long as the lgi and gtk and cairo and goo canvas doc is poor and example also with mouse event and canvas especialy).
What do you think about that ? Any plan to ask dev to help make something useful for information around ?
The text was updated successfully, but these errors were encountered: