public
Description: Rehashing the old perl SDL binding on cpan.org
Homepage: http://search.cpan.org/~kthakore/
Clone URL: git://github.com/kthakore/SDL_perl.git
Click here to lend your support to: SDL_perl and make a donation at www.pledgie.com !
name age message
file .gitignore Wed Nov 18 17:24:29 -0800 2009 Fixed gitignore [kthakore]
file BUGS Sun Jul 12 03:21:55 -0700 2009 Importing SDLPerl 2.2 [cthulhuology]
file Build.PL Thu Nov 19 13:20:26 -0800 2009 Cleanup. Added RWops xs,pm, and pod. Added test... [kthakore]
file CHANGELOG Sat Nov 14 15:57:46 -0800 2009 Update metadata [kthakore]
file CONTRIBUTORS Thu Aug 27 04:14:46 -0700 2009 Added more info [kthakore]
file COPYING Sun Jul 12 03:21:55 -0700 2009 Importing SDLPerl 2.2 [cthulhuology]
file INSTALL Sun Oct 25 17:20:23 -0700 2009 By the wrath of Eris you better work this time ... [KatrinaTheLamia]
file MANIFEST.SKIP Fri Oct 23 08:49:43 -0700 2009 cleaned up MANIFEST, Added it to .gitignore. Ad... [kthakore]
directory MacOSX/ Fri Aug 07 13:59:14 -0700 2009 Added SDLPerl.app bundle to the now fixed Darwi... [cthulhuology]
file README Tue Sep 29 08:46:06 -0700 2009 CPAN Rel v2.2.3 [kthakore]
file TODO Sun Jul 12 03:21:55 -0700 2009 Importing SDLPerl 2.2 [cthulhuology]
directory examples/ Fri Nov 20 15:33:24 -0800 2009 Added Fullscreen and Escape [kthakore]
directory lib/ Fri Nov 20 16:25:09 -0800 2009 finished first batch for RWops's pod [m4gnet]
directory logo/ Sun Jul 12 03:21:55 -0700 2009 Importing SDLPerl 2.2 [cthulhuology]
directory make/ Tue Oct 20 07:59:11 -0700 2009 build warns now for non-existing header files [unknown]
directory scripts/ Thu Nov 12 14:37:23 -0800 2009 added all constants from header files via script [FROGGS]
directory src/ Fri Nov 20 15:01:49 -0800 2009 Really map to surface in test now [kthakore]
directory t/ Fri Nov 20 15:05:25 -0800 2009 WTH [kthakore]
directory test/ Thu Nov 12 17:17:03 -0800 2009 Less segfaults now but I still get wierd wstat ... [kthakore]
directory tools/ Thu Nov 19 07:29:18 -0800 2009 Added doc stubs for missing doc pages in TODO c... [kthakore]
file typemap Thu Nov 19 13:20:26 -0800 2009 Cleanup. Added RWops xs,pm, and pod. Added test... [kthakore]
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