An open API service indexing awesome lists of open source software.

https://github.com/sangamcse/computer-graphics

OpenGL programs for Computer Graphics
https://github.com/sangamcse/computer-graphics

academic glut-library opengl python

Last synced: 2 months ago
JSON representation

OpenGL programs for Computer Graphics

Awesome Lists containing this project

README

        

# 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.