Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!columbia!rutgers!ucla-cs!zen!ucbvax!ANDREW.CMU.EDU!mss+ From: mss+@ANDREW.CMU.EDU (Mark Steven Sherman) Newsgroups: comp.windows.x Subject: Re: What toolkits are people using? Message-ID: Date: Wed, 5-Aug-87 11:17:59 EDT Article-I.D.: andrew.wV5omby00VsAzoo0CK Posted: Wed Aug 5 11:17:59 1987 Date-Received: Sat, 8-Aug-87 01:59:03 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 25 We at the ITC/CMU are building and using the BE2 (Base Environment II) toolkit, which is an object-oriented toolkit based on dataobjects, which hold state, and on views, which display state. We try to provide an architecture that makes object building straightforward. Our objects can be separately compiled and dynamically loaded -- very few "main" programs are ever written, we usually use our generic editor which can load in any object and hence can serve as many programs. Locally, there are "applications" being beta tested for text editing, help, h19 terminal emulation, system monitoring, and shell interaction (xterm equivalent). These applications will be the standard applications used by Andrew users on the CMU campus starting in the Fall. We also have several objects under development in various stages of completion, such as: a frame animator, a bitmap editor (MacPaint format compatible), a c-program text formatter, a foreign language text editor, an equation editor, a object-oriented graphics editor (we have three incomplete versions of this -- we'll choose one and finish it this fall!). How are we beta testing when X11 itself is unstable? One of our design goals is that we can run under several window systems, not just X, so the locally released version runs on Andrew's wm window manager. We have run the applications on the Alpha release of X11 and are in the process debugging X11 beta. We probably won't ship with the X tape. We hope to have a X11 shippable version by December, but if you want a copy of our stuff, let me know and I'll pass the word on. -Mark