Difference between revisions of "G-golf"

From Free Software Directory
Jump to: navigation, search
(create is GNU and resources)
 
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU G-Golf
 
|Name=GNU G-Golf
|Short description=library for developing modern applications in Guile
+
|Short description=G-Golf is a Guile Object Library for GNOME.
 
|Full description=GNU G-Golf
 
|Full description=GNU G-Golf
(Gnome- (Guile Object Library for))
+
([[GNOME]]: ([[Guile]] Object Library for))
  
G-Golf is a library for developing modern applications in Guile Scheme. It comprises a direct binding to the GObject Introspection API and higher-level functionality for importing Gnome libraries and making GObject classes (and methods) available in Guile's object-oriented programming system, GOOPS.
+
G-Golf is a tool to develop fast and feature-rich graphical applications, with a clean and recognizable look and feel. Here is an overview of the [https://developer.gnome.org/documentation/introduction/overview/libraries.html GNOME platform libraries], accessible using G-Golf.
 +
 
 +
In particular, [https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/ libadwaita] provides a number of widgets that change their layout based on the available space. This can be used to make applications adapt their UI between desktop and mobile devices. The [https://wiki.gnome.org/Apps/Web GNOME Web] (best known through its code name, Epiphany, is a good example of such an adaptive UI.
 +
 
 +
G-Golf uses [[Glib]], [https://developer.gnome.org/gobject/stable GObject] and [https://developer.gnome.org/gi/stable GObject Introspection]. As it imports a [https://developer.gnome.org/gi/stable Typelib] (a GObject introspectable library), G-Golf defines GObject classes as [http://www.gnu.org/software/guile/manual/guile.html#GOOPS GOOPS] (the Guile Object Oriented System) classes. GObject methods are defined and added to their corresponding generic function. Simple functions are defined as scheme procedures.
 
|Homepage URL=https://www.gnu.org/software/g-golf/
 
|Homepage URL=https://www.gnu.org/software/g-golf/
|Is High Priority Project=No
+
|Version download=https://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-rc-3.tar.gz
|Decommissioned/Obsolete=No
+
}}
|Accepts cryptocurrency donations=No
+
{{Project license
|Test entry=No
+
|License=LGPLv3orlater
|Last review by=Bendikker
+
|License copyright=Copyright (C) 2016 -2024 Free Software Foundation, Inc.
|Last review date=2018/04/26
+
|License verified by=Genium
|Submitted by=Bendikker
+
|License verified date=2023-01-04
|Submitted date=2018/04/26
+
|License note=https://git.savannah.gnu.org/cgit/g-golf.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Library=User-interface
 +
|Programming-language=C, guile
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Use=library
 +
|Uitoolkit=gtk
 +
}}
 +
{{EntryGNU
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=g-golf
 
|GNU package identifier=g-golf
 
}}
 
}}
{{Project license
+
{{Software prerequisite}}
|License=LGPLv3orlater
+
{{Person
 +
|Real name=David Pirotte
 +
|Role=maintainer
 +
|Email=david@altosw.be
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Savannah
|Resource URL=https://savannah.gnu.org/projects/g-golf
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/g-golf/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/g-golf.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/g-golf.git/
 
}}
 
}}
{{Software category}}
+
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/gitweb/?p=g-golf.git
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-g-golf/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://mail.gnu.org/mailman/listinfo/guile-user/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/g-golf/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/g-golf/
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q76183106
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/g-golf.git
 +
|Computer languages=Guile Scheme, C
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://www.gnu.org/software/g-golf/donate.html
 +
|Version identifier=0.8.0-rc-3
 +
|Version date=2024-04-16
 +
|Version status=testing
 +
|Last review by=dpirotte
 +
|Last review date=2024-04-17
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-rc-3.tar.gz.sig
 +
|Test entry=No
 +
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 22:45, 17 April 2024


[edit]

GNU G-Golf

https://www.gnu.org/software/g-golf/
G-Golf is a Guile Object Library for GNOME.

GNU G-Golf (GNOME: (Guile Object Library for))

G-Golf is a tool to develop fast and feature-rich graphical applications, with a clean and recognizable look and feel. Here is an overview of the GNOME platform libraries, accessible using G-Golf.

In particular, libadwaita provides a number of widgets that change their layout based on the available space. This can be used to make applications adapt their UI between desktop and mobile devices. The GNOME Web (best known through its code name, Epiphany, is a good example of such an adaptive UI.

G-Golf uses Glib, GObject and GObject Introspection. As it imports a Typelib (a GObject introspectable library), G-Golf defines GObject classes as GOOPS (the Guile Object Oriented System) classes. GObject methods are defined and added to their corresponding generic function. Simple functions are defined as scheme procedures.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

4 January 2023




Leaders and contributors

Contact(s)Role
David Pirotte maintainer


Resources and communication

AudienceResource typeURI
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=g-golf.git
WikidataGeneralhttps://www.wikidata.org/wiki/Q76183106
FTPDownloadhttps://ftpmirror.gnu.org/g-golf/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/g-golf.git/
Mailing Listhttps://mail.gnu.org/mailman/listinfo/guile-user/
SavannahDeveloperhttps://savannah.gnu.org/projects/g-golf/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-g-golf/
FTPDownloadhttps://ftp.gnu.org/gnu/g-golf/


Software prerequisites

KindDescription
{{{Prerequisite description}}}

This entry (in part or in whole) was last reviewed on 17 April 2024.




Entry










"{{{Prerequisite kind}}}" is not in the list (Required to use, Required to build, Source requirement, Weak prerequisite) of allowed values for the "Prerequisite kind" property.


"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.