Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 703 Bytes

HCMUS - Computer Graphic

This repo is used to store all my submissions during the coursework on Computer graphics.

Highlights

  • Lab 01: 2D object drawing, DDA algorithm, Midpoint algorithm, Bresenham algorithm.

  • Lab 02: 2D object drawing, Boundary-fill algorithm, Interactive application, Mouse event handling.

  • Lab 03: 2D object drawing, Interactive application, Keyboard event handling.

  • Lab 04: 3D object rendering, Texture mapping.