Crate simple

Source
Expand description

§simple

The simplest graphics library, inspired by LOVE2D. See the README for more information.

Homepage: https://github.com/alexandercampbell/simple

Structs§

Font
Font is a way to render text, loaded from a specially formatted image.
Image
Image represents a texture that can be drawn on the screen.
Point
Immutable point type, consisting of x and y.
Rect
A (non-empty) rectangle.
Window
A Window can display graphics and handle events.

Enums§

Event
Event is an enumeration of the effects that a user can have on a running Window.
Key
MouseButton

Type Aliases§

Polygon
Polygon is a list of points with no special checking.