An open API service indexing awesome lists of open source software.

https://github.com/grokify/graphics-go

Google's graphics-go package updated with Go Modules and CI/CD.
https://github.com/grokify/graphics-go

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## Graphics Go

[![Build Status][build-status-svg]][build-status-url]
[![Go Report Card][goreport-svg]][goreport-url]
[![Docs][docs-godoc-svg]][docs-godoc-url]
[![SLOC][loc-svg]][repo-url]
[![License][license-svg]][license-url]

This is a Graphics library for the Go programming language.

## Background

This code is originally forked from [`code.google.com/p/graphics-go`](https://code.google.com/archive/p/graphics-go/) which was first exported to [`github.com/BurntSushi/graphics-go`](https://github.com/BurntSushi/graphics-go). This fork was created as both repos appear inactive.

Reasons this was created include:

1. Add [Go Reference link](https://pkg.go.dev/github.com/grokify/graphics-go/graphics)
1. Add Go modules
1. Add CI/CD
1. Simplify interface

## Installation

```bash
$ 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.

[used-by-svg]: https://sourcegraph.com/github.com/grokify/graphics-go/-/badge.svg
[used-by-url]: https://sourcegraph.com/github.com/grokify/graphics-go?badge
[build-status-svg]: https://github.com/grokify/graphics-go/workflows/go%20build/badge.svg?branch=master
[build-status-url]: https://github.com/grokify/graphics-go/actions
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/graphics-go
[goreport-url]: https://goreportcard.com/report/github.com/grokify/graphics-go
[codeclimate-status-svg]: https://codeclimate.com/github/grokify/graphics-go/badges/gpa.svg
[codeclimate-status-url]: https://codeclimate.com/github/grokify/graphics-go
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/graphics-go
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/graphics-go/graphics
[license-svg]: https://img.shields.io/badge/license-MIT-graphicsgo.svg
[license-url]: https://github.com/grokify/graphics-go/blob/master/LICENSE
[loc-svg]: https://tokei.rs/b1/github/grokify/graphics-go
[repo-url]: https://github.com/grokify/graphics-go