Belle Nuit Draw

Belle Nuit Draw 1.0a

This is a very basic vector oriented drawing application with the following features

  • You can draw lines, circles, rectangles and text objects
  • You can select an object and change position, size, color etc.
  • You can align text left, right, centered and justified
  • You can do multiple undos
  • You can save the document
  • It supports copy-paste and drag-and-drop between documents

Download class and sample project
http://www.belle-nuit.com/download/bellenuitdraw.sit.hqx

UndoEngine works with REALBasic 2.1 or later. In conjunction with the Undoable Object Interface Class it is self-contained and works with both 68k and PowerPC.

How it works

I wrote this project to illustrate the use of the UndoEngine, but this is a project I had to abandon because of lack of time, its in an alpha stage and not at all documented. Just open it in REALbasic, run it and have fun.

You may consult the documentation about the UndoEngine and the RAMstream used in this project.

Terms of use / Disclaimer

© Belle Nuit Montage / Matthias Bürcher July 2000. All rights reserved. Written in Switzerland.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Comments please to matti@belle-nuit.com

The latest version is available at http//www.belle-nuit.com/

History

27.7.00 Released open source