My work in C# for the 6th Semester "Computer Graphics" class in the Computer Science B.S. program at Politechnika Warszawa.
(Includes all work from Lab1)
Image processing algorithms such as inversion, brightness, blur, sharpen as wekk as color quantization using K-means algorithm.
(Includes all work from Lab3)
Implementation of line and circle drawing algorithms. Filling a polygon with a texture. Using a rectangle as a clipping rectangle.
3D Modeling of a sphere, cylinder and cuboid. Creating the wire mesh, wrapping a texture around the model, applying Phong illumination shading for lighting.