/Open-GL

OpenGL Experiments and Algorithms

Primary LanguageCMIT LicenseMIT

Open-GL

About

  • This repository has been created to implement and learn to write programs in OpenGL.
  • All algorithms are to be implemented using C++ only!

Compiling and Running Open GL Programs

  • Type in the following command to compile and run your file
g++ <filename>.c -lGL -lGLU -lglut -o <filename>
./<filename>

List of Algorithms

  • DDA Algorithm
  • Midpoint Line Drawing Algorithm
  • Midpoint Circle Drawing Algorithm
  • Midpoint Ellipse Drawing Algorithm
  • New ALgorithms of Design

List of Programs

  • Window drawing
  • Cube Drawing

Beginner Tutorial

Video References