Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
2023-07-18 02:01:55 -04:00
.github Update main.yml 2023-07-17 17:37:03 -04:00
Applications Updates to do translation importing from an XLIFF document 2023-07-17 17:26:32 -04:00
GormCore Updates to do translation importing from an XLIFF document 2023-07-17 17:26:32 -04:00
GormObjCHeaderParser Create README.md 2023-07-16 15:48:16 -04:00
InterfaceBuilder Update and rename README to README.md 2023-07-16 15:46:29 -04:00
Tools Add code to call importXLIFFDocumentWithName: from gormtool 2023-07-18 02:01:55 -04:00
.gitignore Update ignore file 2023-06-14 04:09:37 -04:00
CODEOWNERS Add CODEOWNERS 2019-09-13 21:12:24 -04:00
COPYING Add COPYING file. 2008-04-22 22:59:52 +00:00
GNUmakefile Update ignore file 2023-06-14 04:09:37 -04:00
README.md Update README.md 2023-06-14 07:43:22 -04:00

Gorm

Introduction

  • 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

Gorm is usable and stable. Please report bugs here

Acknowledgements

  • Icons - Mostly by Andrew Lindsay. Gorm application icon by Jesse Ross.
  • Code - GormViewKnobs.m adapted from code by Gerrit van Dyk.