window

v0.0.1
createWindow(w, h);

Create a GLFW window, if no window was created and a setup function was defined, a Warning is thrown

Arguments

wWindow width
hWindow height

See createWindow in window.h
background(r, g, b, a);

Clear a background with a color

Arguments

rThe red byte
gThe green byte
bThe blue byte
aThe alpha byte

See background in window.h