Skip to content

Releases: q9f/frontier.rb

lib frontier.rb v0.0.1

17 Dec 09:17
@q9f q9f
v0.0.1
9c47e51
Compare
Choose a tag to compare

lib frontier.rb v0.0.1

Initital point release for the lib frontier.rb allowing to compute cartesian distances between two stars and operate a dijskstra pathfinding on a universe graph.

Changes:

  • Docs: add changelog #2
  • Ci: enable github actions #1
  • Examples: add distance script
  • Examples: add progress tracking
  • Docs: clarify limitations
  • Graph: fix edge case for missing vertices
  • Gem: add usage example
  • Graph: use dijkstra's algorithm for path finding
  • Coords: add class to handle 3d coordinates in space
  • Frontier: add version 0.0.1
  • Coords: Fix coords spec
  • Star: add struct for handling star systems
  • Coords: add class to handle 3d coordinates in space
  • Initial commit for the Frontier library