Module rain2d::core[][src]

rain2d core functionality

Structs

Color

Color representation

RainCore

Engine state

Enums

Key

Reexported from minifb

MouseButton

Reexported from minifb

Constants

BLACK

r: 0, g: 0, b: 0, a: 255

BLUE

r: 0, g: 0, b: 255, a: 255

CYAN

r: 0, g: 255, b: 255, a: 255

GREEN

r: 0, g: 255, b: 0, a: 255

MAGENTA

r: 255, g: 0, b: 255, a: 255

NONE

r: 0, g: 0, b: 0, a: 0

RED

r: 255, g: 0, b: 0, a: 255

WHITE

r: 255, g: 255, b: 255, a: 255

YELLOW

r: 255, g: 255, b: 0, a: 255

Traits

RainApp

Trait used to call event functions from main loop