Skip to content
Avijit Bhattacharjee edited this page Sep 12, 2017 · 3 revisions

Welcome to the computer_graphics_lab wiki! For graphic.h library work I have used SDL-graph library for linux . Tools : Ubuntu , terminal , vim , GPP compiler , SDL-libgraph

  • Circle draw using Bresenhams algorithm
  • Straight Line draw using Bresenhams algorithm

Circle Draw

Straight Line Draw

For drawing straight line for different values of slope I followed the following article Bresenham Line for different slope

Clone this wiki locally