Documentation
¶
Overview ¶
Package piebiten enables running your game using the Ebitengine backend.
Ebitengine is a cross-platform game engine that supports Windows, macOS, Linux, FreeBSD, web browsers, Android, iOS, and even Nintendo Switch.
To launch your game, use Run or RunOrErr.
This package also provides advanced functions for integrating Pi with your own Ebitengine-based game, such as CopyCanvasToEbitenImage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RememberWindow = false
RememberWindow determines whether the game should open at its last window position, size, and monitor when set to true
Functions ¶
func CopyCanvasToEbitenImage ¶
CopyCanvasToEbitenImage copies the canvas to dst using the current palette in pi.Palette and the palette mapping in pi.PaletteMapping.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.