xgopher
xgopher copied to clipboard
One giant hack for an xeyes variant.
Eyes are positioned at their limits most of the time. Find a way to smooth them. - Maybe try a hemisphere projection algorithm, on top of the surface/screen, extending towards...
Get rid of most transform/translate functions, lines and lines of unmaintainable code and hacks.
There isn't a single library to render SVG (XML) into a `draw.Image`. [sqweek/go-image.svg](https://github.com/sqweek/go-image.svg) can parse SVG paths to an extent and generate limited images though...
[go-vgo/robotgo](https://github.com/go-vgo/robotgo) can read mouse position even when the app is not in focus. I'm not sure if we should we use it or find some other (preferably smaller) library, or...