diagram icon indicating copy to clipboard operation
diagram copied to clipboard

CLI app to convert ASCII arts into hand drawn diagrams.

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

# github.com/goxjs/gl ../../../../pkg/mod/github.com/goxjs/[email protected]/gl_opengles.go:14:10: fatal error: 'OpenGLES/ES2/glext.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~ Any plans to switch to something else now that open gl es is deprecated for MacOS? https://developer.apple.com/documentation/opengles