Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multirious/limited-direction
https://github.com/multirious/limited-direction
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/multirious/limited-direction
- Owner: Multirious
- License: mit
- Created: 2023-01-31T15:53:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T14:24:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T13:34:17.265Z (19 days 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.![ezgif-3-a59064abd0](https://user-images.githubusercontent.com/77918086/216059696-e1ebe2f9-fd84-4413-88ff-a1ccf36b343a.gif)
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)