https://github.com/multirious/limited-direction
https://github.com/multirious/limited-direction
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multirious/limited-direction
- Owner: Multirious
- License: mit
- Created: 2023-01-31T15:53:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T14:24:20.000Z (over 3 years ago)
- Last Synced: 2025-06-19T10:55:56.158Z (about 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
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.

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)