diagram icon indicating copy to clipboard operation
diagram copied to clipboard

CLI app to convert ASCII arts into hand drawn diagrams.

Results 3 diagram issues
Sort by recently updated
recently updated
newest added

Go get failed ``` $ go get github.com/esimov/diagram # github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw In file included from ./glfw/src/internal.h:169, from ./glfw/src/context.c:28, from ../go/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4: ./glfw/src/x11_platform.h:39:10: fatal error: X11/Xcursor/Xcursor.h: No such file or directory 39 |...

From ubuntu 18.04 LTS: $ apt-get install libglfw3-dev $ go get github.com/esimov/diagram ``` # github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw In file included from code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw_linbsd.go:22:0: code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/glfw/src/linux_joystick.c: In function ‘_glfwInitJoysticksLinux’: code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/glfw/src/linux_joystick.c:224:42: warning: ‘%s’ directive output may...