GitHub topics: io2d
OliverKohl/Route-Planning-Project
A route planner built in C++ that uses OpenStreetMap data, A* search and the IO2D visualization library to find a path between two points on a real-world map.
Language: C++ - Size: 1.16 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

rawat-divyanshu/OpenStreetMap-Route-Planner
This is the repo for Route Planning project in which we find a route planner that plots a path between two points on a map using real map data from the OpenStreeMap project using 2D graphics library IO2D and A* Search Algorithm.
Language: C++ - Size: 2.41 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

imehrdadmahdavi/street-route-planner
Using real map data and A* search to find a path between two points - implemented using C++17
Language: C++ - Size: 2.21 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

NeziheSozen/Udacity-CPP-Nanodegree-Build-an-OpenStreetMap-Route-Planner
Udacity C++ Nanodegree Program- Build an OpenStreetMap Route Planner
Language: C++ - Size: 1.17 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

pre-eth/OpenStreetMap-Route-Planner
This repo contains my code for the Route Planning project in Course 1 of the Udacity C++ Nanodegree. I used C++ Fundamentals along with the A* Search algorithm to implement a simple little path plotting program on top of starter code provided by Udacity that handled rendering.
Language: C++ - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

xichen-de/RoutePlanner
This is a tool for route planning with OpenStreetMap. To use it, you need to provide an OpenStreetMap XML (*.osm) and specify the start and end point. The program then calculates the shortest path using Dijkstra's algorithm and visualizes the result.
Language: C++ - Size: 3.7 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Lorioux/project-openstreetmap-cpp-app
Simple app for Autonomous Systems (Cars/Robots) Route/Path Planning.
Language: C++ - Size: 2.43 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eslam69/OpenStreetMap-Route_Planning
cpp17 implementation of A* Search Algorithm for finding the shortest path between two nodes on OpenStreetMap data
Language: C++ - Size: 2.43 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

macvincent/CppND-Route-Planning-Project
Makes use of the C++ IO2D library to render a 2D model of a map showing the shortest path between two nodes determined using the A-Star path finding algorithm
Language: C++ - Size: 962 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 2
