Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 425 Bytes

File metadata and controls

10 lines (7 loc) · 425 Bytes

QtRandomWalker

Stage 1: Walker based on randomly selecting up/down/left/right direction Demo_1

Stage 2: Walker based on creating direction vector b/w -1 to 1 and drawing lines to stitch the path Demo_2

Stage 3: Walker based on Levy's flight which jumps off to some other region after hovering in the same region for some time. Demo_3