shyrobbiani / x-go-binding

Automatically exported from code.google.com/p/x-go-binding
Other
0 stars 0 forks source link

Is this project abandoned? #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I see several tickets open (some from 2 years ago) with seemingly no input from 
the maintainers of this project. The last 2 years of commits appear mostly to 
be maintenance with respect to tracking upstream golang changes.

So, like, is anyone actively maintaining this? If not, I'm content to fork it 
and move on. Let me know :)

Original issue reported on code.google.com by j...@semicomplete.com on 16 Apr 2012 at 4:06

GoogleCodeExporter commented 8 years ago
I am actively maintaining a clone here: 
http://code.google.com/r/jamslam-x-go-binding

It includes patches for most of the issues listed (maybe all?), thread safety, 
and support for the xinerama extension. I'm still working on getting the other 
extensions working, but it's hard going.

I don't intend for it to be a fork in the traditional sense (i.e., I'm hoping 
my stuff will get merged back into the official repo), but I'll keep it that 
way if this one stays dead.

Original comment by jamslam@gmail.com on 16 Apr 2012 at 4:17

GoogleCodeExporter commented 8 years ago
Due to inactivity here, I've forked the project on github: 
https://github.com/BurntSushi/xgb

Most of it has been rewritten and includes a new code generator written in Go. 
It now also supports most X extensions.

Original comment by jamslam@gmail.com on 26 May 2012 at 10:32