Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madh93/qt5-astarpathfinding
Pathfinding in Qt5 using A* search algorithm
https://github.com/madh93/qt5-astarpathfinding
c-plus-plus gui pathfinding qt5 search-algorithm
Last synced: 2 months ago
JSON representation
Pathfinding in Qt5 using A* search algorithm
- Host: GitHub
- URL: https://github.com/madh93/qt5-astarpathfinding
- Owner: Madh93
- License: gpl-2.0
- Created: 2015-03-04T01:38:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T23:20:22.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T10:26:36.552Z (almost 2 years ago)
- Topics: c-plus-plus, gui, pathfinding, qt5, search-algorithm
- Language: C++
- Size: 191 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt5-AStarPathfinding
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
Pathfinding in Qt5 using A* search algorithm for the subject *Inteligencia Artificial* at [Universidad de La Laguna](https://www.ull.es).
## Requirements
- [Qt](https://qt.io)
The source code can be found under [IA](IA/) directory. It has been tested on Qt 4.8, Qt 5.15 and Qt 6.5 under GNU/Linux.
## Useful Links
- [Qt](https://www.qt.io)
- [Qt Docs](https://doc.qt.io)
- [A* search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm)
- [Computer Science at Universidad de La Laguna](https://www.ull.es/grados/ingenieria-informatica)## License
This project is licensed under the [GPL v2 license](LICENSE).