Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Drawing in an image

From: larry::ecotope::com at: 17-Mar-2001 13:13

Hi all I have added a new drawing script to my rebsite. It adds functions for two fast algorithms for drawing circles: Bresenhams and the midpoint method. All of the functions draw into a REBOL image datatype, which can be displayed in a View window. You can find it at http://www.nwlink.com/~ecotope1/reb/draw-line2.r Enjoy -Larry