sys_arch_v2.1
Project Overview
A visualizer for DDA and BLA algorithms.
README.md
Computer Graphics
will implement visualizations for various computer graphics algorithms as listed in BSc.CSIT syllabus of 3rd semester
How to use
-
Download this code
- Download from
<> Codesection in github repository here. - download from cmd
cd /to/your/working/directory git clone https://github.com/Raman-Shakya/ComputerGraphics cd ./ComputerGraphics
- Download from
-
See Preview
- After downloading the code, run the following command in your working directory
npm install npm start - This should redirect you to the preview of the site
github pages deployment will be available shortly
- After downloading the code, run the following command in your working directory
-
Contribute
- To contribute you can fork this repository and create a pull request with your changes.
- You can create a new issue on Github with the issues you found or suggestions to improve.
Line Drawing Algorithm Components
- DDA algorithm
props for DDA React Component - width : sets width of the grid - height : sets height of the grid - start : sets start position of the line - end : sets end position of the line - delay : sets delay time of the animation in milliseconds