Handbook
Glossary
run5 ( -- )
Vocabulary
nehe
.
5
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
ui.pixel-formats
;
IN:
nehe.5
:
run5
( -- )
[
f
T{
world-attributes
{
title
"NeHe Tutorial 5"
}
{
pixel-format-attributes
{
windowed
double-buffered
T{
depth-bits
{
value 16
}
}
}
}
{
pref-dim
{
256 256
}
}
}
clone
<nehe5-gadget>
>>gadgets
open-window
]
with-ui
;