package
0.0.0-20241125061308-1c09cdca7836
Repository: https://github.com/bfanger/clock.git
Documentation: pkg.go.dev
# Functions
ImageFromBytes downloads the image from the web.
ImageFromFile loads an image from disk.
ImageFromSurface creates an Image from a surface.
ImageFromTexture creates an Image from a texture.
ImageHeight get the height of the image.
ImageWidth get the width of the image.
NewEngine create a new engine.
NewFps create a new Frames per second counter.
NewGauge creates a new Gauge.
NewSprite creates a new sprite.
NewText creates new Text layer.
# Structs
No description provided by the author
Container a collection of Composers.
Engine handles the event- & render-loop.
Fps counter.
Gauge clips a pie piece from an Image.
Image is the result of a paint and the base ingredient for the Compose().
Sprite a thing to display on screen.
Text manages text.