Updated links
[sdlgit/SDL-Site.git] / pages / index.pod
1 =pod
2
3 =head1 Simple DirectMedia Library Bindings for Perl
4
5 =head2 Welcome
6
7 SDL Perl are a set of bindings to the Simple DirectMedia Layer (SDL).
8
9 'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 
10 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the 
11 award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
12
13 SDL Perl is an active and exciting project with many facets. Explore this website to learn more. 
14
15 =head3 Getting Started
16
17 A 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.
18
19 =head3 Contribute
20
21 =over
22
23 =item IRC
24
25 Talk to us on channel L<#sdl|http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl> .
26
27 =item Mailing List
28
29 Send us an email at L<mailing list| mailto:sdl-devel@perl.org>.
30
31 Our 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
33 We also have a L<rssfeed | http://www.nntp.perl.org/rss/perl.sdl.devel.rdf>.
34
35 For help send an empty email to L< sdl-devel-help@perl.org| mailto:sdl-devel-help@perl.org>.
36
37 To subscribe to the mailing lists send an empty email to L< sdl-devel-subscribe@perl.org| mailto:sdl-devel-subscribe@perl.org>.
38
39 To unsubscribe send an empty email to L< sdl-devel-unsubscribe@perl.org | mailto:sdl-devel-unsubscribe@perl.org>.
40
41 =item Testing and Development
42
43 Join us on L<GitHub|https://github.com/PerlGameDev/SDL/issues> to get started on making and grabbing issues.
44
45 =back
46
47 =head1 Latest News
48
49 =head2 December 26th 2010
50
51 =head3 CPAN Release SDL 2.524
52         
53 L<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.
54
55 SDL Perl at v2.2.6 on CPAN is the last of its kind which will have the old API.
56
57 =head3 SDL Manual: Writing Games with SDL Perl
58
59 The 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>.
60
61 More 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. 
62
63 =head3 Active Development
64
65 SDL 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.
66
67 =cut