Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.2 KB

OpenGL (C++)

CG-MINIPROJECT

To execute this go to terminal and execute as follows: g++ main.cpp -lGL -lGLU -lglut

To excute this code one needs to have Open GL

The project is basically a demostration of process scheduling algorithms in the operating system. the algorithms inculded are: 1)Round Robin(RR) 2) First come First serve(FCFS) 3)Shortest Job First(SJF)

Screenshot from 2024-07-28 18-59-23

Screenshot from 2024-07-28 18-59-35

Screenshot from 2024-07-28 18-59-44

Screenshot from 2024-07-28 19-12-27

Screenshot from 2024-07-28 19-12-48

Screenshot from 2024-07-28 19-00-01