fixed url-generator
[sdlgit/SDL-Site.git] / pages / blog-0001.html-inc
index 9299b79..f16d3f1 100644 (file)
@@ -1,6 +1,28 @@
 <div class="blog">
 <h1 id="NAME">
-Hello Mouse? An Example of the New Event Code
+New build system! Needs testing!
 </h1>
 <div class="CONTENT">
-<div style="text-align: right;"><i>Any code that is not marketed is dead code <br />--mst</i><br /></div><br />You need the new code from the <b> <a href="http://http://github.com/kthakore/SDL_Perl/tree/redesign">redesign branch</a></b> to use this . <br /><br /><pre class="fake-gist" id="fake-gist-231987">#!/usr/bin/env perl<br /><br />use SDL;<br />use SDL::Events;<br />use SDL::Event;<br />use SDL::Video; <br /><br />SDL::init(SDL_INIT_VIDEO);<br /><br />my $display = SDL::Video::set_video_mode(640,480,32, SDL_SWSURFACE );<br />my $event   = SDL::Event-&gt;new(); <br /><br />while(1)<br />{   <br /> SDL::Events::pump_events();  <br /><br /> if(SDL::Events::poll_event($event) &amp;&amp; $event-&gt;type == SDL_ACTIVEEVENT)<br /> {<br />  print "Hello Mouse!!!\n" if ($event-&gt;active_gain  &amp;&amp; ($event-&gt;active_state == SDL_APPMOUSEFOCUS) );<br />  print "Bye Mouse!!!\n"   if (!$event-&gt;active_gain &amp;&amp; ($event-&gt;active_state == SDL_APPMOUSEFOCUS) );<br /> }   <br /> <br /> exit if($event-&gt;type == SDL_QUIT);<br />}</pre><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-4268622242266513664?l=yapgh.blogspot.com'/></div></div></div>
\ No newline at end of file
+<i></i><br />
+<i></i><br />
+<i></i><br />
+<i><div style="text-align: right;"><span class="Apple-style-span" style="font-style: normal;"><i>Rome was not built,</i></span><br />
+<span class="Apple-style-span" style="font-style: normal;"><i>in one day,</i></span></div><div style="text-align: right;"><span class="Apple-style-span" style="font-style: normal;"><i>&nbsp;feature creep,</i></span><br />
+<span class="Apple-style-span" style="font-style: normal;"><i>existed back then too.</i></span><br />
+<span class="Apple-style-span" style="font-style: normal;"><i><br />
+</i></span><br />
+<div style="text-align: left;"><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></div><div style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;"><br />
+</span></div><div style="text-align: left;"></div><ul><li style="text-align: left;"><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></li>
+
+<ul><li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">install it</span></li>
+<li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">select build by source</span></li>
+</ul>
+<li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">Download <a href="http://github.com/kthakore/SDL_perl/tarball/redesign">SDL::perl</a></span></li>
+
+<ul><li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">Extract it</span></li>
+<li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">perl Build.PL</span></li>
+<li style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">perl Build</span></li>
+<li style="text-align: left;"><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></li>
+</ul></ul><div style="text-align: left;"><span class="Apple-style-span" style="font-style: normal;">Thank you very much!</span></div></div></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/74Sub_FSKYx9_GOl_Y_zKDDt9WM/0/da"><img src="http://feedads.g.doubleclick.net/~a/74Sub_FSKYx9_GOl_Y_zKDDt9WM/0/di" border="0" ismap="true"></img></a><br/>
+<a href="http://feedads.g.doubleclick.net/~a/74Sub_FSKYx9_GOl_Y_zKDDt9WM/1/da"><img src="http://feedads.g.doubleclick.net/~a/74Sub_FSKYx9_GOl_Y_zKDDt9WM/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