yashasvi-goel / Algorithms-Open-Source

We have a task for each skill level!!
32 stars 27 forks source link

Circle Drawing using Bresenham’s algorithm #9

Open yashasvi-goel opened 4 years ago

yashasvi-goel commented 4 years ago

Ever wondered, how circles are drawn on the screen, with minimal jaggedness (aliasing)? Bresenham’s elegant algorithm is at play here.

rhythm1705 commented 4 years ago

I'll take this one.

yashasvi-goel commented 4 years ago

@rhythm1705 Which language are you using?

rhythm1705 commented 4 years ago

@rhythm1705 Which language are you using?

I'll be using C++ and Java.

yashasvi-goel commented 4 years ago

Are you on the discord server? Ping me there

Abhi1398 commented 4 years ago

I will implement this in python

yashasvi-goel commented 4 years ago

@Abhi1398 Sounds great!!