Documentation
¶
Overview ¶
Package ebitendriver implements a termui.TerminalDriver with a graphical terminal emulator using Ebitengine as the backing library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { imgcon.Console commondriver.Driver }
Driver implements a termui.TerminalDriver that uses the Pixel library to implement a graphical terminal emulator with a square font.
func (*Driver) Draw ¶
func (d *Driver) Draw(s *ebiten.Image)
Draw implements the ebiten.Game interface.
Click to show internal directories.
Click to hide internal directories.