Difference between revisions of "Guile-sdl"
(guile-sdl-0.6.0) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Guile-SDL | |Name=GNU Guile-SDL | ||
− | |Short description=Guile bindings for various SDL libraries | + | |Short description=Guile bindings for various SDL libraries. |
|Full description='''GNU Guile-SDL''' is a set of bindings to the [[SDL|Simple DirectMedia Layer]] (SDL). With them, [[Guile]] programmers can have easy access to graphics, sound and device input (keyboards, joysticks, mice, etc.). | |Full description='''GNU Guile-SDL''' is a set of bindings to the [[SDL|Simple DirectMedia Layer]] (SDL). With them, [[Guile]] programmers can have easy access to graphics, sound and device input (keyboards, joysticks, mice, etc.). | ||
Line 7: | Line 7: | ||
Also included is [[SDL_gfx]] 2.0.22 and bindings for it. | Also included is [[SDL_gfx]] 2.0.22 and bindings for it. | ||
− | |||
− | |||
|Homepage URL=https://www.gnu.org/software/guile-sdl/ | |Homepage URL=https://www.gnu.org/software/guile-sdl/ | ||
− | | | + | |Version download=https://ftpmirror.gnu.org/guile-sdl/guile-sdl-0.6.0.tar.lz |
− | + | }} | |
− | + | {{Project license | |
− | + | |License=GPLv3orlater | |
− | | | + | |License copyright=Copyright (C) 2003-2009, 2011-2013, 2015 Thien-Thi Nguyen |
− | | | + | |License verified by=Genium |
− | | | + | |License verified date=2021-12-21 |
− | + | |License note=https://git.savannah.gnu.org/cgit/guile-sdl.git/tree/COPYING?h=p | |
− | | | + | }} |
− | | | + | {{Software category |
− | + | |Graphics=2d | |
− | | | + | |Interface=x-window-system |
− | | | + | |Programming-language=C, scheme, guile |
− | | | + | |Runs-on=GNU/Linux |
− | | | + | |Software-development=programming-language |
− | | | + | |Use=software-development |
− | | | + | |Uitoolkit=sdl |
− | | | + | }} |
− | + | {{EntryGNU | |
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=guile-sdl | |GNU package identifier=guile-sdl | ||
}} | }} | ||
− | {{ | + | {{Software prerequisite |
− | | | + | |Prerequisite kind=Required to build |
− | | | + | |Prerequisite description=[[Guile]] |
− | | | + | }} |
− | | | + | {{Software prerequisite |
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[SDL]] | ||
}} | }} | ||
{{Person | {{Person | ||
Line 44: | Line 44: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Savannah | + | |Resource audience=Savannah |
+ | |Resource kind=Homepage | ||
|Resource URL=https://savannah.gnu.org/projects/guile-sdl/ | |Resource URL=https://savannah.gnu.org/projects/guile-sdl/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Savannah | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/guile-sdl.git | + | |Resource URL=https://git.savannah.gnu.org/cgit/guile-sdl.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Info Page | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-sdl/ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-sdl/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=FTP |
− | |Resource URL=https:// | + | |Resource kind=Download |
+ | |Resource URL=https://ftpmirror.gnu.org/guile-sdl/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=FTP | ||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=https://ftp.gnu.org/gnu/guile-sdl/ | |Resource URL=https://ftp.gnu.org/gnu/guile-sdl/ | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Wikidata |
− | | | + | |Resource kind=General |
− | | | + | |Resource URL=https://www.wikidata.org/wiki/Q47343355 |
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone git://git.savannah.gnu.org/guile-sdl.git |
− | + | |Computer languages=C | |
− | + | |Documentation note=https://www.gnu.org/software/guile-sdl/manual/ | |
− | | | + | |Decommissioned or Obsolete=No |
− | | | + | |Donate=https://www.gnuvola.org/software/guile-sdl/#donate |
+ | |Related projects=guile-sdl2 | ||
+ | |Keywords=guile, sdl, language, binding | ||
+ | |Version identifier=0.6.0 | ||
+ | |Version date=2022-02-05 | ||
+ | |Version status=stable | ||
+ | |Last review by=Genium | ||
+ | |Last review date=2022-02-05 | ||
+ | |Submitted by=DIban | ||
+ | |Submitted date=2013-09-27 | ||
+ | |User level=advanced | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |OpenPGP signature=https://ftpmirror.gnu.org/guile-sdl/guile-sdl-0.6.0.tar.lz.sig | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 11:27, 5 February 2022
GNU Guile-SDL
https://www.gnu.org/software/guile-sdl/
Guile bindings for various SDL libraries.
GNU Guile-SDL is a set of bindings to the Simple DirectMedia Layer (SDL). With them, Guile programmers can have easy access to graphics, sound and device input (keyboards, joysticks, mice, etc.).
Most of the SDL functions are wrapped, with the exception of a few functions that are too C-centric. The SDL threads and audio functions are not included. However audio programming can be done with the module SDL_mixer…
Also included is SDL_gfx 2.0.22 and bindings for it.
Documentation
https://www.gnu.org/software/guile-sdl/manual/
Download
https://ftpmirror.gnu.org/guile-sdl/guile-sdl-0.6.0.tar.lz
version 0.6.0
(stable)
released on 5 February 2022
OpenPGP signature URL: https://ftpmirror.gnu.org/guile-sdl/guile-sdl-0.6.0.tar.lz.sig
User level
Advanced
Donate link
https://www.gnuvola.org/software/guile-sdl/#donate
VCS Checkout
git clone git://git.savannah.gnu.org/guile-sdl.git
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
21 December 2021
Leaders and contributors
Contact(s) | Role |
---|---|
Thien-Thi Nguyen | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/cgit/guile-sdl.git/ |
Savannah | Homepage | https://savannah.gnu.org/projects/guile-sdl/ |
Wikidata | General | https://www.wikidata.org/wiki/Q47343355 |
FTP | Download | https://ftpmirror.gnu.org/guile-sdl/ |
FTP | Download | https://ftp.gnu.org/gnu/guile-sdl/ |
Info Page | Mailing List | https://lists.gnu.org/mailman/listinfo/bug-guile-sdl/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | Guile |
Required to build | SDL |
This entry (in part or in whole) was last reviewed on 5 February 2022.
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.