Skip to content
#

bresenham-line-drawing-algorithm

Here are 25 public repositories matching this topic...

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++

Computer Graphics built using Win32 Desktop Applications with C++. Depends on input taken from mouse clicks. Building computer graphics from scratch using mathematical equations and problem solving with C++. Implementing the most famous computer graphics algorithms from scratch.

  • Updated Apr 13, 2023
  • 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