Computer Graphics
Computer Graphics Program Examples
Here below are some programs related to Computer Graphics concepts and theories.
- Polygon Filling Algorithms
- Transformation in 2D
- Write a program to demonstrates 3D Object Rotation.
- 3D Object Rotation
- 3D Object Translation and Scaling
- Bezier Curve Implementation
- 3D Projection (Perspective and Orthographic)
- Clipping Algorithms (Cohen-Sutherland)
- Phong Shading Algorithm
- Animation of Objects in 2D/3D
- Texture Mapping in 3D
- Ray Tracing Algorithm
- Reflection and Refraction in 3D
- Write a program to implement DDA line drawing algorithm.
- Write a program to implement Bresenham’s line drawing algorithm.
- Write a program to implement mid-point circle drawing algorithm.
- Write a program to clip a line using Cohen and Sutherland line clipping algorithm.
- Write a program to clip a polygon using Sutherland Hodgeman algorithm.
- Write a program to fill a polygon using Scan line fill algorithm.
- Write a program to apply various 2D transformations on a 2D object (use homogenous coordinates).
- Write a program to apply various 3D transformations on a 3D object and then apply parallel and perspective projection on it.