bunny-window ( -- )


Vocabulary
bunny

Inputs
None

Outputs
None

Definition


: bunny-window ( -- )
[
f
T{ world-attributes
{ world-class bunny-world }
{ title "Bunny" }
{ pixel-format-attributes
{
windowed
double-buffered
T{ depth-bits { value 16 } }
}
}
{ pref-dim { 640 480 } }
}
clone
open-window
] with-ui ;