Handbook
Glossary
<bunny-state> ( -- bunny-state )
Vocabulary
gpu
.
demos
.
bunny
Inputs
None
Outputs
bunny-state
an
object
Definition
USING:
kernel
threads
;
IN:
gpu.demos.bunny
:
<bunny-state>
( -- bunny-state )
bunny-state
new
dup
[
get-bunny-data
]
curry
"Downloading bunny model"
spawn
drop
;