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
- Host: GitHub
- URL: https://github.com/sangamcse/computer-graphics
- Owner: sangamcse
- Created: 2017-10-12T17:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T15:21:00.000Z (about 7 years ago)
- Last Synced: 2025-01-24T12:14:50.747Z (4 months ago)
- Topics: academic, glut-library, opengl, python
- Language: C++
- Homepage:
- Size: 300 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.