I was wondering if it would be possible to port the gtk gui framework to Go with the swig wrapper? Or am I just living in a fantasy world?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Technically, yes. It looks like SWIG support for Go is limited right now.
The real problem with simple SWIG wrappers is the ugly details leak through. The produced interface would need a layer on top of it in order to provide “Goish” behavior, especially in regards to garbage collection and interfaces.