Skip to content

gargraghav/AlgoLucidator

 
 

Repository files navigation

A mini-project for Computer Graphics semester course developed primarily for familiarization and having hands-on experience with OpenGL while also taking a semester's time constraints into consideration.

AlgoLucidator elucidates understanding of algorithms in a fun & interactive way.

Pre-requisites

How to run

  • Clone the repo locally or download the zip.
  • Navigate console to the cloned repo and execute ./install.sh.
  • To compile and run, execute make.
  • If Makefile doesn't work or isn't supported, then:
    • Use the following command to compile: g++ AlgoLucidator.cpp -w -I. -o Algo -lGL -lGLU -lglut.
    • Execute the above compiled program with: ./Algo.
  • Run the executable for further instructions: ./Algo

Screenshots

Insertion Sort

insertion

Bubble Sort

bubble

Dijkstra

dijkstra

Team

License

MIT

About

OpenGL mini-project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%