Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!uicsrd.csrd.uiuc.edu!malony From: malony@uicsrd.csrd.uiuc.edu Newsgroups: comp.lang.c++ Subject: C++ Graphical Objects Message-ID: <44300002@uicsrd.csrd.uiuc.edu> Date: 26 May 88 19:05:00 GMT Lines: 21 Nf-ID: #N:uicsrd.csrd.uiuc.edu:44300002:000:971 Nf-From: uicsrd.csrd.uiuc.edu!malony May 26 14:05:00 1988 I am looking for C++ code that defines properties and operations for basic 2-D graphical objects (e.g. lines, arcs, circles, polygons). Although this would not be too terribly difficult to create, I would like to avoid any reinvention if possible. In the grand scheme, I am interested in an object oriented facility for constructing and managing graphical objects both individually and as part of a group of graphical objects. C++ seemed a reasonable choice. Although I am targeting XWindows for the display part, I would like to have the class definitions and functions general enough so that different windowing environments could be used. Any information in this regard would be helpful as I am unaware of other efforts of this type. Surely there must be some. Allen Malony University of Illinois UUCP: {ihnp4, seismo, pur-ee, convex}!uiucdcs!uicsrd!malony ARPANET: malony%uicsrd@a.cs.uiuc.edu CSNET: malony%uicsrd@uiuc.csnet BITNET: malony@uicsrd.csrd.uiuc.edu