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

package driver

import "golang.org/x/exp/shiny/driver"

Package driver provides the default driver for accessing a screen.

Index

Package Files

driver.go driver_x11.go

func Main

func Main(f func(screen.Screen))

Main is called by the program's main function to run the graphical application.

It calls f on the Screen, possibly in a separate goroutine, as some OS- specific libraries require being on 'the main thread'. It returns when f returns.

Directories

PathSynopsis
gldriverPackage gldriver provides an OpenGL driver for accessing a screen.
internal/drawerPackage drawer provides functions that help implement screen.Drawer methods.
internal/errscreenPackage errscreen provides a stub Screen implementation.
internal/eventPackage event provides an infinitely buffered event queue.
internal/swizzlePackage swizzle provides functions for converting between RGBA pixel formats.
internal/win32Package win32 implements a partial shiny screen driver using the Win32 API.
internal/x11keyx11key contains X11 numeric codes for the keyboard and mouse.
windriverPackage windriver provides the Windows driver for accessing a screen.
x11driverPackage x11driver provides the X11 driver for accessing a screen.

Package driver imports 2 packages (graph) and is imported by 2 packages. Updated about 23 hours ago. Refresh now. Tools for package owners.