Showing posts with label Computer Graphics. Show all posts
Showing posts with label Computer Graphics. Show all posts

Program to draw line using Bresenham’s algorithm

   Program to Simulate  BRESENHAM’S ALGORITHM FOR LINE DRAWING. AIM: To write a program in C to draw a line using Bresenham’s algorithm. ALG...

Program for draw line using DDA line Algorithm

Program to Simulate  DDA ALGORITHM FOR DRAWING LINE. AIM: To write a C program for draw a line using DDA line Algorithm. ALGORITHM: 1. Star...

Download YouTube videos in Python

     We can use the package Pytube to download YouTube videos in a Python script. It’s a free tool you can install from the PyPI repository....