Skip to content

Implementation of working of a Nuclear Power Plant using the OpenGL library in C.

Notifications You must be signed in to change notification settings

melwinlobo18/Nuclear-Power-Plant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of working of a Nuclear Power Plant using the OpenGL library in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages