yohannesME / 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

Home Page:line-draw-algorithm.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

line-draw-algorithm.vercel.app


Languages

Language:Vue 91.0%Language:JavaScript 6.7%Language:HTML 2.0%Language:CSS 0.4%