Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).

Demo

## 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).