I often find myself wanting to visualize simple graphics or even interactive animations from a Go program without resorting to platform-dependent or Cgo-based libraries, so I created this Go module:
https://github.com/fzipp/canvas It streams drawing operations and keyboard/mouse/touch events to and from a browser canvas via WebSockets. It is loosely inspired by the protocol of the https://p9f.org/magic/man2html/3/draw device. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/d7203970-1e34-48ab-b72b-4be78668277cn%40googlegroups.com.
