Difference between pages "Guile-sdl" and "Review:Guile-SDL-REV-ID-1"

From Free Software Directory
(Difference between pages)
Jump to: navigation, search
(guile-sdl-0.6.0)
 
m (<replacetext_editsummary>)
 
Line 1: Line 1:
{{Entry
+
{{Entry2
|Name=GNU Guile-SDL
+
|Finished review=No
|Short description=Guile bindings for various SDL libraries.
+
|Name=Guile-SDL
|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.).
+
|Short description=A set of modules that provide bindings for SDL (Simple DirectMedia Layer) to enable Guile programmers to do all the nice things you can do with SDL.  
 
+
|Full description=Most of the SDL functions have been wrapped with the exception of a few functions that were too C-centric. The SDL Threads and the Audio functions haven't been included because of the problems with Guile code being run from more than one thread. However audio programming can be done with the module (sdl mixer) that requires the SDL_mixer library.  
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]]''…
+
|Homepage URL=http://savannah.nongnu.org/projects/guile-sdl/
 
+
|Is GNU=No
Also included is [[SDL_gfx]] 2.0.22 and bindings for it.
+
|Version identifier=0.4.0
|Homepage URL=https://www.gnu.org/software/guile-sdl/
+
|Version date=December 15, 2011
|Version download=https://ftpmirror.gnu.org/guile-sdl/guile-sdl-0.6.0.tar.lz
+
|Version download=http://download.savannah.gnu.org/releases/guile-sdl/
 
}}
 
}}
{{Project license
+
{{Project license2
|License=GPLv3orlater
+
|License=GNU GPL version 3
|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
+
{{Person2
|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
 
|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
 
 
|Real name=Thien-Thi Nguyen
 
|Real name=Thien-Thi Nguyen
|Role=Maintainer
 
|Email=ttn@gnu.org
 
}}
 
{{Resource
 
|Resource audience=Savannah
 
|Resource kind=Homepage
 
|Resource URL=https://savannah.gnu.org/projects/guile-sdl/
 
}}
 
{{Resource
 
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/guile-sdl.git/
 
}}
 
{{Resource
 
|Resource audience=Info Page
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-sdl/
 
}}
 
{{Resource
 
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource URL=https://ftpmirror.gnu.org/guile-sdl/
 
}}
 
{{Resource
 
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/guile-sdl/
 
 
}}
 
}}
{{Resource
+
{{Software category2
|Resource audience=Wikidata
+
|Use=library
|Resource kind=General
+
|Works-with=graphics, video
|Resource URL=https://www.wikidata.org/wiki/Q47343355
 
 
}}
 
}}
{{EntryDetails
+
{{Software prerequisite2
|Is High Priority Project=No
+
|Prerequisite kind=SDL
|VCS checkout command=git clone git://git.savannah.gnu.org/guile-sdl.git
+
|Prerequisite description=SDL is a library that allows you portable low-level access to a video framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to write portable games for various operating systems.  
|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}}
 

Revision as of 23:00, 15 December 2011


Thank you for helping to improve the Free Software Directory!

This page has not completed review yet.

This submission will now wait until an administrator reviews it and chooses whether to add it to the directory. If you would like to become an admin, then visit the directory mailing list and introduce yourself.

Admins, either this page has been processed already, or someone made a request to update an existing page. See what's different. (Admins may also edit that page.)

Admins, when you are done incorporating any needed changes from this page into a main entry, please edit this page and change the following text from: |Finished review=No to: |Finished review=yes. This helps keep submissions organized. (Note that doing this isn't what adds the entry to the directory.)

Name Guile-SDL
Short description A set of modules that provide bindings for SDL (Simple DirectMedia Layer) to enable Guile programmers to do all the nice things you can do with SDL.
Full description Most of the SDL functions have been wrapped with the exception of a few functions that were too C-centric. The SDL Threads and the Audio functions haven't been included because of the problems with Guile code being run from more than one thread. However audio programming can be done with the module (sdl mixer) that requires the SDL_mixer library.
Homepage URL http://savannah.nongnu.org/projects/guile-sdl/
Is GNU No
GNU package name
User level
Component programs
VCS checkout command
Computer languages
Documentation note
Paid support
Microblog
IRC help
IRC general
IRC development
Related projects
Keywords
Version identifier 0.4.0
Version date December 15, 2011
Version status
Version download http://download.savannah.gnu.org/releases/guile-sdl/
Version comment
Finished review No



License: GNU GPL version 3

License note:


Real name: Thien-Thi Nguyen

Role:

Email:


Audio:
Biology:
Business:
Chat:
Database:
Documentation-tool:
Editor:
Education:
Email:
Game:
Geography:
Graphics:
Hobbies:
Html-editor:
Interface:
Internet-application:
Library:
Live-communications:
Localization:
Mathematics:
Network-hookup:
Printing:
Program-build-automation:
Programming-language:
Protocol:
Science:
Security:
Software-development:
System-administration:
Text-creation:
Use: library
Version-control:
Video:
Web-authoring:
Works-with: graphics, video
Works-with-format:


Prerequisite kind: SDL

Prerequisite description: SDL is a library that allows you portable low-level access to a video framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to write portable games for various operating systems.



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.