C | |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fyne-io/mobile/event/size | Package size defines an event for the dimensions, physical resolution and orientation of the app's window. |
github.com/fyne-io/mobile/exp/f32 | Package f32 implements some linear algebra and GL helpers for float32s. |
github.com/fyne-io/mobile/geom | Package geom defines a two-dimensional coordinate system. |
github.com/fyne-io/mobile/gl | Package gl implements Go bindings for OpenGL ES 2.0 and ES 3.0. |
image | Package image implements a basic 2-D image library. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |