RenanBomtempo / line-drawing-algorithms

An implementation of line drawing algorithms in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line Drawing Algorithms

This repository contains a custom implementation (in C) of the following line drawing algorithms:

  • Digital Differential Analyser
  • Bresenham
  • Midpoint (Integer and Float versions)

I didnt use any graphics library. The visualisation is made through the standard command line with characters representing the pixels.

About

An implementation of line drawing algorithms in C.

License:GNU General Public License v3.0


Languages

Language:C 78.3%Language:C++ 19.1%Language:Makefile 2.5%