Difference between revisions of "Back"

From GNUstepWiki
Jump to navigation Jump to search
(initial article)
 
(new release)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
shortdescription = '''GNUstep back''' is the core package required by GNUstep [[gui]] for drawing. |
 
shortdescription = '''GNUstep back''' is the core package required by GNUstep [[gui]] for drawing. |
  
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.1.tar.gz gnustep-back 0.12.1]  |
+
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.31.0.tar.gz gnustep-back 0.31.0]  |
  
releasedate = December 30, 2007 |
+
releasedate = May 29, 2024 |
  
 
license = LGPL |
 
license = LGPL |
Line 18: Line 18:
 
maintainer = * Fred Kiefer |
 
maintainer = * Fred Kiefer |
  
relatedlinks =  
+
relatedlinks = * GNUstep [[Installation]]
|
+
* [http://gnustep.blogspot.com/2008/01/font-manager-and-gnustep-backend.html Font manager and GNUstep backend] |
  
 
category =  
 
category =  
 
}}
 
}}

Latest revision as of 15:50, 30 May 2024

GNUstep back is the core package required by GNUstep gui for drawing.

Current Version: gnustep-back 0.31.0

  • Released: May 29, 2024
  • Licensed: LGPL

Overview

GNUstep back translates the abstract drawing functions of gui into calls to one of the graphics libraries usable as drawing backends.

It requires GNUstep make, base and gui for building.

Features

Generally not used directly by application programmers, but used internally by Gui. See Gui and AppKit for GUI Programming.

See backend for infomation on possible backends.

Maintainer

  • Fred Kiefer

Related Links