Skip to content

pnpninja/GraphicsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project was made in C++ and C using OpenGL Libraries

Group members of this project include-

  • Jashan Shetty - 12IT26
  • Prateek Narendra - 12IT50
  • R Gokul Shanth - 12IT52

This project has 4 files,

  • Scaling.c
  • TranslationRotation.c
  • NoLineClipping.c
  • LineClipping.c

The project has been compiled on CodeBlocks where the GL library files are included in the source path. The first four programs can also be executed in Linux using these:

gcc -o <filename> <source-code file> -lm -lGLU -lglut -lGL

The first three programs takes input from the user a rectangle and the scaling factor, rotation angle and the translating factor and gives the desired output.

About

SImple Computer Graphics Concepts are implemented using GLUT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages