Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 556 Bytes

File metadata and controls

13 lines (8 loc) · 556 Bytes

Computer Graphics Programs using OpenGL

OpenGL

OpenGL is the industry's most widely used environment for the development of portable, interactive 2D and 3D graphics applications.The OpenGL API is open source and is platform independent.

OpenGL is designed to be hardware-independent.

Python

Python interpreters are available for many operating systems, allowing Python code to run on a wide variety of systems.

The code in the repo is made using Python and OpenGL only.

This repo contains src folder which contains codes basics of OpenGL.