writing a program to draw a picture

Discussion in 'Programming' started by gerbilio, Aug 22, 2010.

  1. #1
    I have a friend who is blind, the result of a progressive condition. Before he lost his sight completely, he became au fait with computers and had even done some programming. He used to be able to use GWBasic to draw pictures, and reckons something like that would be useful for his purposes.

    Alas, GWBasic is hard to come by these days. Does anyone know of a programming environment that would enable him to quickly and easily write a program to draw a simple line image without having to take an entire course in object-oriented programming? Obviously, the simpler the better in his case.

    TIA, Matt
     
    gerbilio, Aug 22, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I know there are many free BASIC compilers around, including GWBasic emulators. LOGO is even easier to use than BASIC.
    But the easiest option could be the HTML5 canvas, because all you need is a web browser.
     
    Last edited: Aug 22, 2010
    Cash Nebula, Aug 22, 2010 IP
  3. clorets01

    clorets01 Peon

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I've tried HTML5 canvas and I find it very primitive. But to draw a single image, I guess it works.

    Most developers use flash or silverlight for complex graphic applications.
     
    clorets01, Aug 23, 2010 IP
  4. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #4
    Depends what language, opengl should do for most C derivatives.
     
    Kaizoku, Aug 25, 2010 IP