Updated date and version
[sdlgit/SDL-Site.git] / pages / blog-0005.html-inc
index 1945937..2ae946e 100644 (file)
@@ -1,38 +1,13 @@
 <div class="blog">
 <h1 id="NAME">
-New build system! Needs testing!
+Introduction Box2D for Perl Games!
 </h1>
 <div class="CONTENT">
-<i></i><br />
-<i></i><br />
-<i></i><br />
-<i></i><br />
-<div style="text-align: right;"><i><span class="Apple-style-span" style="font-style: normal;"><i>Rome was not built,</i></span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;"><i>in one day,</i></span></i></div><div style="text-align: right;"><i><span class="Apple-style-span" style="font-style: normal;"><i>&nbsp;feature creep,</i></span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;"><i>existed back then too.</i></span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;"><i><br />
-</i></span></i><br />
-<div style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;"><a href="http://github.com/kmx">kmx</a>++ recently worked on a brand new Build system for Alien::SDL and SDL_perl. We have managed to test it in Windows and Linux environments. We would still appreciate testing on all&nbsp;environments. However none of us have a shiny Mac to try this on. So if you have a Mac please consider testing the following:</span></i></div><div style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;"><br />
-</span></i></div><div style="text-align: left;"></div><ul><li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">Download <a href="http://github.com/kthakore/Alien_SDL/tarball/master">Alien::SDL</a>&nbsp;</span></i></li>
-
-<ul><li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">install it</span></i></li>
-<li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">select build by source</span></i></li>
-</ul>
-<li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">Download <a href="http://github.com/kthakore/SDL_perl/tarball/redesign">SDL::perl</a></span></i></li>
-
-<ul><li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">Extract it</span></i></li>
-<li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">perl Build.PL</span></i></li>
-<li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">perl Build</span></i></li>
-<li style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">See if Bundling works ( Maybe Brian's <a href="http://blogs.perl.org/users/brian_d_foy/2010/02/i-almost-have-sdl-perl-working-on-snow-leopard.html">article</a>&nbsp;may help )</span></i></li>
-</ul></ul><div style="text-align: left;"><i><span class="Apple-style-span" style="font-style: normal;">Thank you very much!</span></i><br />
+So over the last couple days I have started binding Box2D 2.1.0 to Perl.  <a href="http://www.box2d.org/">Box2D</a> is a 2D physics engine used in game such as the popular <a href="http://www.google.com/url?sa=t&amp;source=video&amp;cd=3&amp;sqi=2&amp;ved=0CF0QtwIwAg&amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D2BqfjGDsHUs&amp;rct=j&amp;q=angry%20birds%20gameplay&amp;tbm=vid&amp;ei=eUO-TaXaKcSCtgf67Y21BQ&amp;usg=AFQjCNEs9L34n_0Q_Rc6eMqvfj8arpl6vg&amp;sig2=5G8hr533dr24sYJXWactMw&amp;cad=rja">Angry Birds</a>.&nbsp; Here is the repository:<br />
+<a href="https://github.com/PerlGameDev/Box2D-perl">https://github.com/PerlGameDev/Box2D-perl</a><br />
 <br />
-<i><span class="Apple-style-span" style="font-style: normal;">EDIT:&nbsp;</span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;">&nbsp;After some&nbsp; reports back we have found out that SDL_gfx needs&nbsp;</span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;"><br />
-</span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;">http://cblfs.cross-lfs.org/index.php/SDL_gfx#64Bit</span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;"><br />
-</span></i><br />
-<i><span class="Apple-style-span" style="font-style: normal;">We are working to get this done.</span></i></div></div><i></i><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-7073479532507652908?l=yapgh.blogspot.com' alt='' /></div>
-<p><a href="http://feedads.g.doubleclick.net/~a/uIjA30PbyIqckDT4NWKmdaHbLBc/0/da"><img src="http://feedads.g.doubleclick.net/~a/uIjA30PbyIqckDT4NWKmdaHbLBc/0/di" border="0" ismap="true"></img></a><br/>
-<a href="http://feedads.g.doubleclick.net/~a/uIjA30PbyIqckDT4NWKmdaHbLBc/1/da"><img src="http://feedads.g.doubleclick.net/~a/uIjA30PbyIqckDT4NWKmdaHbLBc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/YetAnotherPerlGameHackeryapgh/~4/ORaGexsmrNo" height="1" width="1"/></div></div>
\ No newline at end of file
+Also here is the helloWorld Box2D <a href="https://github.com/PerlGameDev/Box2D-perl/blob/master/examples/helloWorld.pl">example</a> in pure Perl and rendered with SDL Perl. You can<br />
+see the video on  <a href="http://vimeo.com/23140451">Box2D Hello World and SDL</a>  on <a href="http://vimeo.com">Vimeo</a>.</p><br />
+To run this example you will need to install Box2D 2.1.0 .<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-4564257794842221147?l=yapgh.blogspot.com' alt='' /></div>
+<p><a href="http://feedads.g.doubleclick.net/~a/aKPSS5zxIO0BXVAEGw_ui48caU0/0/da"><img src="http://feedads.g.doubleclick.net/~a/aKPSS5zxIO0BXVAEGw_ui48caU0/0/di" border="0" ismap="true"></img></a><br/>
+<a href="http://feedads.g.doubleclick.net/~a/aKPSS5zxIO0BXVAEGw_ui48caU0/1/da"><img src="http://feedads.g.doubleclick.net/~a/aKPSS5zxIO0BXVAEGw_ui48caU0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/YetAnotherPerlGameHackeryapgh/~4/ZX19dxuxMKQ" height="1" width="1"/></div></div>
\ No newline at end of file