#direction #distance #limited #find #path #multiple #angle

limited_direction

Find path to any direction and distance but with limited directions

1 unstable release

0.2.0 Feb 1, 2023
0.1.1 Feb 1, 2023
0.1.0 Feb 1, 2023

#2347 in Algorithms

Download history 3/week @ 2024-02-20 17/week @ 2024-02-27 9/week @ 2024-03-26 42/week @ 2024-04-02

51 downloads per month

MIT license

12KB
219 lines

limited-direction

My algorithm that find path to any direction and distance but with limited directions Seems to be support multiple directions but I'm not sure what is not supported. And I doesn't really know if this algorithm has already been made. I just can't find anything else on the internet so I made one.

ezgif-3-a59064abd0

Read the code of the example to see keybindings.

cargo run --example visualize to see visualization

cargo run --example snowflake to see visualize multiple angle at once (It's kinda beautiful)


lib.rs:

My algorithm that find path to any direction and distance but with limited directions Seems to be support multiple directions but I'm not sure what is not supported.

Read the code of the example to see keybindings. cargo run --example visualize to see visualization cargo run --example snowflake to see visualize multiple angle at once (It's kinda beautiful)

No runtime deps