fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.4k stars 358 forks source link

Support for fs.FS (for embedded files, ideally) and module support #171

Open jbuchbinder opened 2 years ago

jbuchbinder commented 2 years ago

This adds support for fs.FS filesystems (which are used for go:embed directives, etc) as well as go module support.

harrisonhjones commented 2 years ago

@fogleman I'm particularly interested in this PR. Do you want/need any help reviewing it? Are you looking for contributors/admins to help you manage this package?

sbinet commented 1 year ago

FYI, I have added something along these lines in "my" fork of gg: