Skip to content

Instantly share code, notes, and snippets.

View alihaider29's full-sized avatar

Ali alihaider29

  • Islamabad, Pakistan
View GitHub Profile
@nikAizuddin
nikAizuddin / OpenGL 2.1 Draw3D Cylinder
Last active May 16, 2023 06:39
This program will draw a 3D cylinder using OpenGL 2.1 API
/*------------------------------------------------------------------+
| |
| This program will draw a 3D cylinder using OpenGL 2.1 API |
| |
| Language: C89 strict |
| Compiler: GNU GCC 4.8.3 |
| |
| Tested on Fedora 19 64-bit and Windows 7 64-bit, |
| both works with no errors and no warnings :) |
| |