Skip to content

A tool written in c++ uisng SFML used to visuialize sorting algorithms

Notifications You must be signed in to change notification settings

lennonc1atwit/SFML-sorting-visuialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-sorting-visuialization

A tool written in c++ uisng SFML and ImGui used to visuialize sorting algorithms

Preview Image

Dependicies used

  • OpenGL
  • SFML 2.5
  • ImGui SFML
  • ImGui

The program displays the sorting arrays state in the window and handles user input via ImGui. A sperate thread is used to control the actual sorting algorithm, currently only Insertion Sort and Selection Sort are implmented but I plan to add more in the future.

Implmented Sorts

  • Insertion
  • Selection

This project was done over the course of a weekend, the point of this project was not to demonstate my knowlage of sorting algorithms but to build a simple SFML project to practice implmenting ideas from start to finish and experiment with threads.

About

A tool written in c++ uisng SFML used to visuialize sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages