| Crates.io | limited_direction |
| lib.rs | limited_direction |
| version | 0.2.0 |
| created_at | 2023-02-01 13:43:21.294088+00 |
| updated_at | 2023-02-01 14:24:40.845481+00 |
| description | Find path to any direction and distance but with limited directions |
| homepage | |
| repository | https://github.com/Multirious/rigid_walk |
| max_upload_size | |
| id | 773706 |
| size | 32,208 |
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.

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)