Open GL

Similar Reads

Basics :

Basic Graphic Programming in C++ Vector vs Raster Graphics Segments in Computer Graphics Image Formats...

Output Primitives :

DDA Line generation Algorithm in Computer Graphics Bresenham’s Line Generation Algorithm Mid-Point Line Generation Algorithm Program to find line passing through 2 Points Bresenham’s circle drawing algorithm Anti-aliased Line | Xiaolin Wu’s algorithm Neighbors of a point on a circle using Bresenham’s algorithm Mid-Point Circle Drawing Algorithm Boundary Fill Algorithm Flood fill Algorithm – how to implement fill() in paint? Flood fill algorithm using C graphics Draw ellipse in C graphics Draw a line in C++ graphics Draw Rectangle in C graphics Draw circle in C graphics Draw a circle without floating point arithmetic Code to generate the map of India (with explanation)...

2-Dimensional Viewing :

2D Transformation in Computer Graphics | Set 1 (Scaling of Objects) 2D Transformation | Rotation of objects Point Clipping Algorithm in Computer Graphics Line Clipping | Set 1 (Cohen–Sutherland Algorithm) Polygon Clipping | Sutherland–Hodgman Algorithm Implementation of a Falling Matrix...

Visible Surface Detection :

A-Buffer Method Z-Buffer or Depth-Buffer method Back-Face Detection Method...

3-Dimension Object Representation :

Snowflakes Fractal using Python Koch Curve or Koch Snowflake Klee’s Algorithm (Length Of Union Of Segments of a line) Cubic Bezier Curve Implementation in C Fractals in C/C++...

Open GL :

Scan-line Polygon filling using OPENGL in C Rendering a Triangle using OpenGL(using Shaders) Getting started with OpenGL OpenGL program for Simple Ball Game OpenGL program for simple Animation (Revolution) in C Translation of objects in computer graphics Rendering a Triangle using OpenGL(using Shaders)...

Graphics function in C :

pieslice() function in C outtextxy() function in C settextstyle function in C outtext() function in C setlinestyle() function in C getx() function in C sector() function in C moveto() function in C gety() function in C getmaxx() function in C getmaxy() function in C lineto() function in C linerel() function in C setfillstyle() and floodfill() in C arc function in C bar3d() function in C moverel() function in C cleardevice() function in C closegraph() function in C drawpoly() function in C putpixel() function in C getarcoords() function in C getbkcolor() function in C getmaxcolor() function in C getpixel() function in C setcolor function in C imagesize() function in C textheight() function in C textwidth() function in C grapherrormsg() function in C fillpoly() function in C fillellipse() function in C bar() function in C...

Misc :

How to add “graphics.h” C/C++ library to gcc compiler in Linux How to include graphics.h in CodeBlocks? Cathode ray tube (video display device) High Definition Multimedia Interface (HDMI) Common Video Format Audio Format...

Contact Us