Releases: omarsamy3/Computer-Graphics
Releases · omarsamy3/Computer-Graphics
Sky Box and Animation
Lighted Sphere
This release has two programs.
first is to draw a simple cube.
and the second is to draw a lighten sphere.
A simple cube shape with OpenGL
This release contains a simple example to test my basics in computer graphics with openGL.
The example is about drawing a simple cube with an array of vertices (Positions and colors) and an array of indices.
This release has many commits only to apply my knowledge, and finally the cube example.