A simple tool that allows you to draw on the current screen
Simply execute the binary and a drawable screenshot of your screen will open
godraw
Warning
godraw only works under X11
You can exit the program with q
To clear the screen press c
Usage of godraw:
-color uint
the color of the pencil (hex) (default 14423100)
-stroke-width int
the stroke width of the pencil (default 2)
Example:
godraw --color 0xff
go install github.com/oscgu/godraw@latest
Important
Make sure $HOME/go/bin
is part of your $PATH
go build -o godraw .
When screen sharing and explaining code, it's often helpful to highlight or
underline specific sections to direct the listeners attention.