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§

shapes
provides an api for creating shapes to be drawn

Structs§

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

Enums§

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

Traits§

Run
Defines the behavior for an app that effects the canvas

Functions§

create
Creates a canvas to draw on