<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>ToM's Blog</title>
	<atom:link href="http://thomas.trocha.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://thomas.trocha.com/wp</link>
	<description></description>
	<pubDate>Wed, 06 Feb 2013 01:11:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>And again&#8230;</title>
		<link>http://thomas.trocha.com/wp/?p=789</link>
		<comments>http://thomas.trocha.com/wp/?p=789#comments</comments>
		<pubDate>Wed, 06 Feb 2013 01:01:53 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<category><![CDATA[gamekit]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=789</guid>
		<description><![CDATA[&#8230;I postponed Carl Cube, because before global game jam started I wanted gamekit to be able to link blend-files or at least group-instances. That should make it possible for teams to work on different blender-file and link objects of the other one. That worked quite well on linux and actually also on windows, BUT during [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;I postponed Carl Cube, because before global game jam started I wanted gamekit to be able to link blend-files or at least group-instances. That should make it possible for teams to work on different blender-file and link objects of the other one. That worked quite well on linux and actually also on windows, BUT during GGJ windows crashed all the time&#8230;</p>
<p>Great, just as I imagined&#8230; <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> In the end it was just some stupid asserts that fired on windows but not on linux (where they seem to be ignored). Compiling windows in release-mode fixed it,&#8230;too bad that it took several hours to come to this simple conclusion <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> (todo:still have to look at this asserts)</p>
<p>GGJ wasn&#8217;t perfect, and in the end it was like the last year. We were more or less ready to start creating some levels just before the deadline. Of course at this time we were already a bit stressed <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> And therefore the actual game is a bit crappy.</p>
<p>The result is here(the title screen on the website is the best of the whole project :D):</p>
<p><a href="http://globalgamejam.org/2013/monkeybeat"><img class="aligncenter" src="http://globalgamejam.org/sites/default/files/styles/large/public/screenshots/2013/Pressebild%20-%20Startscreen.png" alt="" width="600" height="600" /></a></p>
<p>Btw, the other two guys involved in this were Markus Oppermann and Burak Kahraman.</p>
<p>In the end I have to admit that I still wasn&#8217;t as confident with gamekit as I thought, so we actually ignored the physics-engine just because something wasn&#8217;t working right from the start. Keeping a cool head and first thinking before coding would have been a bit better for this&#8230;Not sure if that would have changed anything though <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>But in the end all about ggj was positive. Getting stuck with gamekit let me know better where and how to improve it&#8230; Btw the location in <a href="http://globalgamejam.org/sites/2013/gdiruhr-game-jam">Mülheim(Ruhr)</a> was great and well organized.</p>
<p>When I came back home I started thinking what went wrong and why, and since then I&#8217;m working hard to get gamekit more stable and to look more indepth to know what is really going on there. There is still much to discover <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Works well, especially since I decided to not commit any new feature I built in the official gamekit-trunk (e.g. video-texture, gui-support in lua, linking of blend-files..), I can work much faster. No need to think about how to implement a feature so that it is bullet-proofed for gamekit-trunk or do it perfect before going on.(no that anything in gamekit would be bullet-proofed, except bullet-physics of course :P)  Just do as you need,&#8230;great! <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Btw, I can&#8217;t point out the GIT is the best tool to work on such a project, keeping the own development branch with the official branch in synch,&#8230;GIT GIT GIT.</p>
<p>To finally get something done, I started (again <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) a simple project and decided to go for a well known old game &#8220;SOKOBAN&#8221;. (Carl Cube have to wait&#8230;)</p>
<p><div id="attachment_791" class="wp-caption aligncenter" style="width: 501px"><a href="http://thomas.trocha.com/wp/wp-content/uploads/2013/02/01_overview.jpg"><img class="size-full wp-image-791" title="01_overview" src="http://thomas.trocha.com/wp/wp-content/uploads/2013/02/01_overview.jpg" alt="" width="491" height="338" /></a><p class="wp-caption-text">Game-View</p></div></p>
<p>The mechanic is simple but works excellent. I already created most of the framework. Things done so far:</p>
<ul>
<li>simple creation of bricks (for now static and moveable)</li>
<li>player controlled by keyboard (but decoupled over message-system, so any other input-device sould be integrated quite easy</li>
<li>goal-points (for now just sending an internal message, that all points are mounted ==&gt;level won)</li>
<li>editor that let you create and modify the levels at runtime</li>
<li>save, load, delete via ui</li>
</ul>
<p><div id="attachment_792" class="wp-caption aligncenter" style="width: 510px"><a href="http://thomas.trocha.com/wp/wp-content/uploads/2013/02/01_editor.jpg"><img class="size-full wp-image-792" title="01_editor" src="http://thomas.trocha.com/wp/wp-content/uploads/2013/02/01_editor.jpg" alt="Editor-View" width="500" height="416" /></a><p class="wp-caption-text">Editor-View</p></div></p>
<p>I want to keep it simple and want to go on with deployment for the different mobile devices. Now I have to create a new gamekit-android-runtime from scratch. That will be a hard fight not to think about iOS.</p>
<p>We&#8217;ll see how far I will come.</p>
<p>Actually, I wanted to show a small video, but was too stupid to create a screencast&#8230;</p>
<p>Keep on rocking,ToM</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=789</wfw:commentRss>
		</item>
		<item>
		<title>Carl Cube reloaded!</title>
		<link>http://thomas.trocha.com/wp/?p=786</link>
		<comments>http://thomas.trocha.com/wp/?p=786#comments</comments>
		<pubDate>Fri, 18 Jan 2013 17:33:47 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[gamekit]]></category>

		<category><![CDATA[ggj]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=786</guid>
		<description><![CDATA[Global Game Jam will be started in exactly one week and I decided to remake our first ggj-project Carl Cube and Bobby Ball to check if gamekit can do what I want to do.
Actually I spent some time in fixing gamekit and developing it to a point I would consider usable in a way I [...]]]></description>
			<content:encoded><![CDATA[<p>Global Game Jam will be started in exactly one week and I decided to remake our first ggj-project <a href="http://thomas.trocha.com/games/ggj/ggj.html" target="_blank">Carl Cube and Bobby Ball</a> to check if gamekit can do what I want to do.</p>
<p>Actually I spent <a href="http://code.google.com/p/gamekit/source/list?num=25&amp;start=1246">some time in fixing gamekit</a> and developing it to a point I would consider usable in a way I want to create games. I just decided to be more centric on developing games now and not that much maintaining the engine (not that I did this fulltime or such&#8230;). That means that I will still have an eye on contributing and fixing gamekit but only after I finished a game or if serious bugs occur. (Not sure if I will really do it like this, but I have to concentrate on finishing stuff&#8230; keep focused,man! :D)</p>
<p>So, this will be day onepointfive since I already started a bit yesterday:</p>
<p style="text-align: center;"><a href="http://thomas.trocha.com/wp/wp-content/uploads/2013/01/screenshot-untitled-window.png"><img class="size-medium wp-image-787 aligncenter" title="screenshot-untitled-window" src="http://thomas.trocha.com/wp/wp-content/uploads/2013/01/screenshot-untitled-window-300x236.png" alt="" width="300" height="236" /></a></p>
<p>Stuff I use:</p>
<ul>
<li>Ubuntu</li>
<li>Blender</li>
<li>Eclipse</li>
<li>gamekit</li>
<li>git</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=786</wfw:commentRss>
		</item>
		<item>
		<title>Me,the bots and the bones</title>
		<link>http://thomas.trocha.com/wp/?p=779</link>
		<comments>http://thomas.trocha.com/wp/?p=779#comments</comments>
		<pubDate>Wed, 05 Sep 2012 23:02:28 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=779</guid>
		<description><![CDATA[Ach, I really do like our gamekit-forum! It is like a desert where you see very very seldom users being online. And if, the chance is quite high that it is a spambot, or a search engine-bot or from time to time really a real person  
Actually most of the times it looks like [...]]]></description>
			<content:encoded><![CDATA[<p>Ach, I really do like our gamekit-forum! It is like a desert where you see very very seldom users being online. And if, the chance is quite high that it is a spambot, or a search engine-bot or from time to time really a real person <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Actually most of the times it looks like this:<br />
<a href="http://thomas.trocha.com/wp/wp-content/uploads/2012/09/bots.png"><img class="alignleft size-full wp-image-780" title="Me and the bots" src="http://thomas.trocha.com/wp/wp-content/uploads/2012/09/bots.png" alt="" width="486" height="106" /></a></p>
<p>EDIT: Yeah, after about 4-5(!) days on-off-work I finally got bone-parenting for groupinstances (which are something like unity-prefabs) in gamekit working.  And as always the keys to the problem was just one line <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> But I won&#8217;t complain, aren&#8217;t the problems and the hard way to solve them the best way to really learn?</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=779</wfw:commentRss>
		</item>
		<item>
		<title>Creating svn-patches from &#8216;git svn&#8217;-repositories</title>
		<link>http://thomas.trocha.com/wp/?p=775</link>
		<comments>http://thomas.trocha.com/wp/?p=775#comments</comments>
		<pubDate>Fri, 31 Aug 2012 12:37:13 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=775</guid>
		<description><![CDATA[Since developing for gamekit using git svn (god bless you, git!)  I always wondered why there is no way to create also svn-patches with git svn. I finally stumpled over a small script that can do the job. Actually it has a bug that prevents new files/directories to be valid for svn-patches that I [...]]]></description>
			<content:encoded><![CDATA[<p>Since developing for gamekit using git svn (<em>god bless you, git!</em>)  I always wondered why there is no way to create also svn-patches with git svn. I finally stumpled over a small script that can do the job. Actually it has a bug that prevents new files/directories to be valid for svn-patches that I fixed here:<br />
<a href="https://gist.github.com/3551647">https://gist.github.com/3551647</a><br />
<script src="https://gist.github.com/3551647.js"> </script><br />
Thx for the people that provided that piece of code.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=775</wfw:commentRss>
		</item>
		<item>
		<title>Going Blender&#8230;</title>
		<link>http://thomas.trocha.com/wp/?p=770</link>
		<comments>http://thomas.trocha.com/wp/?p=770#comments</comments>
		<pubDate>Thu, 09 Aug 2012 19:19:54 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=770</guid>
		<description><![CDATA[&#8230;since I use blender for a while (not that I&#8217;m very capabale in it) and being always on the bleeding edge by compiling the latest version daily, I made my first patch (request) today. 
It is about using the navmesh-generator which automatically creates a navmesh using the selected objects.
That works quite good as long as [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;since I use blender for a while (not that I&#8217;m very capabale in it) and being always on the bleeding edge by compiling the latest version daily, I made my first patch (request) today. <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
It is about using the navmesh-generator which automatically creates a navmesh using the selected objects.<br />
That works quite good as long as you don&#8217;t use group-instances. So today I took me some time to get into it and somehow fix it. And actually I made it. Code is not very elegant, but that is a matter of time. I struggled over a <a href="http://projects.blender.org/tracker/index.php?func=detail&amp;aid=32294&amp;group_id=9&amp;atid=306">bug</a> that keeps crashing blender which I considered related to my code change,&#8230;actually they seem to be not related <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So let&#8217;s see what happens. Would be an honor to contributed code to the best project of the world <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>(Beside gamekit, of course <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p><a href="http://projects.blender.org/tracker/index.php?func=detail&amp;aid=32295&amp;group_id=9&amp;atid=127">http://projects.blender.org/tracker/index.php?func=detail&amp;aid=32295&amp;group_id=9&amp;atid=127</a></p>
<p><a href="http://thomas.trocha.com/wp/wp-content/uploads/2012/08/screenshot-blender-media-8e9414189414057d-media-3d-characters-eatsheep_asset_collection_farm-eatsheep_asset_collection_farm-farm_tree_01blend.png"><img class="aligncenter size-medium wp-image-771" title="screenshot-blender-media-8e9414189414057d-media-3d-characters-eatsheep_asset_collection_farm-eatsheep_asset_collection_farm-farm_tree_01blend" src="http://thomas.trocha.com/wp/wp-content/uploads/2012/08/screenshot-blender-media-8e9414189414057d-media-3d-characters-eatsheep_asset_collection_farm-eatsheep_asset_collection_farm-farm_tree_01blend-300x248.png" alt="" width="300" height="248" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=770</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse Juno: How to restore the tab-behaviour of 3.x</title>
		<link>http://thomas.trocha.com/wp/?p=762</link>
		<comments>http://thomas.trocha.com/wp/?p=762#comments</comments>
		<pubDate>Wed, 08 Aug 2012 15:05:48 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=762</guid>
		<description><![CDATA[From the 4.x-versions on it seems the tab-behaviour concerning open files has been changed. They seem to be just been set randomly and not sorted by recent use as before. That is a real &#8230;. Just found out how to come back to the old behaviour. 
Window > Preferences > Appearance: Switch to Classic
And start [...]]]></description>
			<content:encoded><![CDATA[<p>From the 4.x-versions on it seems the tab-behaviour concerning open files has been changed. They seem to be just been set randomly and not sorted by recent use as before. That is a real &#8230;. Just found out how to come back to the old behaviour. </p>
<p><code>Window > Preferences > Appearance: Switch to Classic</code></p>
<p>And start smiling again <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Btw: Found in here: <a href="http://coderedd.net/r/programming/comments/voovs/eclipse_juno_42_released/">http://coderedd.net/r/programming/comments/voovs/eclipse_juno_42_released/</a></p>
<p><strong>EDIT: </strong><br />
<strong>Bookmarks </strong>(actually worth a post of its own)</p>
<p>Just found something very useful: Eclipse Bookmarks with which you can (how surprising :D) bookmark code and jump to this every time you want it.</p>
<p>Just go to the line you want to be bookmarked. </p>
<p><code>Edit > Add Bookmark</code></p>
<p>And to view all the bookmarks. Open the bookmark-view:</p>
<p><code>Window->Show View->Other... > General > Bookmarks</code></p>
<p>This one is integrated in Eclipse for a very long time, but I never saw it <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=762</wfw:commentRss>
		</item>
		<item>
		<title>Let the &#8216;Wood Games 3D&#8217; begin&#8230;.</title>
		<link>http://thomas.trocha.com/wp/?p=755</link>
		<comments>http://thomas.trocha.com/wp/?p=755#comments</comments>
		<pubDate>Sat, 28 Jul 2012 13:23:34 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=755</guid>
		<description><![CDATA[Since today the Olympic Games started in London, I think it is a good moment to bring my &#8216;baby&#8217; Wood Games 3D back to mind. Actually it should be the official game for London 2012,&#8230; strange no one talked to me yet  

Actually I love to see that even though the game ,somewhere in [...]]]></description>
			<content:encoded><![CDATA[<p>Since today the Olympic Games started in London, I think it is a good moment to bring my &#8216;baby&#8217; Wood Games 3D back to mind. Actually it should be the official game for London 2012,&#8230; strange no one talked to me <strong>yet</strong> <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="https://play.google.com/store/apps/details?id=org.tt" target="_blank"><img class="aligncenter" title="Disciplines" src="http://www.tomaga.com/files/compilation2_705_345.png" alt="" width="705" height="345" /></a></p>
<p>Actually I love to see that even though the game ,somewhere in the market and hardly to find, is still played by people! Not making money with it&#8230;but I&#8217;m nevertheless very proud of it.</p>
<p>Here is the QR to your android-luck:</p>
<p><a href="https://play.google.com/store/apps/details?id=org.tt" target="_blank"><img src="http://qr.kaywa.com/img.php?s=8&#038;d=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dorg.tt" alt="QRCode"/></a></p>
<p>Feel free to tell everyone you know about it <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Ah, almost forgot the cool trailer I made:<br />
<iframe width="460" height="265" src="http://www.youtube.com/embed/cpMsm9Qrmvk" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=755</wfw:commentRss>
		</item>
		<item>
		<title>Not to forget: F95</title>
		<link>http://thomas.trocha.com/wp/?p=745</link>
		<comments>http://thomas.trocha.com/wp/?p=745#comments</comments>
		<pubDate>Fri, 27 Jul 2012 11:18:45 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=745</guid>
		<description><![CDATA[The promotion of my favorite football team Fortuna Düsseldorf, actually paralyzed me for about a month  Not kidding&#8230;after 15years, WE ARE FINALLY BACK! (At least for a year :D). One thing I created was this image:

And since just one image wasn&#8217;t enough, here the clip:

]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">The promotion of my favorite football team Fortuna Düsseldorf, actually paralyzed me for about a month <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Not kidding&#8230;after 15years, WE ARE FINALLY BACK! (At least for a year :D). One thing I created was this image:</p>
<p style="text-align: center;"><a href="http://thomas.trocha.com/misc/first_try.png" target="_blank"><img class="aligncenter" title="Fortuna Aufstieg 11/12" src="http://thomas.trocha.com/misc/first_try_700px.png" alt="" width="596" height="328" /></a></p>
<p>And since just one image wasn&#8217;t enough, here the clip:<br />
<iframe width="460" height="250" src="http://www.youtube.com/embed/bLg4liV1uzs" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=745</wfw:commentRss>
		</item>
		<item>
		<title>Long time no see&#8230;</title>
		<link>http://thomas.trocha.com/wp/?p=743</link>
		<comments>http://thomas.trocha.com/wp/?p=743#comments</comments>
		<pubDate>Wed, 25 Jul 2012 12:44:23 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Blender]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[gamekit]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=743</guid>
		<description><![CDATA[Yes, it is true. I really neglected the blog for a while. So what am I doing at the moment?
First of all, I working on gamekit to have it in shape for creating the kind of games I want to create.  For that I&#8217;m doing lots of bugfixes and working mainly on the runtime and [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it is true. I really neglected the blog for a while. So what am I doing at the moment?</p>
<p>First of all, I working on <strong>gamekit</strong> to have it in shape for creating the kind of games I want to create.  For that I&#8217;m doing lots of bugfixes and working mainly on the runtime and it&#8217;s lua-layer. Actually I love this project. Finally I&#8217;m home in case of game-engine. Now it has to be stable enough for all platforms, which will still be a tough way,&#8230;</p>
<p>For people that don&#8217;t know gamekit (and I think that are 99,99%). It is a blender-based game-engine. This means you use blender as scene-graph, use (if you want) its bge-bricks for visual logic (most of them are implemented in gamekit) or use lua-scripting inside blender or use c++. Of course you can use all 3 methods altogether. The game can produce code for Linux(my main platform), win and osx plus android and iOS (but the mobile versions still need lots of optimizations). <strong></strong></p>
<p><strong>Caution</strong>: <em>Since this is a 100% community driven engine, there isn&#8217;t that much documentation <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> People who are not willing to make their hands dirty and need everything on a silver plate to produce something should switch to the big good documented and more stable engines like unity3d or udk</em> (btw: I like unity but I do like more to play in the dirt :p)</p>
<p><img class="aligncenter" title="Ogrekit" src="http://bulletphysics.com/ogrekit.jpg" alt="" width="405" height="317" /></p>
<p>So let&#8217;s have a look at <a href="http://code.google.com/p/gamekit/" target="_blank">http://code.google.com/p/gamekit/</a></p>
<p>&#8230;and if I&#8217;m not working on gamekit I&#8217;m working on a game-project with a bunch of people that are located somewhere in Germany. So it is some kind of distributed working. At the moment we see if we can get a publisher of that master-piece of game software <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>&#8230;and if I&#8217;m not working on this one, I&#8217;m involved in a game-project at the University of Applied Sciences Trier&#8230;</p>
<p>&#8230;and if I&#8217;m not doing this I&#8217;m working on a super ambitious Software-Project that should/would/could change software-development, but actually that might only work in my head *lol*</p>
<p>&#8230;and if I&#8217;m not doing this I&#8217;m running or biking so that my head and soul get at least a bit to see from the world. <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Sports is one of the most important things of the day.</p>
<p>Biggest problem is the 24h-day constraint&#8230;there is just too less time for too much things to do <img src='http://thomas.trocha.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=743</wfw:commentRss>
		</item>
		<item>
		<title>Hackathon-Stuff</title>
		<link>http://thomas.trocha.com/wp/?p=737</link>
		<comments>http://thomas.trocha.com/wp/?p=737#comments</comments>
		<pubDate>Sun, 11 Mar 2012 18:24:20 +0000</pubDate>
		<dc:creator>dertom</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://thomas.trocha.com/wp/?p=737</guid>
		<description><![CDATA[
Ok, finally I find some time to write something about &#8220;droidcon-hackathon&#8221;.
It was a real nice event where about 40-50 people were full of energy to write some android apps. There were some proposals about the topics but in the end everyone could decide what kind of app he wants to create.
Of course I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dl.dropbox.com/u/11752001/hackathon.apk"></a></p>
<p>Ok, finally I find some time to write something about &#8220;droidcon-hackathon&#8221;.</p>
<p>It was a real nice event where about 40-50 people were full of energy to write some android apps. There were some proposals about the topics but in the end everyone could decide what kind of app he wants to create.</p>
<p>Of course I wanted to create a game giving <a href="http://code.google.com/p/gamekit/" target="_blank">gamekit-engine</a> another chance. (<em>Btw, gamekit is an opensource engine, that let you write applications for win/mac/linux and IPhone/Android using Blender as SceneEditor and Lua and/or C++ as programming language</em>) Some days before the event I made some experiments in how to get some data from the android java-side of life into the c++ engine. I wrote a jni-mapper that lets you inject messages from java to gamekit&#8217;s message system and also the other way round.</p>
<p><a href="http://thomas.trocha.com/wp/wp-content/uploads/2012/03/bildschirmfoto-blender-home-ttrocha-_dev-extprojects-gamekit-samples-androiddemo-demo-assets-gk_androidblend.png"><img class="alignnone size-full wp-image-741" title="Blender-View" src="http://thomas.trocha.com/wp/wp-content/uploads/2012/03/bildschirmfoto-blender-home-ttrocha-_dev-extprojects-gamekit-samples-androiddemo-demo-assets-gk_androidblend.png" alt="" width="693" height="363" /></a></p>
<p><a href="http://dl.dropbox.com/u/11752001/hackathon.apk">HACKATHON</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.trocha.com/wp/?feed=rss2&amp;p=737</wfw:commentRss>
		</item>
	</channel>
</rss>
