Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auspham/dijstrapathfinder
PathFinding Algorithm written in java
https://github.com/auspham/dijstrapathfinder
Last synced: about 2 months ago
JSON representation
PathFinding Algorithm written in java
- Host: GitHub
- URL: https://github.com/auspham/dijstrapathfinder
- Owner: auspham
- Created: 2019-05-16T04:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T13:49:21.000Z (over 5 years ago)
- Last Synced: 2024-10-13T05:49:59.483Z (3 months ago)
- Language: Java
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To compile on server:
javac -cp .:jopt-simple-5.0.2.jar PathFinderTester.java map/*.java pathFinder/*.javaTo run on server, using example1 and all the optional files, apart from output file, specified:
java -cp .:jopt-simple-5.0.2.jar PathFinderTester -v -t terrain1.para -w waypoints1.para example1.paraInstall this for auto watch:
pip install https://github.com/joh/when-changed/archive/master.zip1. run following command:
chmod +x recursiveWatch.bash
chmod +x simpleTest.bash2. Run:
./recursiveWatch.bash3. DijkstraPathFinder.java should be automatically compiled on save. Open a new terminal, run:
./simpleTest.bash
for the first test using example1.