Skip to content

Google's graphics-go package updated with Go Modules and CI/CD.

License

Notifications You must be signed in to change notification settings

grokify/graphics-go

Repository files navigation

Graphics Go

Build Status Go Report Card Docs SLOC License

This is a Graphics library for the Go programming language.

Background

This code is originally forked from code.google.com/p/graphics-go which was first exported to github.com/BurntSushi/graphics-go. This fork was created as both repos appear inactive.

Reasons this was created include:

  1. Add Go Reference link
  2. Add Go modules
  3. Add CI/CD
  4. Simplify interface

Installation

$ go get github.com/grokify/graphics-go/...

License

Unless otherwise noted, the graphics-go source files are distributed under the BSD-style license found in the LICENSE file.