From d5630396c9516168e7400decdbfed6cdbef1d83b Mon Sep 17 00:00:00 2001 From: Raed Shomali Date: Mon, 11 May 2020 01:04:17 -0400 Subject: [PATCH] Add Gridder (#3057) * Add Gridder * Added alphabetically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efbadec1..7a1fc021 100644 --- a/README.md +++ b/README.md @@ -926,6 +926,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goimagehash](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. * [goimghdr](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. * [govatar](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. +* [gridder](https://github.com/shomali11/gridder) - A Grid based 2D Graphics library. * [image2ascii](https://github.com/qeesung/image2ascii) - Convert image to ASCII. * [imagick](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. * [imaginary](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing.