static

package
v1.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BRAILLE = func() (runes []rune) {
	bytes := []byte{226, 161, 0}
	for i := byte(128); i < 192; i++ {
		bytes[2] = i
		r, _ := utf8.DecodeRune(bytes)
		runes = append(runes, r)
	}
	return
}()

Functions

This section is empty.

Types

type Static

type Static struct {
	// contains filtered or unexported fields
}

func (*Static) Init

func (s *Static) Init(start image.Image)

func (*Static) Update

func (s *Static) Update(delta time.Duration) image.Image

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL