Drawing Circles: Algorithm Tips & Notes

AI Thread Summary
Algorithms for drawing circles in computer graphics include Bresenham's circle algorithm, which is efficient for rasterizing circles on a pixel grid. This algorithm uses integer arithmetic to determine which pixels should be illuminated to form a circle, minimizing floating-point calculations and improving performance. Another common method is the midpoint circle algorithm, which also focuses on symmetry and incremental calculations to achieve smooth curves. Resources such as gamedev.net provide additional insights and examples for implementing these algorithms effectively.
Adam
Messages
65
Reaction score
1
I don't have a computer graphics textbook, but I need to figure out the algorithms for drawing circles. Bresenham, and I think another one. Anyone got some notes or tips about this stuff?
 
Computer science news on Phys.org
Search at gamedev.net http://www.gamedev.net/community/forums/topic.asp?topic_id=129995

http://www.gamedev.net/reference/articles/article767.asp
 
Last edited by a moderator:
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top