https://github.com/sachinganesh/cgdemo-opengl
A mini project for understanding OpenGL
https://github.com/sachinganesh/cgdemo-opengl
cpp glut graphics-programming opengl
Last synced: 3 months ago
JSON representation
A mini project for understanding OpenGL
- Host: GitHub
- URL: https://github.com/sachinganesh/cgdemo-opengl
- Owner: SachinGanesh
- License: mit
- Created: 2018-04-02T10:17:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T11:52:37.000Z (over 8 years ago)
- Last Synced: 2025-01-12T02:58:03.724Z (over 1 year ago)
- Topics: cpp, glut, graphics-programming, opengl
- Language: C
- Homepage:
- Size: 1.74 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CGDemo-OpenGL
A mini project for understanding OpenGL (Computer Graphics - Class Assignment) (VTU - BE - 6th Semester) (2015)
> Below model is not designed using tools like 3Ds Max or Blender. Its just **pure C++ code!** :-)
-----

-----
To run this demo, extract Debug.zip
This project is built using Glut - [OpenGL Utility ToolKit](https://www.opengl.org/resources/libraries/glut/)
> [GLut installation instrauctions](https://stackoverflow.com/a/20559229)
-----
## Files
> Structure
+ CGDemo
+ butterfly.h - draws butterfly
+ cgl.h - initializes OpenGL
+ const.h - definition of basic premitives like cube, polygon etc.
+ draw.h - Custom library to draw basic OpenGl shapes
+ stars.h - draw stars
+ tablefan.h - draw table fan
------