L-system: offer help via F1
parent
7da4fc5dca
commit
d75f686a68
|
@ -1,9 +1,10 @@
|
||||||
|
|
||||||
USING: accessors arrays assocs calendar colors
|
USING: accessors arrays assocs calendar colors
|
||||||
combinators.short-circuit kernel locals math math.functions
|
combinators.short-circuit help.markup help.syntax kernel locals
|
||||||
math.matrices math.order math.parser math.trig math.vectors
|
math math.functions math.matrices math.order math.parser
|
||||||
opengl opengl.demo-support opengl.gl sbufs sequences strings
|
math.trig math.vectors opengl opengl.demo-support opengl.gl
|
||||||
threads ui.gadgets ui.gadgets.worlds ui.gestures ui.render ;
|
sbufs sequences strings threads ui.gadgets ui.gadgets.worlds
|
||||||
|
ui.gestures ui.render ui.tools.workspace ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
@ -455,6 +456,8 @@ H{
|
||||||
drop
|
drop
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ T{ key-down f f "F1" } [ drop "L-system" help-window ] }
|
||||||
|
|
||||||
}
|
}
|
||||||
set-gestures
|
set-gestures
|
||||||
|
@ -477,3 +480,23 @@ set-gestures
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
ARTICLE: "L-system" "L-system"
|
||||||
|
|
||||||
|
"Press 'x' to iterate the L-system." $nl
|
||||||
|
|
||||||
|
"Camera control:"
|
||||||
|
|
||||||
|
{ $table
|
||||||
|
|
||||||
|
{ "a" "Forward" }
|
||||||
|
{ "z" "Backward" }
|
||||||
|
|
||||||
|
{ "LEFT" "Turn left" }
|
||||||
|
{ "RIGHT" "Turn right" }
|
||||||
|
{ "UP" "Pitch down" }
|
||||||
|
{ "DOWN" "Pitch up" }
|
||||||
|
|
||||||
|
{ "q" "Roll left" }
|
||||||
|
{ "w" "Roll right" } } ;
|
||||||
|
|
||||||
|
ABOUT: "L-system"
|
Loading…
Reference in New Issue