package
4.1.1
Repository: https://github.com/oakmound/oak.git
Documentation: pkg.go.dev

# README

Sprite demo

Hold down k to have more gophers bouncing around!

text

This demo is designed to mirror this ebiten demo. This demo performs worse than ebiten, because oak does not as of writing use openGL, and because ebiten's screen size is a quarter of oak's.

The gopher image used is from gophericons, based on Renee French under Creative Commons 3.0 Attributions.

# Functions

NewGopher creates a gopher sprite to bounce around.

# Structs

Gopher is a basic bouncing renderable.