Skip to content

An OpenGL visualizer for operations on a Singlly Linked List.

Notifications You must be signed in to change notification settings

AdityaSingh17/SingllyLinkedListVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

SingllyLinkedListVisualizer

An OpenGL visualizer for operations on a Singlly Linked List.

Setting up the environment in Ubuntu

Requirement: GCC Compiler (7.5.0 +)

Use the following commands to get FreeGLUT, open source alternative for OpenGL:

sudo apt update
sudo apt-get install freeglut3-dev
sudo apt-get install mesa-utils
sudo apt-get install libxmu-dev libxi-dev

Compilation command:

g++ sllvisualizer.cpp -lGL -lGLU -lglut

Execution command:

./a.out

Running the Visualizer

  • The choice of operation is passed to the program by a menu. The menu is accessed by the right mouse click, the user then selects the operation to perfom.
  • The program takes the necessary input via the terminal and displays the updated Singlly Linked List on the window.

About

An OpenGL visualizer for operations on a Singlly Linked List.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages