<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Trojan Math Challenge Progress</title>
	<atom:link href="http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/</link>
	<description>Inductive Game Design Research</description>
	<lastBuildDate>Mon, 03 Nov 2014 07:08:02 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sirleto</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3496</link>
		<dc:creator>sirleto</dc:creator>
		<pubDate>Sat, 22 May 2010 22:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3496</guid>
		<description>ah - always this totaly unintuitive complicated java crap ...

i can &quot;run&quot; it from eclipse (dev environment) but i&#039;m to stupid to start the aplett without it ... so i can send you what i have but to get it running probably requires another java expert or a full eclipse installation...

*argh* do you have any experience with java / java apletts?</description>
		<content:encoded><![CDATA[<p>ah &#8211; always this totaly unintuitive complicated java crap &#8230;</p>
<p>i can &#8220;run&#8221; it from eclipse (dev environment) but i&#8217;m to stupid to start the aplett without it &#8230; so i can send you what i have but to get it running probably requires another java expert or a full eclipse installation&#8230;</p>
<p>*argh* do you have any experience with java / java apletts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krystian Majewski</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3494</link>
		<dc:creator>Krystian Majewski</dc:creator>
		<pubDate>Sat, 22 May 2010 22:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3494</guid>
		<description>You show-off. But yeah, having it locally would could help. I need to have some kind of  reference to check if the stuff I come up with makes any sense.</description>
		<content:encoded><![CDATA[<p>You show-off. But yeah, having it locally would could help. I need to have some kind of  reference to check if the stuff I come up with makes any sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sirleto</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3493</link>
		<dc:creator>sirleto</dc:creator>
		<pubDate>Sat, 22 May 2010 22:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3493</guid>
		<description>i just used the applet now, adding loading of trojans and rendering &quot;all of em&quot;

i would love to upload it only as a toy - but as usually i am stuck with java file rights / permissions ... i can&#039;t put it on webspace and have the trojans file loaded ... so i can send it to you via mail if you want ...

here is a first screenshot:
http://www.gameprogramming.de/renkel/portfolio/images/works/2010_trojans_viewer.gif</description>
		<content:encoded><![CDATA[<p>i just used the applet now, adding loading of trojans and rendering &#8220;all of em&#8221;</p>
<p>i would love to upload it only as a toy &#8211; but as usually i am stuck with java file rights / permissions &#8230; i can&#8217;t put it on webspace and have the trojans file loaded &#8230; so i can send it to you via mail if you want &#8230;</p>
<p>here is a first screenshot:<br />
<a href="http://www.gameprogramming.de/renkel/portfolio/images/works/2010_trojans_viewer.gif" rel="nofollow">http://www.gameprogramming.de/renkel/portfolio/images/works/2010_trojans_viewer.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krystian Majewski</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3490</link>
		<dc:creator>Krystian Majewski</dc:creator>
		<pubDate>Sat, 22 May 2010 15:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3490</guid>
		<description>I checked that Java applet. The problem there is that they are doing a ton of unit conversions to prepare the calculations. And they are spread all over the place. Since none of the code is commented it&#039;s quite difficult to understand what they do exactly. But I can probably salvage some code from it. For example, I recognized a neat bit of code to calculate the &lt;a href=&quot;http://en.wikipedia.org/wiki/True_anomaly&quot; rel=&quot;nofollow&quot;&gt;True Anomaly&lt;/a&gt; from the &lt;a href=&quot;http://en.wikipedia.org/wiki/Mean_anomaly&quot; rel=&quot;nofollow&quot;&gt;Mean Anomally&lt;/a&gt;. That&#039;s one problem I don&#039;t have to deal with anymore.

I will just ignore the problem of data for now and do an orbit visualization tool.</description>
		<content:encoded><![CDATA[<p>I checked that Java applet. The problem there is that they are doing a ton of unit conversions to prepare the calculations. And they are spread all over the place. Since none of the code is commented it&#8217;s quite difficult to understand what they do exactly. But I can probably salvage some code from it. For example, I recognized a neat bit of code to calculate the <a href="http://en.wikipedia.org/wiki/True_anomaly" rel="nofollow">True Anomaly</a> from the <a href="http://en.wikipedia.org/wiki/Mean_anomaly" rel="nofollow">Mean Anomally</a>. That&#8217;s one problem I don&#8217;t have to deal with anymore.</p>
<p>I will just ignore the problem of data for now and do an orbit visualization tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sirleto</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3487</link>
		<dc:creator>sirleto</dc:creator>
		<pubDate>Sat, 22 May 2010 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3487</guid>
		<description>ah okay, found it myself:
http://ssd.jpl.nasa.gov/sbdb_query.cgi

niiiice ;-)</description>
		<content:encoded><![CDATA[<p>ah okay, found it myself:<br />
<a href="http://ssd.jpl.nasa.gov/sbdb_query.cgi" rel="nofollow">http://ssd.jpl.nasa.gov/sbdb_query.cgi</a></p>
<p>niiiice <img src='http://gamedesignreviews.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sirleto</title>
		<link>http://gamedesignreviews.com/scrapbook/the-trojan-math-challenge-progress/comment-page-1/#comment-3486</link>
		<dc:creator>sirleto</dc:creator>
		<pubDate>Sat, 22 May 2010 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://gamedesignreviews.com/?p=1646#comment-3486</guid>
		<description>thanks for your update.

i will try to get that java aplett running,
as soon as i can mess with the code, i try to add the JPL list of trojans into it ... only problem i can see now (there will be more soon, i&#039;m pretty sure ;) is how to find all trojans in JPL... is there some kind of list? i don&#039;t find apropriate links to it ...</description>
		<content:encoded><![CDATA[<p>thanks for your update.</p>
<p>i will try to get that java aplett running,<br />
as soon as i can mess with the code, i try to add the JPL list of trojans into it &#8230; only problem i can see now (there will be more soon, i&#8217;m pretty sure <img src='http://gamedesignreviews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  is how to find all trojans in JPL&#8230; is there some kind of list? i don&#8217;t find apropriate links to it &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
