Post Reply 
Bresenham Circle VS others
07-07-2021, 09:13 PM
Post: #5
RE: Bresenham Circle VS others
The true beauty of Bresenham’s algorithm is that the calculations are limited to integer addition, integer subtraction and integer x4 which can be implemented as shift left by 2 bits. All of which means the algorithm can be implemented in assembly language/machine code for stunning speed on the most basic of processors.

If you want to see an HP48 implementation in assembly language have a look at glib.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bresenham Circle VS others - matalog - 07-04-2021, 01:10 AM
RE: Bresenham Circle VS others - C.Ret - 07-04-2021, 06:41 AM
RE: Bresenham Circle VS others - C.Ret - 07-04-2021, 03:05 PM
RE: Bresenham Circle VS others - Mark Power - 07-07-2021 09:13 PM



User(s) browsing this thread: 1 Guest(s)