apps-gorm/Applications
Gregory John Casamento bfdb26d779
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 branch
2025-01-29 21:20:31 -05:00
..
Gorm Update branch 2025-01-29 21:20:31 -05:00
GNUmakefile Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
README.md Create README.md 2023-07-16 15:44:25 -04:00

Applications directory

This directory holds the Gorm application and any other apps which might be written using the framework Gorm provides. The future plans for this directory are to also contain a Plugins directory to facilitate editing Gorm files and other model files in YCode (an upcoming GNUstep IDE) as the plugins would conform to a protocol usable by YCode.

An advantage of this approach is that there would be no direct dependencies between YCode and Gorm, but YCode could still utilize Gorm's features.