<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ARMonkeyKit</title>
	<atom:link href="http://armonkeykit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://armonkeykit.wordpress.com</link>
	<description>An Augmented Reality Toolkit enabling the use of jMonkeyEngine</description>
	<lastBuildDate>Wed, 05 Jan 2011 11:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='armonkeykit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ARMonkeyKit</title>
		<link>http://armonkeykit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://armonkeykit.wordpress.com/osd.xml" title="ARMonkeyKit" />
	<atom:link rel='hub' href='http://armonkeykit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Easy Content Loading added to ARMonkeyKit</title>
		<link>http://armonkeykit.wordpress.com/2010/04/23/easy-content-loading-added-to-armonkeykit/</link>
		<comments>http://armonkeykit.wordpress.com/2010/04/23/easy-content-loading-added-to-armonkeykit/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:12:11 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=21</guid>
		<description><![CDATA[Thanks to one of the features in JME, the obj to jme convertor, it is easy to provide a simple way for the application developer to load in custom models and content to associate to a marker. If you want to make use of this in your ARMonkeyKit applications, take a look at the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=21&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to one of the features in JME, the obj to jme convertor, it is easy to provide a simple way for the application developer to load in custom models and content to associate to a marker.</p>
<p>If you want to make use of this in your ARMonkeyKit applications, take a look at the new example in the latest revision ARMaggie. This places a model of Maggie Simpson onto a marker. You can probably see how this works from the code but here is a brief explanation:</p>
<p>Making use of the Object Loader static class all you need to do is call the loadObjectFromFile method, providing a name to identify the model, and the location of the .obj file.</p>
<p>It is important that if you have a material file for the model, this is in the same directory as the .obj file.</p>
<p>This will then return a Node, which you can treat the same as any other content from the previous examples.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=21&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/04/23/easy-content-loading-added-to-armonkeykit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
		<item>
		<title>ARMonkeyKit OpenGL error resolved</title>
		<link>http://armonkeykit.wordpress.com/2010/04/01/armonkeykit-opengl-error-resolved/</link>
		<comments>http://armonkeykit.wordpress.com/2010/04/01/armonkeykit-opengl-error-resolved/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:47:43 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=17</guid>
		<description><![CDATA[The latest version of ARMonkeyKit which is in the repository contains the fix for the OpenGL error which was created by adding bounding boxes to models. The issue was as a result of the synchronization object (SyncObject) which has now been replaced with a more elegant solution.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=17&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The latest version of ARMonkeyKit which is in the repository contains the fix for the OpenGL error which was created by adding bounding boxes to models. The issue was as a result of the synchronization object (SyncObject) which has now been replaced with a more elegant solution.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=17&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/04/01/armonkeykit-opengl-error-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
		<item>
		<title>ARMonkeyKit OpenGL error found</title>
		<link>http://armonkeykit.wordpress.com/2010/03/04/armonkeykit-opengl-error-found/</link>
		<comments>http://armonkeykit.wordpress.com/2010/03/04/armonkeykit-opengl-error-found/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 10:26:20 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ARMonkeyKit]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[Invalid Value 1281]]></category>
		<category><![CDATA[jME]]></category>
		<category><![CDATA[OpenGL error]]></category>
		<category><![CDATA[Quick Time]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=15</guid>
		<description><![CDATA[This is a quick post regarding a bug which exists in the framework. As mentioned in a previous post, the next step with this is to add a content manager to allow model and texture loading simply on behalf of the developer. However, in doing so a bug has been discovered with the OpenGL sub [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=15&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a quick post regarding a bug which exists in the framework. As mentioned in a previous post, the next step with this is to add a content manager to allow model and texture loading simply on behalf of the developer. However, in doing so a bug has been discovered with the OpenGL sub system that runs the camera feed.</p>
<p>The error can be invoked by adding jME bounding boxes to objects, which is very strange as this should have no direct affect on the camera feed.</p>
<p>The error which you get is:</p>
<blockquote><p>OpenGL Invalid Value (1281)</p></blockquote>
<p>Googling suggests that this is related to a texture size issue, however it seems strange that by adding a bounding box (which has nothing to do with the camera texture) suddenly this error occurs.</p>
<p>It is been worked on at present, and I&#8217;ll update this blog when it is sorted, in the meantime if any jME gurus have an idea why this may be happening feel free to leave a comment!</p>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=15&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/03/04/armonkeykit-opengl-error-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
		<item>
		<title>Building an ARMonkeyKit application</title>
		<link>http://armonkeykit.wordpress.com/2010/03/03/building-an-armonkeykit-application/</link>
		<comments>http://armonkeykit.wordpress.com/2010/03/03/building-an-armonkeykit-application/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:12:05 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ARMonkeyKit]]></category>
		<category><![CDATA[ARMonkeyKitApp]]></category>
		<category><![CDATA[Augmented Reality Framework]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=11</guid>
		<description><![CDATA[It&#8217;s as easy as 123..4 First things first, we are going to use the ARTeapotTorus as example code here, it&#8217;s in the framework sourcecode (armonkeykit.core.examples.patternmarkers) 1. The basics of the application, defining the class and the main method: public class ARTeapotTorus extends ARMonkeyKitApp { You can see here that we are extending ARMonkeyKitApp, this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=11&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>It&#8217;s as easy as 123..4</strong></p>
<p><strong><span style="font-weight:normal;">First things first, we are going to use the ARTeapotTorus as example code here, it&#8217;s in the framework sourcecode (armonkeykit.core.examples.patternmarkers)</span></strong></p>
<p><strong>1. The basics of the application, defining the class and the main method:</strong></p>
<blockquote><p>public class ARTeapotTorus extends ARMonkeyKitApp {</p></blockquote>
<p>You can see here that we are extending ARMonkeyKitApp, this is the entry point to the framework, all applications which are using the framework must make use of this abstract class. It enforces the basic methods which allow you to build functionality. After including a <strong>super() </strong>call in the constructor it&#8217;s on to the main method so we can run this code:</p>
<blockquote>
<div id="_mcePaste">public static void main (String[] args) {</div>
<div id="_mcePaste">ARTeapotTorus app = new ARTeapotTorus();</div>
<div id="_mcePaste">app.setConfigShowMode(ConfigShowMode.AlwaysShow);</div>
<div id="_mcePaste">app.start();</div>
<div id="_mcePaste">}</div>
</blockquote>
<div>The two lines following the application creation come straight from the jMonkeyEngine which handles our 3D content, setConfigShowMode simply tells the application whether or not to show configuration dialogue (for screen resolution) at startup or not, and then app.start() runs the application.</div>
<div><strong>2. The simpleInitARSystem method</strong></div>
<div>The framework has support for two different types of fiducial marker at present. The type which we will use in our example applications is a Pattern Marker. This is a pattern which is known to the computer using ARToolkit&#8217;s pattern generator, the example ones which are included are pattHiro and pattKanji (in the ardata folder). It also supports the NyIDmarker model 2 system, which will be covered at a later date as this area of the framework is still in development.</div>
<div>With this in mind we initialise the marker processor which will be used:</div>
<blockquote>
<div>markerProcessor = initPatternProcessor();</div>
</blockquote>
<div>Now the system knows that we are dealing with the pattern based markers. In order to tell the system what to do when it detects a marker, we need to specify an event listener. The default listener which is included with the framework at the time of writing is a NodeTranslateListener. The function of this is to calculate the transformation of the marker, and apply it to any 3D content which is associated with it. This is the basic functionality of many AR applications.</div>
<blockquote>
<div>
<div><span style="white-space:pre;"> </span>rtl = new NodeRotateTranslateListener();</div>
<div><span style="white-space:pre;"> </span>markerProcessor.registerEventListener(rtl);</div>
</div>
</blockquote>
<div>Now the system knows what type of markers we want to use and what we want to use them for. The AR system is now initialised. Easy right?</div>
<div><strong>3. addMarkers method</strong></div>
<div>The other method which we will use from the ARMonkeyKitApp class is addMarkers. Here we specify what markers the system should look for, and set up relationships between those markers and 3D content. The framework does most of the heavy lifting here, so it is a few API calls on the developers behalf:</div>
<blockquote>
<div>
<div><span style="white-space:pre;"> </span>PatternMarker kanji = markerProcessor.createMarkerObject(&#8220;kanji&#8221;, 16,                               &#8220;ardata/patt.kanji&#8221;);</div>
<div><span style="white-space:pre;"> </span>markerProcessor.registerMarker(kanji);</div>
</div>
</blockquote>
<div>Here we have created a marker object and registered it with the system. The three parameters which are used are as follows:</div>
<div>
<ul>
<li>String uniqueID &#8211; a unique identifier for the marker object</li>
<li>int Segments &#8211; the resolution of the pattern file. This is determined at pattern creation, for the example patterns it should always be 16 (the highest possible is 64)</li>
<li>String path &#8211; this is the filepath to the pattern file (not the pdf) where the system finds a representation of the pattern file. Again this is taken care of by the pattern generator, you just need to give the path.</li>
</ul>
</div>
<div>Now that we have that taken care of, let&#8217;s create some content. jME makes this quite easy, let&#8217;s register a teapot to our marker. First we create a node for the teapot. This is very important. The node is what the eventlistener acts upon.</div>
<blockquote>
<div style="text-align:left;">Node teapotAffectedNode = new Node(&#8220;Affected Teapot Node&#8221;);</div>
</blockquote>
<div style="text-align:left;">Now we create a teapot:</div>
<blockquote>
<div style="text-align:left;">
<div style="text-align:left;"><span style="white-space:pre;"> </span>Teapot tp = new Teapot(&#8220;ShinyTeapot&#8221;);</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>tp.setLocalScale(10f);</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>// rotate our teapot so its base sits on the marker</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>Quaternion q = new Quaternion();</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>q = q.fromAngleAxis(-FastMath.PI/2,new Vector3f(1f,0f,0f));</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>tp.setLocalRotation(q);</div>
</div>
</blockquote>
<div style="text-align:left;">We then attach the teapot to our affected node, and then that to the root node of the scene:</div>
<blockquote>
<div style="text-align:left;">
<div style="text-align:left;"><span style="white-space:pre;"> </span>teapotAffectedNode.attachChild(tp);</div>
<div style="text-align:left;"><span style="white-space:pre;"> </span>rootNode.attachChild(teapotAffectedNode);</div>
</div>
</blockquote>
<div style="text-align:left;">Then we must make two final api calls, the second is vital.</div>
<blockquote>
<div style="text-align:left;">rtl.associate(kanji, teapotAffectedNode);</div>
<div style="text-align:left;">markerProcessor.finaliseMarkers();</div>
</blockquote>
<div style="text-align:left;">The first uses the EventListener to make an association between marker and content. The second call tells the system that we have added new markers. If this is not called then you will get an exception as the list of markers will not have been finalised and therefore cannot be used by the system.</div>
<div style="text-align:left;">That really is all there is to building a simple application which associates a 3D model to a marker and then allows you to manipulate the model by rotating the marker. The ARMonkeyKit framework is very powerful in removing code from the developer and just allowing them to concentrate on the content of the application.</div>
<div style="text-align:left;"><strong>Oh yeah&#8230; number 4</strong></div>
<div style="text-align:left;">You may notice that the ARMonkeyKitApp mandates that you have a callUpdates() method in your code. For applications such as this, that method can stay empty as it adds complex functionality which isn&#8217;t required here.</div>
<div style="text-align:left;">Hopefully that helps with understanding the example code a bit more. The next development of the framework is to add a content manager which will allow easy loading of .obj 3D model files. Watch this space as always.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=11&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/03/03/building-an-armonkeykit-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting up and running on ARMonkeyKit on Windows 7</title>
		<link>http://armonkeykit.wordpress.com/2010/03/03/getting-up-and-running-on-armonkeykit-on-windows-7/</link>
		<comments>http://armonkeykit.wordpress.com/2010/03/03/getting-up-and-running-on-armonkeykit-on-windows-7/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:39:43 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ARMonkeyKit]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[java framework]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[winVDIG]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=9</guid>
		<description><![CDATA[We are currently developing the framework in Windows 7 with JDK 1.6 and the eclipse IDE. If you want to use ARMonkeyKit, download the source code via our Google Code project at: http://code.google.com/p/armonkeykit Once you have imported it into your IDE you may need to make a couple of changes to your IDE. In eclipse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=9&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are currently developing the framework in Windows 7 with JDK 1.6 and the eclipse IDE.</p>
<p>If you want to use ARMonkeyKit, download the source code via our Google Code project at:<a href="http://code.google.com/p/armonkeykit" target="_blank"> http://code.google.com/p/armonkeykit</a></p>
<p>Once you have imported it into your IDE you may need to make a couple of changes to your IDE. In eclipse the default workspace setting for &#8220;forbidden access restrictions&#8221; is to provide the user with an error. These access restrictions don&#8217;t actually prevent anything from working, and come from the ARToolkit code. In order to resolve this edit your project settings to ignore this type of warning. (In eclipse it can be found at Window&gt;Preferences&gt;Java&gt;Compiler &gt; Errors and Warnings then Deprecated and restricted API)</p>
<p>This should remove all access restriction errors from your project.</p>
<p>You will need the latest version of <a href="http://java.sun.com/javase/technologies/desktop/media/jmf/" target="_blank">JMF</a> installed to your machine (this is a requirement of the underlying toolkits)</p>
<p>ARMonkeyKit makes use of <a href="http://www.apple.com/quicktime/download/" target="_blank">QuickTime</a> libraries in order to work with your webcam. Therefore you must have QuickTime installed, the latest version is recommended for this. In order to allow JAVA to interface with quicktime another piece of software is required called WinVDIG. This software can be found at the following <a href="http://www.eden.net.nz/7/20071008/" target="_blank">mirror</a>. <strong>NB: Please use version 1.0.1 rather than the latest ones. Apple appear to have changed some code in the QuickTime libraries which has affected the performance of WinVDIG. </strong></p>
<p>Upon completing the installation of WinVDIG you will be asked if you want to test the installation using QTCap.exe. Allow this and ensure that no error messages are shown, you should be good to go if so! (If you have errors, post a comment here and I will try my best to provide the solution)</p>
<p>Finally you may have to locate the QTJava.zip library which is on the build path of the project. As default the framework will search for this within your JRE folder. If it is not present here, it will likely be in the default install location: C:/Program Files/QuickTime/QTSystem/QTJava.zip</p>
<p>You should now have an errorless project with a properly configured build path. In order to confirm that everything is working, there are examples provided in the framework. Within the ardata folder you will find pattHiro.pdf and pattKanji.pdf files. Print both of these markers as they are used by the examples.</p>
<p>Once you have your markers, navigate to the armonkeykit.core.examples.patternmarkers package and run the ARTeapotTorus example. If all goes well you will see your webcam feed, and then holding the markers infront of the camera will display the models which are related to them. The next post will cover the basics of building a simple application such as the TeapotTorus one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=9&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/03/03/getting-up-and-running-on-armonkeykit-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
		<item>
		<title>What is ARMonkeyKit?</title>
		<link>http://armonkeykit.wordpress.com/2010/03/03/what-is-armonkeykit/</link>
		<comments>http://armonkeykit.wordpress.com/2010/03/03/what-is-armonkeykit/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:08:29 +0000</pubDate>
		<dc:creator>ajclarkson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ARMonkeyKit]]></category>
		<category><![CDATA[ARToolkit]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[Augmented Reality Framework]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[jMonkeyEngine]]></category>
		<category><![CDATA[NyARToolkit]]></category>

		<guid isPermaLink="false">http://armonkeykit.wordpress.com/?p=4</guid>
		<description><![CDATA[ARMonkeyKit is an open source framework which aims to enable rapid prototyping of Augmented Reality applications in the JAVA programming language. Currently, the ARToolKit provides an easy way to build Augmented Reality applications in a number of languages, but unfortunately not JAVA. The toolkit takes care of many of the underlying challenges of Augmented Reality [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=4&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>ARMonkeyKit is an open source framework which aims to enable rapid prototyping of Augmented Reality applications in the JAVA programming language.</strong></p>
<p>Currently, the <a href="http://www.hitl.washington.edu/artoolkit/">ARToolKit</a> provides an easy way to build Augmented Reality applications in a number of languages, but unfortunately not JAVA. The toolkit takes care of many of the underlying challenges of Augmented Reality applications, such as marker detection algorithms and the application of basic 3D transformations. This makes it an ideal base for a number of applications.</p>
<p>Japanese developer <a href="http://nyatla.jp" target="_blank">Nyatla</a> took on the challenge of porting the popular toolkit to JAVA, as well as a number of other platforms including android. From this <a href="http://http://nyatla.jp/nyartoolkit/wiki/index.php?FrontPage.en" target="_blank">NyARToolKit</a> was launched, providing developers with the ease of use from ARToolkit, but in the JAVA language with options to interface with the JMF, Java3D and jOGL graphics libraries. Finally Augmented Reality with JAVA was here.</p>
<p><strong>So where does ARMonkeyKit fit in? </strong></p>
<p>As part of my Masters by Research Thesis at <a href="http://www.dur.ac.uk">Durham University</a> I am building AR applications, it is desirable for them to be in JAVA in order to allow future integrations with a number of other projects currently underway in our research group (<a href="http://tel.dur.ac.uk" target="_blank">Technology Enhanced Learning</a>). While NyARToolkit provides a great way of building such applications, it is a port of ARToolkit and therefore some of its limitations carry across. ARMonkeyKit is an extension of this toolkit into a fully developed framework with a simple API to allow rapid prototyping of applications. The other major acheivement of ARMonkeyKit is the ability to interface with the jMonkeyEngine graphics and game libraries. This makes it even easier to create 3D content to use within AR environments. Working with <a href="http://andrewhatch.net" target="_blank">Dr. Andrew Hatch</a> we have released the framework as an open source project <a href="http://code.google.com/p/armonkeykit" target="_blank">on Google Code</a></p>
<p>This blog will be updated with the latest developments from the framework and examples of how to get the most out of it, it will also act as a forum for feedback and questions by you, the end user and hopefully we will build an active community through the comments system.</p>
<p>An early tech demo of the system can be found on youtube, <a href="http://http://www.youtube.com/watch?v=UkMHNwBmApE" target="_blank">demonstrating the basic functionality</a> running at high fps. Watch this space for more.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armonkeykit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armonkeykit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armonkeykit.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armonkeykit.wordpress.com&amp;blog=11551195&amp;post=4&amp;subd=armonkeykit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armonkeykit.wordpress.com/2010/03/03/what-is-armonkeykit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb9e53991aeb06bae4dcd8702e963a7e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajclarkson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
