Category:Go Graphics: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added brief details for Go Graphics library.)
 
(Added library template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{library}}
[https://github.com/fogleman/gg Go Graphics] is a library for rendering 2D graphics in pure Go using a simple API.
[https://github.com/fogleman/gg Go Graphics] is a library for rendering 2D graphics in pure Go using a simple API.

Its use is subject to the [https://github.com/fogleman/gg/blob/master/LICENSE.md MIT license].

Latest revision as of 22:55, 27 March 2021

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Go Graphics is a library for rendering 2D graphics in pure Go using a simple API.

Its use is subject to the MIT license.