Difference between revisions of "Organization"

From GNUstepWiki
Jump to navigation Jump to search
m (Forgot one word)
(Updates from Gregory and GitHub.)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
! Name !! Owner !! Summary !! Status !! Notes
 
! Name !! Owner !! Summary !! Status !! Notes
 
|-
 
|-
| [https://github.com/gnustep/libs-base/ base] || ||  ||  ||
+
| [https://github.com/gnustep/libs-base/ base] || Richard Frith-MacDonald ||  ||  ||
 
|-
 
|-
| [https://github.com/gnustep/libs-gui/ gui] || Gregory Casamento ||  || Done? ||
+
| [https://github.com/gnustep/libs-gui/ gui] || Fred Kiefer ||  || Done? ||
 
|-
 
|-
| [https://github.com/gnustep/libs-back/ back] || || Tells the system how to draw objects from libs-gui. ||  ||
+
| [https://github.com/gnustep/libs-back/ back] || Fred Kiefer || Tells the system how to draw objects from libs-gui. ||  ||
 
|-
 
|-
| [https://github.com/gnustep/libs-xcode/ xcode] ||  ||  ||  ||
+
| [https://github.com/gnustep/libobjc2/ libobjc2] ||  || Objective-C runtime library for Clang. ||  ||
 
|-
 
|-
| [https://github.com/gnustep/libs-ruby/ rigs] || || Ruby bindings. || Not working ||
+
| [https://github.com/gnustep/libs-xcode/ xcode] || Gregory Casamento ||  ||  ||
 +
|-
 +
| [https://github.com/gnustep/libs-quartzcore/ quartzcore] || Ivan Vucica || Implementation of Core Animation. ||  ||
 +
|-
 +
| [https://github.com/gnustep/libs-opal/ opal] ||  || Implementation of Quartz 2D built on top of Cairo. ||  ||
 +
|-
 +
| [https://github.com/gnustep/libs-ruby/ rigs] || Unmaintained || Ruby bindings. || Not working ||
 +
|-
 +
| [https://github.com/gnustep/gdl2/ gdl2] ||  || clone of the Enterprise Objects Framework (EOF) || compiles, but doesn’t currently build the postgresqladaptor (which is needed to make it work with PostgreSQL) without special configuration options ||
 
|}
 
|}
  
Line 26: Line 34:
 
! Name !! Owner !! Summary !! Status !! Notes
 
! Name !! Owner !! Summary !! Status !! Notes
 
|-
 
|-
| make || ||  ||  ||
+
| make || Richard Frith-MacDonald ||  ||  ||
 
|-
 
|-
| nib2xib || ||  || Done? ||
+
| nib2xib || Gregory Casamento ||  || Not ready, in active development ||
 
|-
 
|-
| autogsdoc ||  || Generates HTML, XML, etc. reference documentation from source code. ||  || Part of base?
+
| autogsdoc ||  || Generates HTML, XML, etc. reference documentation from source code. ||  || Part of base
 
|}
 
|}
  
Line 38: Line 46:
 
! Name !! Owner !! Summary !! Status !! Notes
 
! Name !! Owner !! Summary !! Status !! Notes
 
|-
 
|-
| System Preferences || ||  ||  ||
+
| System Preferences || Gregory Casamento, Riccardo Mottola ||  ||  ||
 
|-
 
|-
| GORM || || ||  ||
+
| Gorm || Gregory Casamento || A clone of the Interface Builder app. ||  ||
 
|-
 
|-
| ProjectCenter ||  || ||  ||  
+
| ProjectCenter || Riccardo Mottola || IDE (Integrated Development Environment). ||  ||  
 +
|-
 +
| GWorkspace || Riccardo Mottola || File manager. ||  ||  
 
|}
 
|}
  
Line 50: Line 60:
 
! Name !! Owner !! Summary !! Status !! Notes
 
! Name !! Owner !! Summary !! Status !! Notes
 
|-
 
|-
| gnustep.org ||  ||  ||  ||
+
| [https://www.gnustep.org/ gnustep.org] ||  || Official GNUstep website. ||  ||
 +
|-
 +
| [https://mediawiki.gnustep.org/ wiki.gnustep.org] || Ivan Vucica || GNUstep wiki. ||  ||
 
|-
 
|-
| wiki.gnustep.org || Ivan Vucica || ||  ||
+
| [https://gap.nongnu.org/ gap.nongnu.org] || || Collection of GNUstep apps. ||  ||
 
|}
 
|}

Latest revision as of 00:45, 13 June 2025

The Owner section is essentially who is currently maintaining it (or who has the most knowledge of the item) and can contain more than one person. To make it challenging, please keep the Summary to one sentence.

Please only add things to this that are officially part of GNUstep, not GNUstep-adjacent (such as GSDE).


Libraries
Name Owner Summary Status Notes
base Richard Frith-MacDonald
gui Fred Kiefer Done?
back Fred Kiefer Tells the system how to draw objects from libs-gui.
libobjc2 Objective-C runtime library for Clang.
xcode Gregory Casamento
quartzcore Ivan Vucica Implementation of Core Animation.
opal Implementation of Quartz 2D built on top of Cairo.
rigs Unmaintained Ruby bindings. Not working
gdl2 clone of the Enterprise Objects Framework (EOF) compiles, but doesn’t currently build the postgresqladaptor (which is needed to make it work with PostgreSQL) without special configuration options


Tools
Name Owner Summary Status Notes
make Richard Frith-MacDonald
nib2xib Gregory Casamento Not ready, in active development
autogsdoc Generates HTML, XML, etc. reference documentation from source code. Part of base
Apps
Name Owner Summary Status Notes
System Preferences Gregory Casamento, Riccardo Mottola
Gorm Gregory Casamento A clone of the Interface Builder app.
ProjectCenter Riccardo Mottola IDE (Integrated Development Environment).
GWorkspace Riccardo Mottola File manager.
Websites
Name Owner Summary Status Notes
gnustep.org Official GNUstep website.
wiki.gnustep.org Ivan Vucica GNUstep wiki.
gap.nongnu.org Collection of GNUstep apps.