Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
19.9K+ articles
Misc
7.8K+ articles
Mathematical
5.1K+ articles
GBlog
2.9K+ articles
C++ Programs
1.5K+ articles
C Language
1.3K+ articles
Geometric
521+ articles
computer-graphics
236+ articles
c-graphics
70+ articles
OpenGL
13 posts
Recent Articles
Popular Articles
Scan-line Polygon filling using OPENGL in C
Last Updated: 06 June 2022
Figures on a computer screen can be drawn using polygons. To fill those figures with color, we need to develop some algorithm.There are two famous algorithms for this purp...
read more
C Language
computer-graphics
OpenGL
Creating animations using Transformations in OpenGL
Last Updated: 19 September 2023
Animation is the illusion of making us think that an object is really moving on the screen. But underneath they are just complex algorithms updating and drawing different ...
read more
Misc
DSA
OpenGL
Basic Transformations in OPENGL
Last Updated: 19 September 2023
Transformations play a very important role in manipulating objects on the screen. It should be noted that here the algorithms will be implemented in code and the built-in ...
read more
Misc
DSA
OpenGL
Rendering a Triangle using OpenGL(using Shaders)
Last Updated: 02 July 2021
In this article we'll see how to render a triangle using OpenGL. A triangle is probably the simplest shapes you can draw in OpenGL after points and lines and any complicat...
read more
Misc
GBlog
C++ Programs
computer-graphics
OpenGL
Draw circle using polar equation and Bresenham's equation
Last Updated: 23 March 2024
In this article, we will discuss how to draw circles using Bresenham Equation and Polar Equation.Circle Drawing AlgorithmIt is not easy to display a continuous smooth arc ...
read more
Misc
Mathematical
Geometric
DSA
computer-graphics
OpenGL
circle
Circles
Program to draw circles using mouse moves in OpenGL
Last Updated: 16 July 2021
In this article, the task is to draw circles using a single mouse click in OpenGL.OpenGL: OpenGL is a cross-language, cross-platform API for rendering 2D and 3D Vector Gra...
read more
DSA
OpenGL
Program to draw a Hut in using OpenGL in C++
Last Updated: 15 December 2022
In this article, we will discuss how to create a front-facing view of a hut in OpenGL using two basic shapes i.e. triangle and rectangle.Approach: Follow the steps below t...
read more
C++
computer-graphics
OpenGL
c-graphics
Draw circles using the polar coordinates and mid-point circle drawing algorithm on the same console using openGL in C++
Last Updated: 16 July 2021
In this article, the task is to draw circles in two different subwindows using two different algorithms, and the circles are created using a single mouse click.Approach:Th...
read more
C++ Programs
Computer Subject
C++
Write From Home
computer-graphics
OpenGL
c-graphics
C program to color the different figures drawn on the console using OpenGL
Last Updated: 30 September 2021
In this article, the task is to create different figures on a computer screen using OpenGL.Approach:In this article, in order to fill the figures with colors, different al...
read more
C Language
computer-graphics
OpenGL
c-graphics
Error Handling in OpenGL
Last Updated: 02 November 2023
Many of the features of the OpenGL API are very useful and powerful. But, it’s quite possible that OpenGL programs may contain errors. So, it becomes important to learn er...
read more
Misc
C Programs
C Language
OpenGL
c-graphics
Bezier Curves in OpenGL
Last Updated: 23 June 2022
OpenGL is a cross-language, cross-platform API for rendering 2D and 3D Vector Graphics. It is used to perform a lot of design as well as animation using OpenGL. In this ar...
read more
Technical Scripter
C++ Programs
Computer Subject
C++
Write From Home
computer-graphics
OpenGL
c-graphics
How to Install PyOpenGL in MacOS?
Last Updated: 21 September 2021
In this article, we will learn how to install PyOpenGL in Python on MacOS.PyOpenGL is the most common cross-platform Python binding to OpenGL and related APIs. The binding...
read more
Picked
How To
Installation Guide
Blogathon
Blogathon-2021
OpenGL
how-to-install
Getting started with OpenGL
Last Updated: 19 September 2023
Open Graphics Library (OpenGL) is a cross-language (language independent), cross-platform (platform-independent) API for rendering 2D and 3D Vector Graphics(use of polygon...
read more
Computer Graphics
computer-graphics
OpenGL
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !