2023-06-14 11:39:36 +00:00
|
|
|
# Gorm
|
|
|
|
|
2023-06-14 11:41:39 +00:00
|
|
|
## Introduction
|
2023-06-14 11:39:36 +00:00
|
|
|
|
|
|
|
* Gorm is an acronym for Graphic Object Relationship modeler (or perhaps GNUstep Object Relationship Modeler).
|
|
|
|
* Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) 'Interface Builder' application for GNUstep.
|
|
|
|
* Gorm is part of the GNUstep project, and is copyrighted by the Free Software Foundation.
|
|
|
|
* Gorm is released under the GPL - see the file 'COPYING' for details.
|
|
|
|
* Documentation for Gorm is located in the Documentation directory.
|
|
|
|
* Please see the README files in each of the subdirectories for more complete information.
|
|
|
|
|
|
|
|
## Organization
|
|
|
|
|
|
|
|
* Gorm is comprised of the GormCore, InterfaceBuilder, and GormObjCHeaderParser libraries/frameworks as well as the Gorm application and gormtool
|
|
|
|
* The purpose of this organization is so that Gorm's functionality can be re-used in other applications.
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
2023-06-14 11:43:22 +00:00
|
|
|
Gorm is usable and stable. Please report bugs [here](https://github.com/gnustep/apps-gorm/issues)
|
2023-06-14 11:39:36 +00:00
|
|
|
|
|
|
|
## Acknowledgements
|
|
|
|
|
|
|
|
* Icons - Mostly by Andrew Lindsay. Gorm application icon by Jesse Ross.
|
|
|
|
* Code - GormViewKnobs.m adapted from code by Gerrit van Dyk.
|