https://github.com/ainoraz/gdx-map
Viewing and adding information to static maps
https://github.com/ainoraz/gdx-map
libgdx-desktop map-viewer static-maps
Last synced: 3 months ago
JSON representation
Viewing and adding information to static maps
- Host: GitHub
- URL: https://github.com/ainoraz/gdx-map
- Owner: AinoraZ
- License: mit
- Created: 2018-05-11T16:56:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T12:25:45.000Z (about 8 years ago)
- Last Synced: 2025-03-09T21:16:36.574Z (over 1 year ago)
- Topics: libgdx-desktop, map-viewer, static-maps
- Language: Java
- Homepage:
- Size: 21.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gdx-map
*Made as a University project*
A little application for viewing static map images and placing bookmarks with information on them.
Written using the LibGDX library.
**DISCLAIMER:**
The images are missing from this project. If you would like to run this project, add `map.png` and `flag.png`
to `core/assets`
## Compiling and Running:
`gradle desktop:dist`
`cd desktop/build/libs`
`java -jar desktop-1.0.jar`