Directories
¶
| Path | Synopsis |
|---|---|
|
_workspace
|
|
|
src/bitbucket.org/zombiezen/gopdf/pdf
Package pdf implements a Portable Document Format writer, as defined in ISO 32000-1.
|
Package pdf implements a Portable Document Format writer, as defined in ISO 32000-1. |
|
src/github.com/ajstarks/svgo
Package svg generates SVG as defined by the Scalable Vector Graphics 1.1 Specification (<http://www.w3.org/TR/SVG11/>).
|
Package svg generates SVG as defined by the Scalable Vector Graphics 1.1 Specification (<http://www.w3.org/TR/SVG11/>). |
|
src/github.com/ajstarks/svgo/barchart
command
barchart - bar chart
|
barchart - bar chart |
|
src/github.com/ajstarks/svgo/benchviz
command
benchviz: visualize benchmark data from benchcmp
|
benchviz: visualize benchmark data from benchcmp |
|
src/github.com/ajstarks/svgo/cube
command
cube: draw cubes
|
cube: draw cubes |
|
src/github.com/ajstarks/svgo/f50
command
|
|
|
src/github.com/ajstarks/svgo/fe
command
|
|
|
src/github.com/ajstarks/svgo/float
Package svg generates SVG as defined by the Scalable Vector Graphics 1.1 Specification (<http://www.w3.org/TR/SVG11/>).
|
Package svg generates SVG as defined by the Scalable Vector Graphics 1.1 Specification (<http://www.w3.org/TR/SVG11/>). |
|
src/github.com/ajstarks/svgo/ltr
command
|
|
|
src/github.com/ajstarks/svgo/pattern
command
pattern: test the pattern function
|
pattern: test the pattern function |
|
src/github.com/ajstarks/svgo/picserv
command
picserv: serve pictures
|
picserv: serve pictures |
|
src/github.com/ajstarks/svgo/rl
command
|
|
|
src/github.com/ajstarks/svgo/rpd
command
|
|
|
src/github.com/ajstarks/svgo/rr
command
radar roadmap (via Ernst and Young)
|
radar roadmap (via Ernst and Young) |
|
src/github.com/ajstarks/svgo/shotchart
command
shotchart: make NBA shotcharts
|
shotchart: make NBA shotcharts |
|
src/github.com/ajstarks/svgo/svgplay
command
svgplay: sketch with SVGo, (derived from the old misc/goplay), except: (1) only listen on localhost, (default port 1999) (2) always render html, (3) SVGo default code,
|
svgplay: sketch with SVGo, (derived from the old misc/goplay), except: (1) only listen on localhost, (default port 1999) (2) always render html, (3) SVGo default code, |
|
src/github.com/ajstarks/svgo/tsg
command
|
|
|
src/github.com/boltdb/bolt
Package bolt implements a low-level key/value store in pure Go.
|
Package bolt implements a low-level key/value store in pure Go. |
|
src/github.com/golang/freetype
The freetype package provides a convenient API to draw text onto an image.
|
The freetype package provides a convenient API to draw text onto an image. |
|
src/github.com/golang/freetype/raster
Package raster provides an anti-aliasing 2-D rasterizer.
|
Package raster provides an anti-aliasing 2-D rasterizer. |
|
src/github.com/golang/freetype/truetype
Package truetype provides a parser for the TTF and TTC file formats.
|
Package truetype provides a parser for the TTF and TTC file formats. |
|
src/github.com/gonum/floats
Package floats provides a set of helper routines for dealing with slices of float64.
|
Package floats provides a set of helper routines for dealing with slices of float64. |
|
src/github.com/llgcode/draw2d
Package draw2d is a pure go 2D vector graphics library with support for multiple output devices such as images (draw2d), pdf documents (draw2dpdf) and opengl (draw2dgl), which can also be used on the google app engine.
|
Package draw2d is a pure go 2D vector graphics library with support for multiple output devices such as images (draw2d), pdf documents (draw2dpdf) and opengl (draw2dgl), which can also be used on the google app engine. |
|
src/github.com/llgcode/draw2d/draw2dgl
Package draw2dgl provides a graphic context that can draw vector graphics and text on OpenGL.
|
Package draw2dgl provides a graphic context that can draw vector graphics and text on OpenGL. |
|
src/github.com/llgcode/draw2d/draw2dkit
Package draw2dkit provides helpers to draw common figures using a Path
|
Package draw2dkit provides helpers to draw common figures using a Path |
|
src/github.com/llgcode/draw2d/draw2dpdf
Package draw2dpdf provides a graphic context that can draw vector graphics and text on pdf file with the gofpdf package.
|
Package draw2dpdf provides a graphic context that can draw vector graphics and text on pdf file with the gofpdf package. |
|
src/github.com/llgcode/draw2d/samples
Package samples provides examples which can be used with different backends.
|
Package samples provides examples which can be used with different backends. |
|
src/github.com/llgcode/draw2d/samples/android
Package android draws an android avatar.
|
Package android draws an android avatar. |
|
src/github.com/llgcode/draw2d/samples/frameimage
Package frameimage centers a png image and rotates it.
|
Package frameimage centers a png image and rotates it. |
|
src/github.com/llgcode/draw2d/samples/geometry
Package geometry draws some geometric tests.
|
Package geometry draws some geometric tests. |
|
src/github.com/llgcode/draw2d/samples/gopher
Package gopher draws a gopher avatar based on a svg of: https://github.com/golang-samples/gopher-vector/
|
Package gopher draws a gopher avatar based on a svg of: https://github.com/golang-samples/gopher-vector/ |
|
src/github.com/llgcode/draw2d/samples/gopher2
Package gopher2 draws a gopher avatar based on a svg of: https://github.com/golang-samples/gopher-vector/
|
Package gopher2 draws a gopher avatar based on a svg of: https://github.com/golang-samples/gopher-vector/ |
|
src/github.com/llgcode/draw2d/samples/helloworld
Package helloworld displays multiple "Hello World" (one rotated) in a rounded rectangle.
|
Package helloworld displays multiple "Hello World" (one rotated) in a rounded rectangle. |
|
src/github.com/llgcode/draw2d/samples/helloworldgl
command
Open an OpenGl window and display a rectangle using a OpenGl GraphicContext
|
Open an OpenGl window and display a rectangle using a OpenGl GraphicContext |
|
src/github.com/llgcode/draw2d/samples/line
Package line draws vertically spaced lines.
|
Package line draws vertically spaced lines. |
|
src/github.com/llgcode/draw2d/samples/linecapjoin
Package linecapjoin demonstrates the different line caps and joins.
|
Package linecapjoin demonstrates the different line caps and joins. |
|
src/github.com/llgcode/draw2d/samples/postscript
Package postscript reads the tiger.ps file and draws it to a backend.
|
Package postscript reads the tiger.ps file and draws it to a backend. |
|
src/github.com/llgcode/draw2d/samples/postscriptgl
command
Open a OpenGL window and display a tiger interpreting a postscript file
|
Open a OpenGL window and display a tiger interpreting a postscript file |
|
src/golang.org/x/image/draw
Package draw provides image composition functions.
|
Package draw provides image composition functions. |
|
src/golang.org/x/image/font
Package font defines an interface for font faces, for drawing text on an image.
|
Package font defines an interface for font faces, for drawing text on an image. |
|
src/golang.org/x/image/font/basicfont
Package basicfont provides fixed-size font faces.
|
Package basicfont provides fixed-size font faces. |
|
src/golang.org/x/image/font/plan9font
Package plan9font implements font faces for the Plan 9 font and subfont file formats.
|
Package plan9font implements font faces for the Plan 9 font and subfont file formats. |
|
src/golang.org/x/image/math/f64
Package f64 implements float64 vector and matrix types.
|
Package f64 implements float64 vector and matrix types. |
|
src/golang.org/x/image/math/fixed
Package fixed implements fixed-point integer types.
|
Package fixed implements fixed-point integer types. |
|
src/golang.org/x/image/tiff
Package tiff implements a TIFF image decoder and encoder.
|
Package tiff implements a TIFF image decoder and encoder. |
|
src/golang.org/x/image/tiff/lzw
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19.
|
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19. |
Click to show internal directories.
Click to hide internal directories.