Updated the site
[sdlgit/SDL-Site.git] / pages / blog-0001.html-inc
index 9299b79..34e5e0c 100644 (file)
@@ -1,6 +1,20 @@
 <div class="blog">
 <h1 id="NAME">
-Hello Mouse? An Example of the New Event Code
+Closing the Grant
 </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
+With the following <a href="https://github.com/PerlGameDev/SDL_Manual/commit/3acf7fada644a24b020fc1caf8338c2dd32b6985">commit</a> I am closing the grant.<br />
+<br />
+This is what has been accomplished from each of the objectives:<br />
+<ul><li>Cleaner Code and a lot of memory and performance improvements ( SDL 2.527 released Jan 18th )</li>
+<li>10 out of 11 chapters completed:</li>
+<ul><li>The profiling chapter was dropped as there was not enough content to justify a chapter.</li>
+</ul><li>3 Extra chapters added.</li>
+<li>Deviation from a CPAN SDL::Manual release due to the nature of the Manual it is being released as a creative commons<a href="https://github.com/PerlGameDev/SDL_Manual/blob/master/dist/SDL_Manual.pdf"> book</a> instead.</li>
+</ul>Next Steps:<br />
+<ul><li>Get the book polished and edited with chromatic's help</li>
+<li>Fix build system of the html to make a real SDL::Manual release</li>
+<li>Constant update of the book with more releases of SDL and reviewer comments.</li>
+</ul><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-6952731709319833584?l=yapgh.blogspot.com' alt='' /></div>
+<p><a href="http://feedads.g.doubleclick.net/~a/rj_K2nNds54Aw9cND4qkZa7Liio/0/da"><img src="http://feedads.g.doubleclick.net/~a/rj_K2nNds54Aw9cND4qkZa7Liio/0/di" border="0" ismap="true"></img></a><br/>
+<a href="http://feedads.g.doubleclick.net/~a/rj_K2nNds54Aw9cND4qkZa7Liio/1/da"><img src="http://feedads.g.doubleclick.net/~a/rj_K2nNds54Aw9cND4qkZa7Liio/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/YetAnotherPerlGameHackeryapgh/~4/hwuC2dygN5w" height="1" width="1"/></div></div>
\ No newline at end of file