Bitmap/Midpoint circle algorithm: Difference between revisions

Content added Content deleted
No edit summary
Line 1,177: Line 1,177:


=={{header|FutureBasic}}==
=={{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 bitmap width from a single pixel to a large circle.
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>
<lang futurebasic>
_wndW = 600
_wndW = 600
Line 1,260: Line 1,260:
HandleEvents
HandleEvents
</lang>
</lang>




=={{header|Go}}==
=={{header|Go}}==