How to write graphics programs

To write graphics programs, use DrScheme with the Graphical (MrEd) flavor of the PLT language. MrEd provides a complete GUI toolbox that is described in .

For simple graphics programs, you may also use the viewport-based graphics library, which is described in . The following declaration loads viewport graphics into MrEd:

  (require (lib "graphics.ss" "graphics"))