This repository has been archived on 2023-11-03 . You can view files and clone it, but cannot push or open issues or pull requests.
30695058528261e55ef685092aa7f81c94ef9ea9

Améliore un affichage de chemin de fichier L'utilisateur peut choisir son fichier cible pour l'enregistrement !
GINPA
📡 GINPA Is Not a Position Analyst 📡
Which dependencies to install ?
- git 2.11.0
- gcc >= 4.9.2
- SFML 2.4.0
- CSFML 2.3
- libcurl >= 7.38.0-4
→ # aptitude install git gcc libsfml-dev libcsfml-dev libcurl4-gnutls-dev
How to get, build and run the project ?
$ git clone https://github.com/HorlogeSkynet/GINPA.git
$ cd GINPA/
$ chmod +x setUpWorkingEnvironment.sh && ./setUpWorkingEnvironment.sh
$ make && ./bin/Release/GINPA
Which type of data the project uses ?
GINPA may compute incredible results after having parsed files logs, with lines of the form:
date:tttttttttt,lat:xx.xxxxxx,long:yy.yyyyyy;
tttttttttt
represents the number of seconds since Epoch of a pointxx.xxxxxx
the latitude of a pointyy.yyyyyy
the longitude of a point
Resources & Acknowledgments
Thanks to Dalton Maag Ltd for its font.
Thanks to Madebyolivier for its icons pack.
Thanks to Guillaume Vareille for its TinyFileDialogs code, which is very useful and easy to use.
Thanks to Freepik for its footprints which inspired the GINPA's logo designed by NAERNON.
Description
Languages
C
98.9%
Makefile
1.1%