Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 492 Bytes

Graphs

Basic Swift Graph structures with no library dependencies

Purpose of this library

  • Cross-platform Swift friendly
  • Focus on graphs and algorithms needed in gaming. Elminate the need for any 2D GameplayKit algorithms
  • Focus on test coverage and readability over accomplishing the best performance for some functions. Performance can improve in time as test benchmarks are added and recorded, but thorough test cases should help make that migration easier without regressions.