limited_direction

Crates.iolimited_direction
lib.rslimited_direction
version0.2.0
sourcesrc
created_at2023-02-01 13:43:21.294088
updated_at2023-02-01 14:24:40.845481
descriptionFind path to any direction and distance but with limited directions
homepage
repositoryhttps://github.com/Multirious/rigid_walk
max_upload_size
id773706
size32,208
Multirious (Multirious)

documentation

README

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)

Commit count: 11

cargo fmt