sbshah97 / Open-GL

OpenGL Experiments and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenGL Experiments and Algorithms

License:MIT License


Languages

Language:C 49.0%Language:C++ 48.0%Language:Shell 2.0%Language:M4 0.6%Language:Makefile 0.4%