docs for pango done
[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
9'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
10
7af2cb93 11SDL Perl is an active and exciting project with many facets. Explore this website to learn more.
12
13=head3 Getting Started
14
15To begin using SDL Perl read the tutorials and documentation.
16
17=head3 Contribute
18
19=over
20
21=item IRC
22
ff75472c 23Talk to us on channel L<#sdl|http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl> .
7af2cb93 24
25=item Mailing List
26
983945bc 27Send us an email at L<mailing list| mailto:sdl-devel@perl.org>.
7af2cb93 28
29=item Testing and Development
30
983945bc 31Join us on the trac L<site| http://sdlperl.ath.cx/projects/SDLPerl> to get started on making and grabing tickets.
32
33To begin testing read L<this| http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testing>.
7af2cb93 34
35=back
36
37=head1 Latest News
38
eeb28fb8 39=head2 Feb 22 2010
7af2cb93 40
41=head3 CPAN Release
42
14df5f6b 43
259101fb 44L<SDL 2.3_5(Alpha)|http://search.cpan.org/~kthakore> is on CPAN. The new API has many changes, read the L<release notes|http://sdl.perl.org/blog-0001.html>.
14df5f6b 45
7af2cb93 46SDL Perl is v2.2.6 on CPAN. The last of it's kind. This is the last release which will have the old API.
47
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
7af2cb93 55=over
56
f060e594 57=item Release 2.3_7
58
59 Mixer Docs, tests, and XS
dc7fe707 60
f060e594 61=item Release 2.3_8
7af2cb93 62
f060e594 63 TTF Docs, tests and XS
dc7fe707 64
f060e594 65=item Release 2.3_9
7af2cb93 66
f060e594 67 Pango Docs, tests and XS
7af2cb93 68
f060e594 69=item Release 2.4.5
70
71 Sugar for Core SDL objects
72 Make SDL work with Frozen Bubble
7af2cb93 73
7af2cb93 74=back
75
76=cut