|
1 | | -# geometry |
| 1 | +# Geometry |
| 2 | + |
| 3 | +[![Latest Stable Version][ico-release]][link-release] |
| 4 | +[![Build Status][ico-workflow]][link-workflow] |
| 5 | +[![Coverage Status][ico-coverage]][link-coverage] |
| 6 | +[![Quality Score][ico-code-quality]][link-code-quality] |
| 7 | +[![Go Report Card][ico-go-report-card]][link-go-report-card] |
| 8 | +[![Go Dev Reference][ico-go-dev-reference]][link-go-dev-reference] |
| 9 | +[![Software License][ico-license]][link-licence] |
| 10 | + |
| 11 | +2D geometry library for game development. |
| 12 | + |
| 13 | + |
| 14 | +## Installation |
| 15 | + |
| 16 | +```bash |
| 17 | +go get github.com/gravitton/geometry |
| 18 | +``` |
| 19 | + |
| 20 | + |
| 21 | +## Usage |
| 22 | + |
| 23 | +```go |
| 24 | +package main |
| 25 | + |
| 26 | +import ( |
| 27 | + "github.com/gravitton/geometry" |
| 28 | +) |
| 29 | +``` |
| 30 | + |
| 31 | + |
| 32 | +## Credits |
| 33 | + |
| 34 | +- [Tomáš Novotný](https://github.com/tomas-novotny) |
| 35 | +- [All Contributors][link-contributors] |
| 36 | + |
| 37 | + |
| 38 | +## License |
| 39 | + |
| 40 | +The MIT License (MIT). Please see [License File][link-licence] for more information. |
| 41 | + |
| 42 | + |
| 43 | +[ico-license]: https://img.shields.io/github/license/gravitton/geometry.svg?style=flat-square&colorB=blue |
| 44 | +[ico-workflow]: https://img.shields.io/github/actions/workflow/status/gravitton/geometry/main.yml?branch=main&style=flat-square |
| 45 | +[ico-release]: https://img.shields.io/github/v/release/gravitton/geometry?style=flat-square&colorB=blue |
| 46 | +[ico-go-dev-reference]: https://img.shields.io/badge/go.dev-reference-blue?style=flat-square |
| 47 | +[ico-go-report-card]: https://goreportcard.com/badge/github.com/gravitton/geometry?style=flat-square |
| 48 | +[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/gravitton/geometry/main.svg?style=flat-square |
| 49 | +[ico-code-quality]: https://img.shields.io/scrutinizer/g/gravitton/geometry.svg?style=flat-square |
| 50 | + |
| 51 | +[link-author]: https://github.com/gravitton |
| 52 | +[link-release]: https://github.com/gravitton/geometry/releases |
| 53 | +[link-contributors]: https://github.com/gravitton/geometry/contributors |
| 54 | +[link-licence]: ./LICENSE.md |
| 55 | +[link-changelog]: ./CHANGELOG.md |
| 56 | +[link-workflow]: https://github.com/gravitton/geometry/actions |
| 57 | +[link-go-dev-reference]: https://pkg.go.dev/github.com/gravitton/geometry |
| 58 | +[link-go-report-card]: https://goreportcard.com/report/github.com/gravitton/geometry |
| 59 | +[link-coverage]: https://scrutinizer-ci.com/g/gravitton/geometry/code-structure |
| 60 | +[link-code-quality]: https://scrutinizer-ci.com/g/gravitton/geometry |
0 commit comments