Skip to content

braxpark/Path-Visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path-Visualisation

alt text

Background

This project aims to allow visual understanding of some common search algorithms. The current project supports the Grid view. In the future, a Tree view will also be supported.

Build Using Premake5

This project utilizes premake to build because of its simplicity. It is known to correctly build and run with Visual Studio 2022. It should "in theory" work with other targets such as GNU Makefiles. This project currently only supports Windows.
To build for Visual Studio 2022, run:

premake5 vs2022

in the root directory of this repository (the same directory in which the premake5.lua script lives).

Resources

Dear ImGui
SFML
Premake5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published