Handbook
Glossary
fluids ( -- )
Vocabulary
fluids
Inputs
None
Outputs
None
Definition
USING:
game.worlds
kernel
ui
ui.pixel-formats
;
IN:
fluids
:
fluids
( -- )
[
f
T{
game-attributes
{
world-class
fluids-world
}
{
title
"Fluids Test"
}
{
pixel-format-attributes
{
windowed
double-buffered
T{
depth-bits
{
value 24
}
}
}
}
{
pref-dim
{
1024 768
}
}
{
tick-interval-nanos 16666666
}
}
clone
open-window
]
with-ui
;