- 
                Notifications
    
You must be signed in to change notification settings  - Fork 29
 
Home
        kthakore edited this page Sep 13, 2010 
        ·
        10 revisions
      
    SDLPerl – Simple DirectMedia Layer for Perl
- Check out the git repository: git clone git://github.com/kthakore/SDL_perl.git
 - Submit your patch to the mailing list [email protected]
 - Hack Hack Hack Hack
 - Add your change to the CHANGELOG file
 - Add your name to the CONTRIBUTORS file
 - Commit using: git commit -a -m “whatever”
 - Push using: git push origin
 - Go to your git-hub site and click on pull request to tell me to pull it, when you are ready.
 
- Release 2.2.1
	
Merge the 2.1.3 Kartik fork with the 2.2.1 mainlineCritical Bug Fixes in several areasSolve SDL_INIT_EVERYTHING problem in App.pm
 
- Release 2.4
	
Create build scripts and instructions for packagers (Alien or otherwise)Host binary for most platforms [Maintainers are doing this]- Fix XS namespaces [kthakore: started work]
 - Fix initialization fails due to missing hardware (Sound Card).
 Finish the Applet Droppers for Mac OS X, Windows, and Linux [Maintainers are doing this]
 
- Release 2.5
	
- Extend SDL API support
 - Enhance OpenGL support to latest spec or depend on POGL
 - Begin SDL::Game library
 
 
- Release 3.0.0
	
- Memory Leak Fixes
 - Have an alpha parrot parse that generates either pure XS or P5NCI
 
 
Release 3.5
- Something along the lines of this : v3.5
 - Have parrot parser generate parrot NCI calls for perl 6
 
- Perl Game Library
 - RWOps callbacks
 - Return to automagical constants
 - OpenGL shader support