go/draw does not work on native plan9 system.
Author: ghostCreated Feb 6, 2022Updated Mar 16, 2022
Note: I was running the latest version of 9front in virtualbox.
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?
Source: 9fans/go