Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TR-SLimey/gopoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TR-SLimey committed Dec 31, 2020
2 parents df320b7 + 81567f4 commit 0f36228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A very simple Go library for creating shapes on a 2D plane out of points, using

## Use cases

Can be used for any number of things, but my primary use-case is generating images made of 2D, 1D or 0D shapes, such as the [example image](https://github.com/TR-SLimey/gopoints/blob/master/examples/CreatePngImage.png?raw=true) generated with `examples/CreatePngImage.go`:
Can be used for any number of things, but my primary use-case is generating images made of 2D shapes, such as the [example image](https://github.com/TR-SLimey/gopoints/blob/master/examples/CreatePngImage.png?raw=true) generated with `examples/CreatePngImage.go`:

![example image](https://github.com/TR-SLimey/gopoints/blob/master/examples/CreatePngImage.png?raw=true)

Expand Down

0 comments on commit 0f36228

Please sign in to comment.