program

package
v0.0.0-...-fe4ec41 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Buffer

type Buffer struct {
	Width  int
	Height int
	Pixels []Color
}

type Color

type Color = colorful.Color

type Controls

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

func (*Controls) AddParameter

func (p *Controls) AddParameter(control xl.Control, color xl.Color)

func (*Controls) Apply

func (p *Controls) Apply(player Player)

type Parameter

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

type Player

type Player interface {
	Sender() *artnet.Sender
	Controller() *xl.LaunchControl
}

type Runner

type Runner interface {
	Apply(Player)
	Draw(Player) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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