Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 752 Bytes

Nuclear-Power-Plant

This repository consists of working of a Nuclear Power Plant implemented using the OpenGL library in C. Each function is commented so that you find what you are looking for easily 👀. If you optimize the code don't forget to create a pull request 😉. The report contains all the info regarding the projects along with the output of the program. The synopsis consists of overview of the project along with requirements 💻.

Installing the OpenGL library in Ubuntu

sudo apt-get install freeglut3-dev

You are all set!:smiley: The above command installs all the necessary packages.:100:

Execution Steps

Compiling the program

gcc NPP.c -lGL -lGLU -lglut -lm

Displaying the output

./a.out