<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.local-guru.net,2005:/blog/tag/monster</id>
  <link type="text/html" href="http://www.local-guru.net" rel="alternate"/>
  <link type="application/atom+xml" href="http://www.local-guru.net/blog/tag/monster.atom" rel="self"/>
  <title>GuruBlog : Articles about monster</title>
  <subtitle>local-guru.net</subtitle>
  <updated>2011-05-20T05:50:00+02:00</updated>
  <generator>GuruBlog engine</generator>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/398</id>
    <published>2011-05-20T05:50:00+02:00</published>
    <updated>2011-05-20T05:50:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2011/5/20/new-monsters-again" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">new monsters (again)</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;new monsters appeared, but my friends and I got them!&lt;/p&gt;

&lt;div class="gallery"&gt;
    &lt;a href="/img/gallery/monster/bento-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-bento-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/butter-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-butter-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/clip-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-clip-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/door2-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-door2-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/elevator-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-elevator-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/polish-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-polish-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/toast-monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-toast-monster.jpg"/&gt;&lt;/a&gt;
    
    
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/370</id>
    <published>2011-03-03T14:19:27+01:00</published>
    <updated>2011-03-03T14:19:27+01:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2011/3/3/some-more-new-monsters" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">some more new monsters</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;I found some new monsters this week&lt;/p&gt;

&lt;div class="gallery"&gt;
    &lt;a href="/img/gallery/monster/fireextinguisher_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-fireextinguisher_monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/street_monster1.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-street_monster1.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/street_monster2.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-street_monster2.jpg"/&gt;&lt;/a&gt;
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/369</id>
    <published>2011-02-23T03:34:29+01:00</published>
    <updated>2011-02-23T03:34:29+01:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2011/2/23/how-to-make-a-tentacle-using-processing-and-toxiclibs" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">how to make a tentacle using processing and toxiclibs</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <category term="processing" scheme="http://www.local-guru.net/blog/tag/processing"/>
    <category term="tutorial" scheme="http://www.local-guru.net/blog/tag/tutorial"/>
    <category term="3d" scheme="http://www.local-guru.net/blog/tag/3d"/>
    <category term="toxiclibs" scheme="http://www.local-guru.net/blog/tag/toxiclibs"/>
    <category term="volumetric" scheme="http://www.local-guru.net/blog/tag/volumetric"/>
    <content type="html">&lt;p&gt;&lt;a href="http://toxiclibs.org"&gt;the Toxiclibs&lt;/a&gt; are a very interesting collection of processing libraries. One of the libraries
is called volumeutils and allows to use a volumetric space to model a 3D object.&lt;/p&gt;

&lt;p&gt;I used it to generate a tentacle and export it as a stl file to make it printable on my 3D-printer.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.local-guru.net/processing/tentacle"&gt;click here&lt;/a&gt; to see it live or download the source-code&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/processing/tentacle.png" alt="tentacle" /&gt;
&lt;img src="http://www.local-guru.net/processing/tentacle_print.jpg" alt="tentacle 3D printed" /&gt;&lt;/p&gt;

&lt;p&gt;In the setup method i define a volumetric space containing 100x100x100 voxel, a iso surface and a Triangle mesh (which is needed to display the object
and export it later)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;gfx = new ToxiclibsSupport(this);
VolumetricSpace volume = new VolumetricSpaceArray( new Vec3D(100,200,100), 100, 100, 100 );
IsoSurface surface = new ArrayIsoSurface( volume );
mesh = new TriangleMesh();
&lt;/code&gt;&lt;/pre&gt;
</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/313</id>
    <published>2010-08-23T06:15:00+02:00</published>
    <updated>2010-08-23T06:15:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/8/23/outdoor-monster" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Outdoor Monster</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;These are some monsters that have been found out on the street (tnx to sidney and paul for the ticket monster :-))&lt;/p&gt;

