This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
SDL_perl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 18 17:24:29 -0800 2009 | |
| |
BUGS | Sun Jul 12 03:21:55 -0700 2009 | |
| |
Build.PL | Thu Nov 19 13:20:26 -0800 2009 | |
| |
CHANGELOG | Sat Nov 14 15:57:46 -0800 2009 | |
| |
CONTRIBUTORS | Thu Aug 27 04:14:46 -0700 2009 | |
| |
COPYING | Sun Jul 12 03:21:55 -0700 2009 | |
| |
INSTALL | Sun Oct 25 17:20:23 -0700 2009 | |
| |
MANIFEST.SKIP | Fri Oct 23 08:49:43 -0700 2009 | |
| |
MacOSX/ | Fri Aug 07 13:59:14 -0700 2009 | |
| |
README | Tue Sep 29 08:46:06 -0700 2009 | |
| |
TODO | Sun Jul 12 03:21:55 -0700 2009 | |
| |
examples/ | Fri Nov 20 15:33:24 -0800 2009 | |
| |
lib/ | Fri Nov 20 16:25:09 -0800 2009 | |
| |
logo/ | Sun Jul 12 03:21:55 -0700 2009 | |
| |
make/ | Tue Oct 20 07:59:11 -0700 2009 | |
| |
scripts/ | Thu Nov 12 14:37:23 -0800 2009 | |
| |
src/ | Fri Nov 20 15:01:49 -0800 2009 | |
| |
t/ | Fri Nov 20 15:05:25 -0800 2009 | |
| |
test/ | Thu Nov 12 17:17:03 -0800 2009 | |
| |
tools/ | Thu Nov 19 07:29:18 -0800 2009 | |
| |
typemap | Thu Nov 19 13:20:26 -0800 2009 |
README
NAME
SDL_perl - Simple DirectMedia Layer for Perl
SYNOPSIS
use SDL;
DESCRIPTION
SDL_perl is a package of perl modules that provides both functional and
object orient interfaces to the Simple DirectMedia Layer for Perl 5.
This package does take some liberties with the SDL API, and attempts to
adhere to the spirit of both the SDL and Perl. This document describes
the low-level functional SDL_perl API. For the object oriented
programming interface please see the documentation provided on a per
class basis.
The SDL Perl 2009 Development Team
Documentation
Nick: magnet
Perl Development
Nick: Garu
Name: Breno G. de Oliveira
Nick: Dngor
Name: Rocco Caputo
Nick: nferraz
Name: Nelson Ferraz
Maintainance
Nick: kthakore
Name: Kartik Thakore
MacOSX Experimental Usage
Please get libsdl packages from Fink
perl Build.PL
perl Build test
perl Build Bundle
perl Build install
Running SDL Perl Scripts in MacOSX
First set the PERL5LIB environment variable to the dependencies of your
script
%export PERL5LIB=$PERL5LIB:./lib
Use the SDLPerl executable made in the bundle and call your scripts
%SDLPerl.app/Contents/MacOS/SDLPerl yourScript.pl








