Jump to content

Bitmap/Midpoint circle algorithm: Difference between revisions

m
No edit summary
Line 1,177:
 
=={{header|FutureBasic}}==
FB has native functions that handle bitmap calculations. This compiles as a stand-alone Macintosh app that allows the user to adjust the screen-centered bitmap width from a single pixel to a large circle.
<lang futurebasic>
_wndW = 600
Line 1,260:
HandleEvents
</lang>
 
 
 
=={{header|Go}}==
723

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.