mobilegolang.org/x/mobile/exp/sprite/portable Index | Files

package portable

import "golang.org/x/mobile/exp/sprite/portable"

Package portable implements a sprite Engine using the image package.

It is intended to serve as a reference implementation for testing other sprite Engines written against OpenGL, or other more exotic modern hardware interfaces.

Index

Functions

func Engine

func Engine(dst *image.RGBA) sprite.Engine

Engine builds a sprite Engine that renders onto dst.

Source Files

portable.go

Version
v0.0.0-20250210185054-b38b8813d607 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
8 packages
Last checked
1 month ago

Tools for package owners.