Skip to content

Releases: omarsamy3/Computer-Graphics

Sky Box and Animation

11 Apr 00:10

Choose a tag to compare

This release has simple four programs:

  1. Display a cube and move it.
  2. Draw a sphere with lights.
  3. Make a simple animation to a character.
  4. Make an example for Sky Box and integration with other shaders, a cube and sphere.

Lighted Sphere

10 Apr 22:18

Choose a tag to compare

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

08 Apr 16:16

Choose a tag to compare

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.