You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was rewriting a small graphics example I found in C that used libdraw to make a bouncing ball in Go using go/draw. Somehow I missed the first line on the pkg.go.dev which states that the package connects to devdraw from plan9port. This essentially means that go/draw doesn't work on plain plan9 OS or a fork of it?
Is there any plans to add support for native plan9 or does someone know of an equivalent beyond using cgo?