limited_direction 0.2.0

Find path to any direction and distance but with limited directions
Documentation
  • Coverage
  • 50%
    6 out of 12 items documented0 out of 9 items with examples
  • Size
  • Source code size: 31.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Multirious/limited-direction
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Multirious

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)