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

# README

window

The window package a common interface for oak-created windows. It essentially exists as a way for oak and scene to depend on one another without causing an import loop.

# Interfaces

App is an interface of methods available to all oak programs.
Window is an interface of methods on an oak.Window available on platforms which have distinct app windows (osx, linux, windows).