https://github.com/slashformotion/posgraph
https://github.com/slashformotion/posgraph
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slashformotion/posgraph
- Owner: slashformotion
- Created: 2023-03-14T20:43:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T20:55:46.000Z (about 2 years ago)
- Last Synced: 2025-01-05T13:44:03.636Z (5 months ago)
- Language: Go
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PosGraph
Posgraph is a little program that I built for my Optimisation course at the University of Ljubljana.
Posgraph takes a image path as an argument and give you an interface to create points and name them.Right click to position the point, and Enter to validate. Then enter the name of the point on the terminal. When you are done creating points, close the GUI window.
The program will print a python code using matplotlib and the networkx library.```shell
git clone https://github.com/slashformotion/posgraph
go get
go build
./posgraph france.jpg
```Please note that I used Ebiten as a graphic engine, thus the binary can't be build statically.