Updated Testing Wiki Link
[sdlgit/SDL-Site.git] / pages / index.pod
CommitLineData
7af2cb93 1=pod
2
3=head1 Simple DirectMedia Library Bindings for Perl
4
5=head2 Welcome
6
a05e5d44 7SDL Perl are a set of bindings to the Simple DirectMedia Layer (SDL).
dc7fe707 8
a8a21960 9'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick,
103D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the
11award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
dc7fe707 12
7af2cb93 13SDL Perl is an active and exciting project with many facets. Explore this website to learn more.
14
15=head3 Getting Started
16
c8180480 17A new SDL::Manual is being prepared for new users. In the mean time take a look at the documentation, ask for help on the mailing lists or irc channel, and see the examples in the source code.
7af2cb93 18
19=head3 Contribute
20
21=over
22
23=item IRC
24
ff75472c 25Talk to us on channel L<#sdl|http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl> .
7af2cb93 26
27=item Mailing List
28
983945bc 29Send us an email at L<mailing list| mailto:sdl-devel@perl.org>.
7af2cb93 30
411e0b6a 31Our archives are located at L<mail-archive | http://www.mail-archive.com/sdl-devel@perl.org/> and L<nntp.perl | http://www.nntp.perl.org/group/perl.sdl.devel>.
32
33We also have a L<rssfeed | http://www.nntp.perl.org/rss/perl.sdl.devel.rdf>.
34
35For help send an empty email to L< sdl-devel-help@perl.org| mailto:sdl-devel-help@perl.org>.
36
37To subscribe to the mailing lists send an empty email to L< sdl-devel-subscribe@perl.org| mailto:sdl-devel-subscribe@perl.org>.
38
39To unsubscribe send an empty email to L< sdl-devel-unsubscribe@perl.org | mailto:sdl-devel-unsubscribe@perl.org>.
40
7af2cb93 41=item Testing and Development
42
751ae76c 43Join us on L<GitHub|https://github.com/PerlGameDev/SDL/issues> to get started on making and grabbing issues.
7af2cb93 44
d6a8ee08 45To get started on testing SDL see our L<Testing Wiki Page|https://github.com/PerlGameDev/SDL/wiki/Testing>.
46
7af2cb93 47=back
48
49=head1 Latest News
50
de205434 51=head2 December 26th 2010
7af2cb93 52
de205434 53=head3 CPAN Release SDL 2.524
7af2cb93 54
de205434 55L<SDL 2.524|http://search.cpan.org/search?query=SDL&mode=module> is on CPAN! The new API has many changes and much more improvements. So check it out.
14df5f6b 56
15ec4946 57SDL Perl at v2.2.6 on CPAN is the last of its kind which will have the old API.
14df5f6b 58
de205434 59=head3 SDL Manual: Writing Games with SDL Perl
60
060ce962 61The grant L<proposal| http://news.perlfoundation.org/2010/08/2010q3-grant-proposal-manual-f.html> has been accepted by L<The Perl Foundation|http://news.perlfoundation.org/2010/08/accepted-grants-for-2010q3.html>. SDL_Manual is in continous development on L<github|http://github.com/PerlGameDev/SDL_Manual>.
de205434 62
1ef7d8ea 63More up to date versions of the books are also available in L<HTML| https://github.com/PerlGameDev/SDL_Manual/blob/master/dist/SDL_Manual.html> and L<PDF| https://github.com/PerlGameDev/SDL_Manual/blob/master/dist/SDL_Manual.pdf> formats.
64
7af2cb93 65=head3 Active Development
66
c8180480 67SDL Perl is being actively developed to v3.0. We are adding many new SDLx::* modules to provide a more Perly interface to SDL. Please review, request or even hack the code. Talk to us on the irc channel or mailing lists.
7af2cb93 68
69=cut