<?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 for netthreads</title>
	<atom:link href="http://www.netthreads.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netthreads.co.uk</link>
	<description></description>
	<lastBuildDate>Sun, 16 Jun 2013 22:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on JavaFX: Mavenize-FX &#8211; GitHub by admin</title>
		<link>http://www.netthreads.co.uk/2013/03/03/javafx-mavenize-fx-github/#comment-1250</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 16 Jun 2013 22:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1517#comment-1250</guid>
		<description><![CDATA[Just pick a java project and run it against it.]]></description>
		<content:encoded><![CDATA[<p>Just pick a java project and run it against it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaFX: Mavenize-FX &#8211; GitHub by berendea</title>
		<link>http://www.netthreads.co.uk/2013/03/03/javafx-mavenize-fx-github/#comment-1249</link>
		<dc:creator>berendea</dc:creator>
		<pubDate>Sun, 16 Jun 2013 15:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1517#comment-1249</guid>
		<description><![CDATA[need code for example]]></description>
		<content:encoded><![CDATA[<p>need code for example</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Demos on Github by Erico</title>
		<link>http://www.netthreads.co.uk/2013/03/12/libgdx-demos-on-github/#comment-1184</link>
		<dc:creator>Erico</dc:creator>
		<pubDate>Sun, 09 Jun 2013 13:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1612#comment-1184</guid>
		<description><![CDATA[Thanks, the examples work very well. With maven the build process become very easy. (I had to adapt &quot;.bat&quot; to &quot;.sh&quot; to add no maven libraries in linux)]]></description>
		<content:encoded><![CDATA[<p>Thanks, the examples work very well. With maven the build process become very easy. (I had to adapt &#8220;.bat&#8221; to &#8220;.sh&#8221; to add no maven libraries in linux)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Demos on Github by admin</title>
		<link>http://www.netthreads.co.uk/2013/03/12/libgdx-demos-on-github/#comment-1083</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 21 May 2013 20:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1612#comment-1083</guid>
		<description><![CDATA[Hi, technically it&#039;s possible to build the demos without maven but not without a great deal of effort which might be better spent attempting the maven build process first. I appreciate your frustration as I was quite confused about Maven initially but it does make sense once you start to use it. 

Essentially the demos require dependencies which can only come easily from a Maven build. If you take it piece by piece I hope you will find that you come to an understanding which will help you in future dealing with Maven.

The initial extension library instructions are here: 

https://github.com/alistairrutherford/netthreads-libgdx/wiki/Build-Instructions

And the main build instructions are here:

https://github.com/alistairrutherford/libgdx-demos/wiki/Build-Instructions

As I said, I was initially confused by Maven but once I grasped what it&#039;s advantages were I realised how wonderful it was in replacing a lot of the problems I had with tying particular versions of jar to a project.

I would suggest you attempt to follow my instructions first and if you get stuck email me.]]></description>
		<content:encoded><![CDATA[<p>Hi, technically it&#8217;s possible to build the demos without maven but not without a great deal of effort which might be better spent attempting the maven build process first. I appreciate your frustration as I was quite confused about Maven initially but it does make sense once you start to use it. </p>
<p>Essentially the demos require dependencies which can only come easily from a Maven build. If you take it piece by piece I hope you will find that you come to an understanding which will help you in future dealing with Maven.</p>
<p>The initial extension library instructions are here: </p>
<p><a href="https://github.com/alistairrutherford/netthreads-libgdx/wiki/Build-Instructions" rel="nofollow">https://github.com/alistairrutherford/netthreads-libgdx/wiki/Build-Instructions</a></p>
<p>And the main build instructions are here:</p>
<p><a href="https://github.com/alistairrutherford/libgdx-demos/wiki/Build-Instructions" rel="nofollow">https://github.com/alistairrutherford/libgdx-demos/wiki/Build-Instructions</a></p>
<p>As I said, I was initially confused by Maven but once I grasped what it&#8217;s advantages were I realised how wonderful it was in replacing a lot of the problems I had with tying particular versions of jar to a project.</p>
<p>I would suggest you attempt to follow my instructions first and if you get stuck email me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Demos on Github by Shashank Sharma</title>
		<link>http://www.netthreads.co.uk/2013/03/12/libgdx-demos-on-github/#comment-1082</link>
		<dc:creator>Shashank Sharma</dc:creator>
		<pubDate>Tue, 21 May 2013 11:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1612#comment-1082</guid>
		<description><![CDATA[Hi, first of all thanks for sharing these demos.. 
I do not know anything about maven at all.. Is there any way I could import these demos in eclipse without maven??]]></description>
		<content:encoded><![CDATA[<p>Hi, first of all thanks for sharing these demos..<br />
I do not know anything about maven at all.. Is there any way I could import these demos in eclipse without maven??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Demos on Github by admin</title>
		<link>http://www.netthreads.co.uk/2013/03/12/libgdx-demos-on-github/#comment-1065</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 May 2013 08:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1612#comment-1065</guid>
		<description><![CDATA[Robert, You generate the eclipse project by running the following maven command in the same directory as the pom file. 

mvn eclipse:eclipse

I hope this helps.]]></description>
		<content:encoded><![CDATA[<p>Robert, You generate the eclipse project by running the following maven command in the same directory as the pom file. </p>
<p>mvn eclipse:eclipse</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Demos on Github by Robert</title>
		<link>http://www.netthreads.co.uk/2013/03/12/libgdx-demos-on-github/#comment-1064</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 08 May 2013 07:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1612#comment-1064</guid>
		<description><![CDATA[Is it possible to open simple shoter as an eclipse project?
It would be much easier to read... is anywhere an instruction how to do it?

thanks for great code, I&#039;m learning from it a lot.]]></description>
		<content:encoded><![CDATA[<p>Is it possible to open simple shoter as an eclipse project?<br />
It would be much easier to read&#8230; is anywhere an instruction how to do it?</p>
<p>thanks for great code, I&#8217;m learning from it a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LibGDX: Scene2D with Box2D by milkotv</title>
		<link>http://www.netthreads.co.uk/2012/03/01/libgdx-scene2d-with-box2d/#comment-1059</link>
		<dc:creator>milkotv</dc:creator>
		<pubDate>Thu, 25 Apr 2013 22:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1179#comment-1059</guid>
		<description><![CDATA[Beautiful code - don&#039;t see that often ...
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Beautiful code &#8211; don&#8217;t see that often &#8230;<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaFX: Java OSC library and JavaFX-based OSC Router by Michael Schmalle</title>
		<link>http://www.netthreads.co.uk/2013/03/05/javafx-java-osc-library-and-router/#comment-952</link>
		<dc:creator>Michael Schmalle</dc:creator>
		<pubDate>Thu, 14 Mar 2013 09:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1526#comment-952</guid>
		<description><![CDATA[Yup,

There are native beat and measure call backs when the app is running.

I also wrote a thread the actually calculates steps in between the beats at a pretty high precision as well for my apps.

BTW, I have to update the key in the lib, or you won&#039;t hear sound.

I am totally rethinking all app my app framework now. I do use RoboGuice and Gucie for IoC.

mike at teotigraphix.com, we should chat.

PS I&#039;m getting into JavaFX because of you. :)]]></description>
		<content:encoded><![CDATA[<p>Yup,</p>
<p>There are native beat and measure call backs when the app is running.</p>
<p>I also wrote a thread the actually calculates steps in between the beats at a pretty high precision as well for my apps.</p>
<p>BTW, I have to update the key in the lib, or you won&#8217;t hear sound.</p>
<p>I am totally rethinking all app my app framework now. I do use RoboGuice and Gucie for IoC.</p>
<p>mike at teotigraphix.com, we should chat.</p>
<p>PS I&#8217;m getting into JavaFX because of you. <img src='http://www.netthreads.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaFX: Java OSC library and JavaFX-based OSC Router by admin</title>
		<link>http://www.netthreads.co.uk/2013/03/05/javafx-java-osc-library-and-router/#comment-951</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Mar 2013 15:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.netthreads.co.uk/?p=1526#comment-951</guid>
		<description><![CDATA[Michael, I hope you find my extensions useful. I like the scene-graph approach to the application framework as it is very intuitive and coming from Flex quite familiar too.

I am going to go through the &#039;getting started&#039; with the Caustic SDK on github when I get a moment. 

Can you tell me if there is a way to synchronise the Android layer with the underlying Caustic beat engine? My little Tonome demo just times the beats itself but I can see this being a problem. Almost like it needs a midi clock-in sort of signal it can latch onto from Caustic.]]></description>
		<content:encoded><![CDATA[<p>Michael, I hope you find my extensions useful. I like the scene-graph approach to the application framework as it is very intuitive and coming from Flex quite familiar too.</p>
<p>I am going to go through the &#8216;getting started&#8217; with the Caustic SDK on github when I get a moment. </p>
<p>Can you tell me if there is a way to synchronise the Android layer with the underlying Caustic beat engine? My little Tonome demo just times the beats itself but I can see this being a problem. Almost like it needs a midi clock-in sort of signal it can latch onto from Caustic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
