Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.46 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.46 KB

wandi

go.dev reference

The wandi project specifies common interfaces used for window creation, event handling and image drawing. It is heavily inspired by go.wde.

Implementations

The current implementations of wandi.Drawable are listed below:

The current implementations of wandi.Image are listed below:

The current implementations of wandi.Window are listed below:

  • SDL backend
  • SFML backend
    • window.Window: graphical window capable of handling draw operations and window events.