Added Image docs
[sdlgit/SDL-Site.git] / pages / index.html-inc
CommitLineData
106a1369 1<div class="pod">
2<!-- INDEX START -->
3<h3 id="TOP">Index</h3>
4
5<ul><li><a href="#Simple_DirectMedia_Library_Bindings_">Simple DirectMedia Library Bindings for Perl</a>
6<ul><li><a href="#Welcome">Welcome</a>
7<ul><li><a href="#Getting_Started">Getting Started</a></li>
8<li><a href="#Contribute">Contribute</a></li>
9</ul>
10</li>
11</ul>
12</li>
13<li><a href="#Latest_News">Latest News</a>
77724de4 14<ul><li><a href="#November_30th_2009">November 30th 2009</a>
106a1369 15<ul><li><a href="#CPAN_Release">CPAN Release</a></li>
16<li><a href="#Active_Development">Active Development</a>
17</li>
c7657333 18</ul>
106a1369 19</li>
20</ul>
21</li>
22</ul><hr />
23<!-- INDEX END -->
49ebb445 24
106a1369 25<h1 id="Simple_DirectMedia_Library_Bindings_">Simple DirectMedia Library Bindings for Perl</h1><p><a href="#TOP" class="toplink">Top</a></p>
26<div id="Simple_DirectMedia_Library_Bindings_-2">
49ebb445 27
106a1369 28</div>
29<h2 id="Welcome">Welcome</h2>
30<div id="Welcome_CONTENT">
dc7fe707 31<p>SDL Perl are a set of bindings to the Simple DirectMedia Library (SDL).</p>
32<p>'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 &quot;Civilization: Call To Power.&quot;' --<cite>www.libsdl.org</cite></p>
106a1369 33<p>SDL Perl is an active and exciting project with many facets. Explore this website to learn more. </p>
49ebb445 34
7af2cb93 35</div>
106a1369 36<h3 id="Getting_Started">Getting Started</h3>
37<div id="Getting_Started_CONTENT">
38<p>To begin using SDL Perl read the tutorials and documentation. </p>
49ebb445 39
106a1369 40</div>
41<h3 id="Contribute">Contribute</h3>
42<div id="Contribute_CONTENT">
49ebb445 43<dl>
106a1369 44 <dt>IRC</dt>
45 <dd>
46 <p>Talk to us on channel #sdl.</p>
47 </dd>
48 <dt>Mailing List</dt>
49 <dd>
983945bc 50 <p>Send us an email at <a href="mailto:sdl-devel@perl.org">mailing list</a>.</p>
106a1369 51 </dd>
52 <dt>Testing and Development</dt>
53 <dd>
983945bc 54 <p>Join us on the trac <a href="http://sdlperl.ath.cx/projects/SDLPerl">site</a> to get started on making and grabing tickets. </p>
55 <p>To begin testing read <a href="http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testing">this</a>.</p>
106a1369 56 </dd>
57</dl>
49ebb445 58
106a1369 59</div>
60<h1 id="Latest_News">Latest News</h1><p><a href="#TOP" class="toplink">Top</a></p>
61<div id="Latest_News_CONTENT">
49ebb445 62
106a1369 63</div>
77724de4 64<h2 id="November_30th_2009">November 30th 2009</h2>
65<div id="November_30th_2009_CONTENT">
49ebb445 66
106a1369 67</div>
68<h3 id="CPAN_Release">CPAN Release</h3>
69<div id="CPAN_Release_CONTENT">
77724de4 70
71
72
73
74<p>SDL 2.3_1 (Alpha) is on CPAN. The new API has many changes, read the <a href="http://sdl.perl.org/blog-0001.html">release notes</a>. </p>
106a1369 75<p>SDL Perl is v2.2.6 on CPAN. The last of it's kind. This is the last release which will have the old API. </p>
7af2cb93 76
77724de4 77
78
79
80
106a1369 81</div>
82<h3 id="Active_Development">Active Development</h3>
83<div id="Active_Development_CONTENT">
7af2cb93 84<p>SDL Perl is being actively developed to v3.0. The process is as below:</p>
85<dl>
106a1369 86 <dt>v2.3 100% Core of SDL C API migrated without MultiThreading </dt>
87 <dd>
77724de4 88 <p>(80% done) Complete access to these functions <a href="http://www.libsdl.org/cgi/docwiki.cgi/SDL_API">SDL_API</a>.</p>
106a1369 89 <p>MultiThreading is doable with this release but will be focused on later</p>
90 </dd>
dc7fe707 91 <dt>v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX &amp; SDL_Mixer Support</dt>
106a1369 92 <dd>
dc7fe707 93 <p>Provide support for SDL + POE collaboration.</p>
94 <p>Provide dependecies for FrozenBubble migration to CPAN. </p>
106a1369 95 </dd>
96 <dt>v2.5 ??? MultiThreading and Other Third Party Libraries</dt>
97 <dd>
98 <p>This release is undecided as of now. Please talk to us on the Channel or Make Tickets</p>
99 </dd>
49ebb445 100</dl>
101
106a1369 102</div>
77724de4 103</div>