exp: golang.org/x/exp/shiny/driver/gldriver Index | Files | Directories

Packages imported by gldriver

PathSynopsis
CPackage C is a "pseudo-package" used to access the C namespace from a cgo source file.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/exp/shiny/driver/internal/drawerPackage drawer provides functions that help implement screen.Drawer methods.
golang.org/​x/​exp/​shiny/​driver/​internal/​errscreenPackage errscreen provides a stub Screen implementation.
golang.org/x/exp/shiny/driver/internal/eventPackage event provides an infinitely buffered event queue.
golang.org/x/exp/shiny/driver/internal/x11keyx11key contains X11 numeric codes for the keyboard and mouse.
golang.org/x/exp/shiny/screenPackage screen provides interfaces for portable two-dimensional graphics and input events.
golang.org/x/image/math/f64Package f64 implements float64 vector and matrix types.
golang.org/x/mobile/event/lifecyclePackage lifecycle defines an event for an app's lifecycle.
golang.org/x/mobile/event/mousePackage mouse defines an event for mouse input.
golang.org/x/mobile/event/paintPackage paint defines an event for the app being ready to paint.
golang.org/x/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
golang.org/x/mobile/geomPackage geom defines a two-dimensional coordinate system.
golang.org/x/mobile/glPackage gl implements Go bindings for OpenGL ES 2.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
mathPackage math provides basic constants and mathematical functions.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.