Skip to content

Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩

Notifications You must be signed in to change notification settings

ahnafshahrear/Computer-Graphics-Lab

Repository files navigation

Computer Graphics Lab

Lab Tasks

  • Draw the National Flag of Bangladesh ✓
  • Simulate two dimensional geometric â—¦ Translation ✓ â—¦ Rotation ✓ â—¦ Scaling ✓
  • Draw a line with the Bresenham Line algorithm ✓
  • Draw a circle with the Midpoint Circle Drawing algorithm ✓
  • Simulate Visual Surface Detection ✓
  • Clip some lines with the Cohen Sutherland Line Clipping algorithm ✓
  • Clip polygon with the Sutherland Hodgman Polygon Clipping algorithm
  • Create a Bejier Curve ✓
  • Draw the Snowflake Pattern with Fractal Geometry ✓

CodeBlocks Setup Instructions

  • Download TDM GCC 32 Bit Compiler from this link
  • Download Graphics Library: https://drive.google.com/file/d/1z19xxKm2YseQi7QGxqCCdJ-lLfiEGuCm/view
  • Extract Graphics Library
  • Copy graphics.h & winbgim.h and paste it in C:\\TDM-GCC-32\\include
  • Copy libbgi.a & paste it in C:\\TDM-GCC-32\\lib
  • Now go to CodeBlocks -> Settings -> Compiler
  • Go to Toolchain executables & change Compiler's installation directory to C:\\TDM-GCC-32
  • Go to Linker Settigns -> Other linker options & add -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32

About

Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩

Topics

Resources

Stars

Watchers

Forks

Languages