Versions in this module Expand all Collapse all v0 v0.12.0 Jan 25, 2021 v0.11.0 Jan 20, 2021 Changes in this version + type Config struct + Accelerated bool + Fullscreen bool + Height int32 + TileManager TileManager + Width int32 + type Driver struct + func NewDriver(cfg Config) *Driver + func (dr *Driver) ClearCache() + func (dr *Driver) Close() + func (dr *Driver) Flush(frame gruid.Frame) + func (dr *Driver) Init() error + func (dr *Driver) PollMsgs(ctx context.Context, msgs chan<- gruid.Msg) error + func (dr *Driver) PreventQuit() + func (dr *Driver) SetScale(scaleX, scaleY float32) + func (dr *Driver) SetTileManager(tm TileManager) + func (dr *Driver) SetWindowTitle(title string) + type TileManager interface + GetImage func(gruid.Cell) *image.RGBA + TileSize func() gruid.Point