Skip to content

ApoorvaChandraS/cg-screensaver-project

Repository files navigation

CG Project - IT255 (Concept Screensaver using Basic Algorithms)

Authors: Apoorva Chandra S, Dilip Mallya, R Kaushik, Kartik Sreenivasan, S Avinash

Info: The platform we are using is OpenGL but we are implementing even the most basic primitives such as lines, polygons using our own functions and libraries. All these programs are written in C and compiled by the gcc compiler on Linux platform.

The file OpeningScreen.c is the opening screen that you view when you execute the program. The program is run using the script exec (./exec filename).

To compile and run: On Linux- give execute permissions to the script named 'exec' ,

  • sudo chmod ugo+x exec

compile and run using,

  • ./exec OpeningScreen.c

About

4th sem graphics project utilizing basic principles and algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages