Add SwiftUI playground page
Protocol oriented A* (A star) pathfinding algorithm implementation in Swift 5 (Playground included).
Add pathfinding to your graph just by implementing the 3 requirements of the Graph protocol.
AStar macOS
command
b
You can now add this package to your project using SPM 🎉
Xcode 11 has a new interface to include packages into your existing projects.
File
Swift Packages
Add Package Dependency...
AStar
To include it in your package manually, add the following dependency to your Package.swift file.
Package.swift
.package(url: "https://github.com/Dev1an/A-Star.git", .branch("master"))
Use import AStar to access the APIs.
import AStar
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
A-Star
Protocol oriented A* (A star) pathfinding algorithm implementation in Swift 5 (Playground included).
Add pathfinding to your graph just by implementing the 3 requirements of the Graph protocol.
Playground
AStar macOS
targer and presscommand
+b
)Swift Package Manager
You can now add this package to your project using SPM 🎉
Using Xcode
Xcode 11 has a new interface to include packages into your existing projects.
File
→Swift Packages
→Add Package Dependency...
AStar
and select this repository.Manualy editing package file
To include it in your package manually, add the following dependency to your
Package.swift
file.Use
import AStar
to access the APIs.