Crate waow

source ·
Expand description

A simple api for creating and drawing to a window

waow is a beginner friendly creative coding library. It provides functionality for creating a window, and preforming various operations about it such as drawing shapes, and reading user input

For a quick start, see the examples

Modules§

  • provides an api for creating shapes to be drawn

Structs§

  • Canvas that can be drawn to and gets displayed on the screen
  • Holds the configuration of the canvas.
  • represents an RGBA color
  • Handles user input events The main struct of the API.

Enums§

  • Represents an input key Symbolic name for a keyboard key.

Traits§

  • Defines the behavior for an app that effects the canvas

Functions§

  • Creates a canvas to draw on