From 587632a9da4feda83215efb563df464ec33e0993 Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 4 May 2019 17:50:15 +0200 Subject: README: add a link to image/draw blog entry --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ca9c233..80ffdc8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Closing the `Draw()` channel destroys the environment. When destroyed (either by As you can see, a draw command is a function that draws something onto a [`draw.Image`](https://golang.org/pkg/image/draw/#Image) and returns a rectangle telling which part got changed. +If you're not familiar with the `"image"` and the `"image/draw"` packages, go read [this short entry in the Go blog](https://blog.golang.org/go-imagedraw-package). + ![Draw](images/draw.png) Yes, `faiface/gui` uses CPU for drawing. You won't make AAA games with it, but the performance is enough for most GUI apps. The benefits are outstanding, though: -- cgit v1.2.3