-
Notifications
You must be signed in to change notification settings - Fork 8
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
RFE: guile-gi for use in GIMP extensions #108
Comments
Hello! Nice to see this report here, as I was testing this weekend whether guile-gui would work well for Scheme plug-ins. We are indeed interested into Scheme plug-ins, possibly to even replace the historical So I built guile-gi (tested with
Well apart from a few warnings, at least it seems to work so far. Now I still have a few questions:
Anyway now for trying to import libgimp itself:
So guile crashes. Doesn't guile-gi support static types derived from |
You can surely use |
Hmmm… I think I saw this syntax in one of the files and tried it, but it didn't work. Though I'll try again, maybe I did it wrong.
But not also the basic types such as string? 😢 |
That'd be very weird. Guile-GI passes these options to use-modules as-is.
Not currently, see https://github.com/spk121/guile-gi/blob/master/src/gig_type.c#L272-L375 for full context. |
In #106 we began a side discussion about the possibility of make GIMP extensions in Guile using guile-gi to wrap the required GIMP classes.
#106 (comment)
#106 (comment)
The text was updated successfully, but these errors were encountered: