Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batyleo/tp_warcraft
https://github.com/batyleo/tp_warcraft
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/batyleo/tp_warcraft
- Owner: BatyLeo
- Created: 2023-11-28T21:50:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:15:58.000Z (27 days ago)
- Last Synced: 2024-12-10T16:30:52.332Z (27 days ago)
- Language: Julia
- Size: 841 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shortest paths on Warcraft images TP
## Get started
1) Before running the notebook, please download the [dataset](http://cermics.enpc.fr/~bouvierl/warcraft_TP/data.zip) and place it in a
`/data` folder in this repository.2) Open a Julia REPL in the folder of this repo, and run:
```julia
using Pluto
Pluto.run()
```
A browser window opens, select the `notebook.jl` notebook.