Skip to content
#

bresenham-line-drawing-algorithm

Here are 25 public repositories matching this topic...

In my bachelors of information and technology at vishwakarma goverment engineering college, I implemented various algorithms to enhance my theoretical knowledge and applied it to practical solution.

  • Updated Oct 15, 2019
  • C++

This C++ program with OpenGL visualizes the Bresenham's line drawing algorithm. User-inputted coordinates define the line, displayed along with pixels, Cartesian grid, and a thick green line. Interactive features include moving, scaling, and rotating a square. The code offers a concise and visual demonstration within a 2D graphics environment.

  • Updated Jan 20, 2024
  • C++

Improve this page

Add a description, image, and links to the bresenham-line-drawing-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bresenham-line-drawing-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more