C | |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
gioui.org/app/internal/log | |
gioui.org/f32 | Package f32 is a float32 implementation of package image's Point and affine transformations. |
gioui.org/font/gofont | Package gofont exports the Go fonts as a text.Collection. |
gioui.org/gpu | Package gpu implements the rendering of Gio drawing operations. |
gioui.org/internal/cocoainit | Package cocoainit initializes support for multithreaded programs in Cocoa. |
gioui.org/internal/f32 | Package f32 is an internal version of the public package f32 with extra types for internal use. |
gioui.org/internal/ops | |
gioui.org/io/clipboard | |
gioui.org/io/event | Package event contains types for event handling. |
gioui.org/io/key | Package key implements key and text events and operations. |
gioui.org/io/pointer | Package pointer implements pointer events and operations. |
gioui.org/io/profile | |
gioui.org/io/router | |
gioui.org/io/system | |
gioui.org/layout | Package layout implements layouts common to GUI programs. |
gioui.org/op | Package op implements operations for updating a user interface. |
gioui.org/unit | Package unit implements device independent units. |
gioui.org/widget | Package widget implements state tracking and event handling of common user interface controls. |
gioui.org/widget/material | Package material implements the Material design. |
image | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
runtime/cgo | Package cgo contains runtime support for code generated by the cgo tool. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |