painter

package
v0.0.0-...-8f920d2 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UpdateOp = updateOp{}

UpdateOp операція, яка не змінює текстуру, але сигналізує, що текстуру потрібно розглядати як готову.

Functions

func GreenFill

func GreenFill(t screen.Texture)

GreenFill зафарбовує тестуру у зелений колір. Може бути викоистана як Operation через OperationFunc(GreenFill).

func ResetScreen

func ResetScreen(t screen.Texture)

func TestLoop_Post_Failure

func TestLoop_Post_Failure(t *testing.T)

func TestLoop_Post_Multiple_Success

func TestLoop_Post_Multiple_Success(t *testing.T)

func TestLoop_Post_Success

func TestLoop_Post_Success(t *testing.T)

func WhiteFill

func WhiteFill(t screen.Texture)

WhiteFill зафарбовує тестуру у білий колір. Може бути викоистана як Operation через OperationFunc(WhiteFill).

Types

type BgRectangle

type BgRectangle struct {
	X1, Y1, X2, Y2 int
}

func (*BgRectangle) Do

func (op *BgRectangle) Do(t screen.Texture) bool

type Figure

type Figure struct {
	X, Y int
	C    color.RGBA
}

func (*Figure) Do

func (op *Figure) Do(t screen.Texture) bool

type Loop

type Loop struct {
	Receiver Receiver

	MsgQueue messageQueue
	// contains filtered or unexported fields
}

func (*Loop) Post

func (l *Loop) Post(op Operation)

func (*Loop) Start

func (l *Loop) Start(s screen.Screen)

func (*Loop) StopAndWait

func (l *Loop) StopAndWait()

type Mock

type Mock struct {
	mock.Mock
}

func (*Mock) Bounds

func (mockTexture *Mock) Bounds() image.Rectangle

func (*Mock) Do

func (mockOperation *Mock) Do(t screen.Texture) bool

func (*Mock) Fill

func (mockTexture *Mock) Fill(dr image.Rectangle, src color.Color, op draw.Op)

func (*Mock) NewBuffer

func (_ *Mock) NewBuffer(size image.Point) (screen.Buffer, error)

func (*Mock) NewTexture

func (mockScreen *Mock) NewTexture(size image.Point) (screen.Texture, error)

func (*Mock) NewWindow

func (_ *Mock) NewWindow(opts *screen.NewWindowOptions) (screen.Window, error)

func (*Mock) Release

func (mockTexture *Mock) Release()

func (*Mock) Size

func (mockTexture *Mock) Size() image.Point

func (*Mock) Update

func (mockReceiver *Mock) Update(texture screen.Texture)

func (*Mock) Upload

func (mockTexture *Mock) Upload(dp image.Point, src screen.Buffer, sr image.Rectangle)

type Move

type Move struct {
	X, Y    int
	Figures []*Figure
}

func (*Move) Do

func (op *Move) Do(t screen.Texture) bool

type Operation

type Operation interface {
	// Do виконує зміну операції, повертаючи true, якщо текстура вважається готовою для відображення.
	Do(t screen.Texture) (ready bool)
}

Operation змінює вхідну текстуру.

type OperationFunc

type OperationFunc func(t screen.Texture)

OperationFunc використовується для перетворення функції оновлення текстури в Operation.

func (OperationFunc) Do

func (f OperationFunc) Do(t screen.Texture) bool

type OperationList

type OperationList []Operation

OperationList групує список операції в одну.

func (OperationList) Do

func (ol OperationList) Do(t screen.Texture) (ready bool)

type Receiver

type Receiver interface {
	Update(t screen.Texture)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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