Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Gregory John Casamento a8cd1792e0
Some checks failed
CI / Ubuntu x64 Clang gnustep-1.9 (push) Has been cancelled
CI / Ubuntu x64 Clang gnustep-2.0 (push) Has been cancelled
CI / Ubuntu x64 GCC (push) Has been cancelled
Update documentation
2025-02-14 19:09:57 -05:00
.github Update dependencies.sh 2025-02-11 23:42:58 -05:00
Applications Add GNUmakefile changes 2025-02-14 10:09:36 -05:00
Documentation Update documentation 2025-02-14 19:09:57 -05:00
GormCore Cleanup 2025-02-01 22:54:47 -05:00
GormObjCHeaderParser Update property 2024-12-27 04:03:50 -05:00
InterfaceBuilder Fix build issue with InterfaceBuilder framework on Windows 2023-10-22 07:45:46 -04:00
Plugins Make nib able to save again now that we know what was wrong with loading and saving 2024-04-11 06:11:18 -04:00
Tools Update all ivars in GormAbstractDelegate.[hm] to use underscore 2023-12-14 18:37:24 -05:00
.gitignore Update ignore file 2023-06-14 04:09:37 -04:00
ChangeLog Update changelog 2025-02-14 10:57:07 -05: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 Add GNUmakefile changes 2025-02-14 10:09:36 -05:00
GNUmakefile.postamble Move Plugins so that they link after GormCore is built since this is required on Windows, WIN32 does not support late linking 2023-10-22 08:28:09 -04:00
README.md Update README.md 2024-03-30 12:11:01 -04:00
Version Update version 2025-01-05 01:06:51 -05:00

apps-gorm

CI

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.