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.
- Host: GitHub
- URL: https://github.com/grokify/graphics-go
- Owner: grokify
- License: bsd-3-clause
- Created: 2022-02-25T01:08:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T15:20:56.000Z (about 3 years ago)
- Last Synced: 2024-10-11T22:18:50.638Z (9 months ago)
- Language: Go
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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