&lt;div class="gallery"&gt;
&lt;a href="/img/gallery/monster/ticket_monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-ticket_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/scale_monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-scale_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/street_monster.jpg" rel="lightbox[monster5]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-street_monster.jpg"/&gt;&lt;/a&gt;
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/303</id>
    <published>2010-07-30T07:32:01+02:00</published>
    <updated>2010-07-30T07:32:01+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/7/30/holliday-monsters" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Holliday Monsters</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;These are some monsters i found in during my holliday&lt;/p&gt;

&lt;div class="gallery"&gt;
&lt;a href="/img/gallery/monster/eggbox_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-eggbox_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/light_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-light_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/outlet_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-outlet_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/radio_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-radio_monster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/shower_monster.jpg" rel="lightbox[monster4]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-shower_monster.jpg"/&gt;&lt;/a&gt;
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/302</id>
    <published>2010-07-03T16:06:00+02:00</published>
    <updated>2010-07-03T16:06:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/7/3/some-more-new-monsters" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">some more new monsters</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;This is a bunch of new monsters I found or got sent from my friends and relatives&lt;/p&gt;

&lt;div class="gallery"&gt;
    &lt;a href="/img/gallery/monster/bag-monster1.jpg" rel="lightbox[monster3]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-bag-monster1.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/cloud-monster.jpg" rel="lightbox[monster3]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-cloud-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/first-aid-kit-monster.jpg" rel="lightbox[monster3]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-first-aid-kit-monster.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/bag-monster2.jpg" rel="lightbox[monster3]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-bag-monster2.jpg"/&gt;&lt;/a&gt;
    &lt;a href="/img/gallery/monster/coffee-monster.jpg" rel="lightbox[monster3]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-coffee-monster.jpg"/&gt;&lt;/a&gt;
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/278</id>
    <published>2010-06-09T20:49:00+02:00</published>
    <updated>2010-06-09T20:49:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/6/9/a-bunch-of-new-monster" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">a bunch of new monster</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;This is a bunch of new monsters I found or got sent from my friends and relatives&lt;/p&gt;

&lt;div class="gallery"&gt;
&lt;a href="/img/gallery/monster/hookmonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-hookmonster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/dogpeemonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-dogpeemonster.jpg"/&gt;&lt;/a&gt;  
&lt;a href="/img/gallery/monster/icecubemonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-icecubemonster.jpg"/&gt;&lt;/a&gt;        
&lt;a href="/img/gallery/monster/tealightmonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-tealightmonster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/stonemonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-stonemonster.jpg"/&gt;&lt;/a&gt;     
&lt;a href="/img/gallery/monster/woodgrainmonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-woodgrainmonster.jpg"/&gt;&lt;/a&gt;
&lt;a href="/img/gallery/monster/installationsmonster.jpg" rel="lightbox[monster2]"&gt;&lt;img border="none" src="/img/gallery/monster/icon-installationsmonster.jpg"/&gt;&lt;/a&gt;
&lt;/div&gt;

</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/264</id>
    <published>2010-05-25T05:47:00+02:00</published>
    <updated>2010-05-25T05:47:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/5/25/thermometer-monster" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Thermometer Monster</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;I found another monster. This one tried to hide in the battery compartment of a clinical thermometer.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/img/gallery/monster/thermometer-monster.jpg" alt="thermometer-monster" /&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/260</id>
    <published>2010-05-11T02:23:00+02:00</published>
    <updated>2010-05-11T02:23:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/5/11/monitor-monster" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Monitor Monster</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;I added another monster to my &lt;a href="http://www.local-guru.net/blog/pages/monster-gallery"&gt;gallery&lt;/a&gt;. This one is sitting right next to me at a customers site.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/img/guru/monitor_monster.jpg" alt="monitor monster" /&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/259</id>
    <published>2010-04-28T03:20:00+02:00</published>
    <updated>2010-04-28T03:20:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/4/28/a-second-car-part-monster" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">A second Car-Part-Monster</title>
    <category term="monster" scheme="http://www.local-guru.net/blog/tag/monster"/>
    <content type="html">&lt;p&gt;A friend of mine sent me another car-part monster, he found yesterday. obviously some of them really
enjoy hiding in old cars&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/img/guru/car_part2_monster.jpg" alt="car-part-monster2" /&gt;&lt;/p&gt;
</content>
  </entry>
</feed>

