Versions in this module Expand all Collapse all v0 v0.3.0 Jul 22, 2025 v0.2.0 Aug 23, 2023 Changes in this version + type Config struct + AppCanvasId string + AppDivId string + Height int + TileManager TileManager + Width int + 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) SetTileManager(tm TileManager) + type TileManager interface + GetImage func(gruid.Cell) image.Image + TileSize func() gruid.Point