Updated docs and site
[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
dc7fe707 7SDL Perl are a set of bindings to the Simple DirectMedia Library (SDL).
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
17To begin using SDL Perl read the tutorials and documentation.
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
31=item Testing and Development
32
983945bc 33Join us on the trac L<site| http://sdlperl.ath.cx/projects/SDLPerl> to get started on making and grabing tickets.
34
35To begin testing read L<this| http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testing>.
7af2cb93 36
37=back
38
39=head1 Latest News
40
c59d9ab1 41=head2 Mar 11 2010
7af2cb93 42
43=head3 CPAN Release
44
a8a21960 45L<SDL 2.4|http://search.cpan.org/~kthakore> is on CPAN! The new API has many changes and much more improvements. So check it out ;o)
14df5f6b 46
a8a21960 47SDL Perl at v2.2.6 on CPAN is the last of it's kind which will have the old API.
14df5f6b 48
7af2cb93 49=head3 Active Development
50
51SDL Perl is being actively developed to v3.0. The process is as below:
52
f060e594 53=head3 TODO
54
a8a21960 55=over 4
7af2cb93 56
a8a21960 57=item *
dc7fe707 58
c59d9ab1 59Make SDL work with Frozen Bubble
7af2cb93 60
c59d9ab1 61Frozen Bubble is being reviewed as we speak! Until then
7af2cb93 62
c59d9ab1 63 cpan Games::FrozenBubble
7af2cb93 64
7af2cb93 65=back
66
67=cut