Merge branch 'master' of git.shadowcat.co.uk:SDL-Site
[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>
14<ul><li><a href="#November_13th_2009">November 13th 2009</a>
15<ul><li><a href="#CPAN_Release">CPAN Release</a></li>
16<li><a href="#Active_Development">Active Development</a>
17</li>
18</ul>
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>
50 <p>Send us an email at sdl-devel@perl.org.</p>
51 </dd>
52 <dt>Testing and Development</dt>
53 <dd>
54 <p>Join us on the development wiki. </p>
55 </dd>
56</dl>
49ebb445 57
106a1369 58</div>
59<h1 id="Latest_News">Latest News</h1><p><a href="#TOP" class="toplink">Top</a></p>
60<div id="Latest_News_CONTENT">
49ebb445 61
106a1369 62</div>
63<h2 id="November_13th_2009">November 13th 2009</h2>
64<div id="November_13th_2009_CONTENT">
49ebb445 65
106a1369 66</div>
67<h3 id="CPAN_Release">CPAN Release</h3>
68<div id="CPAN_Release_CONTENT">
69<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 70
106a1369 71</div>
72<h3 id="Active_Development">Active Development</h3>
73<div id="Active_Development_CONTENT">
7af2cb93 74<p>SDL Perl is being actively developed to v3.0. The process is as below:</p>
75<dl>
106a1369 76 <dt>v2.3 100% Core of SDL C API migrated without MultiThreading </dt>
77 <dd>
dc7fe707 78 <p>Complete access to these functions <a href="http://www.libsdl.org/cgi/docwiki.cgi/SDL_API">SDL_API</a>.</p>
106a1369 79 <p>MultiThreading is doable with this release but will be focused on later</p>
80 </dd>
dc7fe707 81 <dt>v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX &amp; SDL_Mixer Support</dt>
106a1369 82 <dd>
dc7fe707 83 <p>Provide support for SDL + POE collaboration.</p>
84 <p>Provide dependecies for FrozenBubble migration to CPAN. </p>
106a1369 85 </dd>
86 <dt>v2.5 ??? MultiThreading and Other Third Party Libraries</dt>
87 <dd>
88 <p>This release is undecided as of now. Please talk to us on the Channel or Make Tickets</p>
89 </dd>
49ebb445 90</dl>
91
106a1369 92</div>
dc7fe707 93</div>