/line-draw-algorithm

vue project that is used to simulate the process taken when we draw a line as per the algorithm used in pixel drawing

Primary LanguageVue

Line Drawing Algorithms

This repository contains an implementation of a line drawing algorithm in JavaSCript. The algorithm is capable of drawing a line between two given points on a 2D plane using the Bresenham's and the Digital Differential Analyzer line drawing algorithm.