Il giorno domenica 4 aprile 2021 alle 10:32:36 UTC+2 Frederik Zipp ha 
scritto:

> 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.
>

Thanks, it is really interesting.

Do you know if there is a similar module that use the DOM API as target 
instead of the Canvas API?

Manlio 

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/6b300eea-e53c-4d75-bafa-94eeca1b761cn%40googlegroups.com.

Reply via email to