<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
    <title>Aron Petau - studio d+c</title>
    <subtitle>Mein Portfolio, Blog und allgemeine Präsenz online</subtitle>
    <link rel="self" type="application/atom+xml" href="https://aron.petau.net/de/tags/studio-d-c/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://aron.petau.net/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2023-07-27T00:00:00+00:00</updated>
    <id>https://aron.petau.net/de/tags/studio-d-c/atom.xml</id>
    <entry xml:lang="de">
        <title>Lausitz - eine Immersion in (Ent)Zäunung</title>
        <published>2023-07-27T00:00:00+00:00</published>
        <updated>2023-07-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/lusatia/"/>
        <id>https://aron.petau.net/de/project/lusatia/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/lusatia/">&lt;iframe
	class=&quot;youtube-embed&quot;
	src=&quot;https:&#x2F;&#x2F;www.youtube-nocookie.com&#x2F;embed&#x2F;kx6amt2jY7U&quot;
	allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot;
	referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;
&lt;&#x2F;iframe&gt;
&lt;p&gt;Bei einer Exkursion in die Lausitz entstand ein Projekt mit dem Arbeitstitel (Ent)Zäunung.
Hier sind die aktuellen Materialien.&lt;&#x2F;p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;1024&quot; frameborder=&quot;0&quot; allow=&quot;xr-spatial-tracking; gyroscope; accelerometer&quot; allowfullscreen scrolling=&quot;no&quot; src=&quot;https:&#x2F;&#x2F;kuula.co&#x2F;share&#x2F;collection&#x2F;7F22J?logo=1&amp;info=1&amp;fs=1&amp;vr=0&amp;zoom=1&amp;autop=5&amp;autopalt=1&amp;thumbs=3&amp;alpha=0.60&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;h2 id=&quot;Interaktive_Unity-Erfahrung&quot;&gt;Interaktive Unity-Erfahrung&lt;&#x2F;h2&gt;
&lt;p&gt;Erkunde das (Ent)Zäunung-Projekt in dieser interaktiven 3D-Umgebung. Verwende WASD zum Bewegen
und die Maus zum Umsehen.&lt;&#x2F;p&gt;
&lt;div style=&quot;margin-bottom: 10px;&quot;&gt;
  &lt;button id=&quot;muteBtn&quot; onclick=&quot;toggleMute()&quot; style=&quot;padding: 8px 16px; background: #333; color: white; border: none; border-radius: 4px; cursor: pointer;&quot;&gt;
    🔊 Stummschalten
  &lt;&#x2F;button&gt;
&lt;&#x2F;div&gt;
&lt;iframe
  id=&quot;unityFrame&quot;
  src=&quot;&#x2F;webgl&#x2F;lusatia&#x2F;index.html&quot;
  width=&quot;100%&quot;
  height=&quot;650&quot;
  frameborder=&quot;0&quot;
  allowfullscreen
  style=&quot;border: 1px solid #ccc; border-radius: 4px;&quot;&gt;
&lt;&#x2F;iframe&gt;
&lt;script&gt;
let isMuted = false;
function toggleMute() {
  const btn = document.getElementById(&#x27;muteBtn&#x27;);
  const frame = document.getElementById(&#x27;unityFrame&#x27;);
  
  &#x2F;&#x2F; Send message to Unity (requires Unity listener setup)
  if (frame.contentWindow) {
    frame.contentWindow.postMessage({type: &#x27;toggleMute&#x27;, muted: !isMuted}, &#x27;*&#x27;);
  }
  
  &#x2F;&#x2F; Update button
  isMuted = !isMuted;
  btn.innerHTML = isMuted ? &#x27;🔇 Ton an&#x27; : &#x27;🔊 Stummschalten&#x27;;
}
&lt;&#x2F;script&gt;
&lt;p&gt;&lt;strong&gt;Steuerung:&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WASD&lt;&#x2F;strong&gt; oder &lt;strong&gt;Pfeiltasten&lt;&#x2F;strong&gt; - Bewegung&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Maus&lt;&#x2F;strong&gt; - Umsehen&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;F&lt;&#x2F;strong&gt; - Vollbild umschalten&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Autoimmunität</title>
        <published>2023-06-20T00:00:00+00:00</published>
        <updated>2023-06-20T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <author>
          <name>
            Milli Keil
          </name>
        </author>
        
        <author>
          <name>
            Marla Gaiser
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/autoimmunitaet/"/>
        <id>https://aron.petau.net/de/project/autoimmunitaet/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/autoimmunitaet/">&lt;h2 id=&quot;Wie_gestalten_wir_unseren_Weg_zur_Arbeit?&quot;&gt;Wie gestalten wir unseren Weg zur Arbeit?&lt;&#x2F;h2&gt;
&lt;p&gt;Im Rahmen des Design and Computation Studio Kurses haben &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;millikeil.eu&quot;&gt;Milli Keil&lt;&#x2F;a&gt;, &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;marlagaiser.de&quot;&gt;Marla Gaiser&lt;&#x2F;a&gt; und ich ein Konzept für eine spielerische Kritik an unseren Verkehrsentscheidungen und den Idolen, die wir verehren, entwickelt.&lt;br &#x2F;&gt;
Es soll die Frage aufwerfen, ob kommende Generationen weiterhin auf überwiegend grauen Verkehrsteppichen aufwachsen sollten und ob die &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;letztegeneration.org&quot;&gt;Letzte Generation&lt;&#x2F;a&gt;, eine politische Klimaaktivistengruppe in Deutschland, genügend Anerkennung für ihre Aktionen erhält.&lt;&#x2F;p&gt;
&lt;p&gt;Ein Aufruf zur Solidarität.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;assets&#x2F;images&#x2F;autoimmunitaet&#x2F;autoimmunitaet-2.jpg&quot; alt=&quot;The action figures&quot; &#x2F;&gt;
{: .center}&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Die_Scan-Ergebnisse&quot;&gt;Die Scan-Ergebnisse&lt;&#x2F;h2&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Autoimmunität: Letzte Generation Actionfigure&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;3916ba600ef540d0a874506bf61726f2&#x2F;embed?ui_hint=0&amp;ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;h2 id=&quot;Die_Actionfigur,_bereit_zum_Drucken&quot;&gt;Die Actionfigur, bereit zum Drucken&lt;&#x2F;h2&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Autoimmunitaet: Letzte Generation Action Figure&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;deec1b2899af424c91f85cbf35952375&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;h2 id=&quot;Autoimmunität&quot;&gt;Autoimmunität&lt;&#x2F;h2&gt;
&lt;p&gt;Autoimmunität ist ein Begriff für Defekte, die durch eine gestörte Selbsttoleranz eines Systems entstehen.&lt;br &#x2F;&gt;
Diese Störung führt dazu, dass das Immunsystem bestimmte Teile von sich selbst nicht mehr akzeptiert und stattdessen Antikörper bildet.&lt;br &#x2F;&gt;
Eine Einladung zu einer spekulativen, spielerischen Interaktion.&lt;&#x2F;p&gt;


&lt;div id=&quot;image-gallery&quot;&gt;
  &lt;ul class=&quot;gallery&quot;&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-1.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-1.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Actionfiguren im urbanen Umfeld&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-3.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-3.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Actionfiguren in Protestszenen&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-5.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-5.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Detailansicht der Protest-Actionfiguren&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-6.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-6.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Actionfiguren im Zusammenspiel mit urbanen Elementen&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-7.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-7.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Nahaufnahme der Actionfiguren-Details&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-8.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;autoimmunitaet&amp;#x2F;autoimmunitaet-8.jpg&quot; alt=&quot;Unsere Actionfiguren in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Actionfiguren in einer Protestsituation&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
  &lt;&#x2F;ul&gt;
&lt;&#x2F;div&gt;
&lt;h2 id=&quot;Der_Prozess&quot;&gt;Der Prozess&lt;&#x2F;h2&gt;
&lt;p&gt;Die Figuren sind 3D-Scans von uns selbst in verschiedenen typischen Posen der Letzten Generation.&lt;br &#x2F;&gt;
Wir verwendeten Photogrammetrie für die Scans, eine Technik, die viele Fotos eines Objekts nutzt, um ein 3D-Modell davon zu erstellen.&lt;br &#x2F;&gt;
Wir nutzten die App &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;polycam.ai&quot;&gt;Polycam&lt;&#x2F;a&gt;, um die Scans mit iPads und deren eingebauten Lidar-Sensoren zu erstellen.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Träume von Autos</title>
        <published>2023-06-20T00:00:00+00:00</published>
        <updated>2023-06-20T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/dreams-of-cars/"/>
        <id>https://aron.petau.net/de/project/dreams-of-cars/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/dreams-of-cars/">&lt;h2 id=&quot;Fotografie&quot;&gt;Fotografie&lt;&#x2F;h2&gt;
&lt;p&gt;Im Rahmen des Kurses &quot;Fotografie Elementar&quot; bei Sebastian Herold entwickelte ich ein kleines Konzept für eine urbane Intervention.&lt;br &#x2F;&gt;
Die Ergebnisse wurden beim UdK Rundgang 2023 ausgestellt und sind auch hier zu sehen.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;aron.petau.net&#x2F;de&#x2F;project&#x2F;dreams-of-cars&#x2F;suv_door-1.jpg&quot; alt=&quot;Das Galeriestück&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Träume_von_Autos&quot;&gt;Träume von Autos&lt;&#x2F;h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Dies sind nicht einfach nur Autos.&lt;br &#x2F;&gt;
Es sind Sport Utility Vehicles.&lt;br &#x2F;&gt;
Was mögen sie wohl für Hoffnungen und Träume am Fließband gehabt haben?&lt;br &#x2F;&gt;
Träumen sie davon, durch staubige Wüsten zu driften?&lt;br &#x2F;&gt;
Steile, felsige Canyonstraßen zu erklimmen?&lt;br &#x2F;&gt;
Sonnendurchflutete Dünen hinabzugleiten?&lt;br &#x2F;&gt;
Entlegene Pfade in natürlichen Graslandschaften zu entdecken?&lt;br &#x2F;&gt;
Dennoch landeten sie hier auf den Parkplätzen in Berlin.&lt;&#x2F;p&gt;
&lt;p&gt;Was trieb sie hierher?&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;


&lt;div id=&quot;image-gallery&quot;&gt;
  &lt;ul class=&quot;gallery&quot;&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-1.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-1.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV träumt von Wüstenabenteuern&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-2.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-2.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV stellt sich Bergpfade vor&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-3.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-3.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV sehnt sich nach Geländefahrten&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-4.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-4.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV fantasiert von wildem Terrain&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-5.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-5.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV träumt von unberührter Natur&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-6.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-6.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV sehnt sich nach Naturausblicken&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-7.jpg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;dreams-of-cars&amp;#x2F;Dreams_of_Cars-7.jpg&quot; alt=&quot;Träume von Autos&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;SUV wünscht sich Wildnisabenteuer&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
  &lt;&#x2F;ul&gt;
&lt;&#x2F;div&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Stable Dreamfusion</title>
        <published>2023-06-20T00:00:00+00:00</published>
        <updated>2023-06-20T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/stable-dreamfusion/"/>
        <id>https://aron.petau.net/de/project/stable-dreamfusion/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/stable-dreamfusion/">&lt;h2 id=&quot;Stable_Dreamfusion&quot;&gt;Stable Dreamfusion&lt;&#x2F;h2&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Stable-Dreamfusion Pig&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;0af6d95988e44c73a693c45e1db44cad&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;h2 id=&quot;Quellen&quot;&gt;Quellen&lt;&#x2F;h2&gt;
&lt;p&gt;Ich habe eine populäre Implementierung geforkt, die den Google-DreamFusion-Algorithmus nachgebaut hat. Der Original-Algorithmus ist nicht öffentlich zugänglich und closed-source.
Du findest meine geforkte Implementierung &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;arontaupe&#x2F;stable-dreamfusion&quot;&gt;in meinem GitHub-Repository&lt;&#x2F;a&gt;.
Diese Version basiert auf Stable Diffusion als Grundprozess, was bedeutet, dass die Ergebnisse möglicherweise nicht an die Qualität von Google heranreichen.
Die &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;dreamfusion3d.github.io&quot;&gt;ursprüngliche DreamFusion-Publikation und Implementierung&lt;&#x2F;a&gt; bietet weitere Details zur Technik.&lt;&#x2F;p&gt;
&lt;iframe
	class=&quot;youtube-embed&quot;
	src=&quot;https:&#x2F;&#x2F;www.youtube-nocookie.com&#x2F;embed&#x2F;shW_Jh728yg&quot;
	allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot;
	referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;
&lt;&#x2F;iframe&gt;
&lt;h2 id=&quot;Gradio&quot;&gt;Gradio&lt;&#x2F;h2&gt;
&lt;p&gt;Ich habe den Code geforkt, um meine eigene Gradio-Schnittstelle für den Algorithmus zu implementieren. Gradio ist ein hervorragendes Werkzeug für die schnelle Entwicklung von Benutzeroberflächen für Machine-Learning-Modelle. Endnutzer müssen nicht programmieren - sie können einfach ihren Wunsch äußern, und das System generiert ein 3D-Modell (OBJ-Datei), das direkt mit einem Rigging versehen werden kann.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Mixamo&quot;&gt;Mixamo&lt;&#x2F;h2&gt;
&lt;p&gt;Ich habe Mixamo für das Rigging des Modells verwendet. Es ist ein leistungsstarkes Werkzeug für Rigging und Animation von Modellen, aber seine größte Stärke ist die Einfachheit. Solange man ein Modell mit einer einigermaßen humanoiden Form in T-Pose hat, kann man es in Sekunden mit einem Rigging versehen. Genau das habe ich hier gemacht.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Unity&quot;&gt;Unity&lt;&#x2F;h2&gt;
&lt;p&gt;Ich habe Unity verwendet, um das Modell für das Magic Leap 1 Headset zu rendern.
Dies ermöglichte mir, eine interaktive und immersive Umgebung mit den generierten Modellen zu schaffen.&lt;&#x2F;p&gt;
&lt;p&gt;Die Vision war, eine KI-Wunschkammer zu bauen:
Du setzt die AR-Brille auf, äußerst deine Wünsche, und der Algorithmus präsentiert dir ein fast reales Objekt in erweiterter Realität.&lt;&#x2F;p&gt;
&lt;p&gt;Da wir keinen Zugang zu Googles proprietärem Quellcode haben und die Einschränkungen unserer Studio-Computer (die zwar leistungsstark, aber nicht optimal für maschinelles Lernen ausgelegt sind), sind die Ergebnisse nicht so ausgereift wie erhofft.
Trotzdem sind die Resultate faszinierend, und ich bin mit dem Ergebnis zufrieden.
Die Generierung eines einzelnen Objekts in der Umgebung dauert etwa 20 Minuten.
Der Algorithmus kann recht launisch sein - oft hat er Schwierigkeiten, zusammenhängende Objekte zu generieren, aber wenn er erfolgreich ist, sind die Ergebnisse durchaus beeindruckend.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Auraglow</title>
        <published>2023-03-01T00:00:00+00:00</published>
        <updated>2023-03-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <author>
          <name>
            Sebastian Paintner
          </name>
        </author>
        
        <author>
          <name>
            Milli Keil
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/auraglow/"/>
        <id>https://aron.petau.net/de/project/auraglow/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/auraglow/">&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;aron.petau.net&#x2F;de&#x2F;project&#x2F;auraglow&#x2F;cage_closeup_2.jpeg&quot; alt=&quot;Das AR-Set, das wir verwendet haben&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Was macht einen Raum?&lt;br &#x2F;&gt;
Wie entstehen Stimmungen und Atmosphären?&lt;br &#x2F;&gt;
Können wir sie visualisieren, um die Erfahrungen sichtbar zu machen?&lt;&#x2F;p&gt;
&lt;p&gt;Das Projekt &quot;Das Wesen der Dinge&quot; zielt darauf ab, die Wahrnehmung zu erweitern (augmentieren), indem es die Stimmungen von Orten durch die jeweiligen Auren der Objekte im Raum greifbar macht.&lt;br &#x2F;&gt;
Was macht Objekte zu Subjekten?&lt;br &#x2F;&gt;
Wie können wir das Implizite explizit machen?&lt;br &#x2F;&gt;
Und wie können wir den Charakter eines Ortes sichtbar machen?\&lt;&#x2F;p&gt;
&lt;p&gt;Hier hinterfragen wir den konservativen, rein physischen Raumbegriff und adressieren im Projekt eine zeitliche, historische Komponente des Raums, seiner Objekte und deren Vergangenheit.
Der Raum wird sich verwandelt haben: vom einfachen &quot;Gegenstand, auf den sich Interesse, Denken, Handeln richtet&quot; (Definition Objekt Duden), zum &quot;Wesen, das mit Bewusstsein, Denken, Empfinden, Handeln begabt ist&quot; (Definition Subjekt Duden).
Diese Metamorphose der Subjektbildung an Objekten ermöglicht dem Raum, Veränderungen zu erfahren, beeinflusst oder, genauer gesagt, eine Formung, Umformung, Deformation - sodass der Raum schließlich anders und mehrwinklig wahrgenommen werden kann.&lt;&#x2F;p&gt;
&lt;div class=&quot;buttons centered&quot;&gt;
  &lt;a class=&quot;big colored external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;arontaupe&#x2F;auraglow&quot;&gt;Projekt auf GitHub&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Ruminations</title>
        <published>2023-03-01T00:00:00+00:00</published>
        <updated>2023-03-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <author>
          <name>
            Niels Gercama
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/ruminations/"/>
        <id>https://aron.petau.net/de/project/ruminations/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/ruminations/">&lt;h2 id=&quot;Ruminations&quot;&gt;Ruminations&lt;&#x2F;h2&gt;
&lt;p&gt;Dieses Projekt erforscht Datenschutz im Kontext des Amazon-Ökosystems und hinterfragt, wie wir Browser-Fingerprinting unterwandern und das allgegenwärtige Tracking von Verbrauchern in Frage stellen können.&lt;&#x2F;p&gt;
&lt;p&gt;Wir begannen mit einer provokanten Frage: Könnten wir den Wert gesammelter Daten nicht durch Vermeidung, sondern durch aktive Auseinandersetzung mit dem Tracking mindern? Könnten wir, anstatt uns vor der Überwachung zu verstecken, sie mit sinnvollen, aber unvorhersehbaren Mustern überfordern?&lt;&#x2F;p&gt;
&lt;p&gt;Anfangs erwogen wir die Implementierung eines zufälligen Clickbots, um Rauschen in die Datenerfassung einzubringen. Angesichts der Komplexität moderner Datenbereinigungsalgorithmen und der schieren Menge an Daten, die Amazon verarbeitet, wäre ein solcher Ansatz jedoch wirkungslos gewesen. Sie würden das zufällige Rauschen einfach herausfiltern und ihre Analyse fortsetzen.&lt;&#x2F;p&gt;
&lt;p&gt;Dies führte uns zu einer interessanteren Frage: Wie können wir kohärente, nicht-zufällige Daten erstellen, die grundsätzlich unvorhersehbar bleiben? Unsere Lösung bestand darin, Muster einzuführen, die jenseits der Vorhersagefähigkeiten aktueller Algorithmen liegen – ähnlich dem Versuch, das Verhalten von jemandem vorherzusagen, dessen Denkmuster einer eigenen, einzigartigen Logik folgen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Das_Konzept&quot;&gt;Das Konzept&lt;&#x2F;h2&gt;
&lt;p&gt;Wir entwickelten eine Chrome-Browser-Erweiterung, die Amazons Webseiten mit einer dynamischen Entität überlagert, die das Nutzerverhalten verfolgt. Das System verwendet einen Bildklassifizierungsalgorithmus, um die Storefront zu analysieren und Produktanfragen zu formulieren. Nach der Verarbeitung präsentiert es ein &quot;perfekt passendes&quot; Produkt – ein subtiler Kommentar zu algorithmischen Produktempfehlungen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Der_Analoge_Wachhund&quot;&gt;Der Analoge Wachhund&lt;&#x2F;h2&gt;
&lt;p&gt;Die physische Komponente des Projekts besteht aus einer Low-Tech-Installation, die eine Smartphone-Kamera mit Computer-Vision-Algorithmen zur Verfolgung kleinster Bewegungen nutzt. Wir positionierten diese Kamera zur Überwachung der Browser-Konsole eines Laptops, auf dem unsere Erweiterung läuft. Der Kamera-Feed wird auf einem Bildschirm angezeigt, und das System erzeugt roboterhafte Geräusche basierend auf Art und Umfang der erkannten Bewegung. In der Praxis dient es als hörbares Warnsystem für Datenaustausche zwischen Amazon und dem Browser.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Implementierung&quot;&gt;Implementierung&lt;&#x2F;h2&gt;


&lt;div id=&quot;image-gallery&quot;&gt;
  &lt;ul class=&quot;gallery&quot;&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations1.jpeg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations1.jpeg&quot; alt=&quot;Projektinstallationsansicht mit der Browser-Erweiterung in Aktion&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Die Ruminations-Installation in Betrieb&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations2.jpeg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations2.jpeg&quot; alt=&quot;Nahaufnahme der Tracking-Schnittstelle und Datenvisualisierung&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Echtzeit-Tracking-Visualisierung&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations3.jpeg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;ruminations&amp;#x2F;ruminations3.jpeg&quot; alt=&quot;Der analoge Wachhund-Setup mit Kamera und Display&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Das analoge Wachhund-Überwachungssystem&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
  &lt;&#x2F;ul&gt;
&lt;&#x2F;div&gt;
&lt;h2 id=&quot;Code_und_Dokumentation&quot;&gt;Code und Dokumentation&lt;&#x2F;h2&gt;
&lt;p&gt;Möchtest du das Projekt erkunden oder dazu beitragen? Schau dir unser Code-Repository an:&lt;&#x2F;p&gt;
&lt;div class=&quot;buttons centered&quot;&gt;
  &lt;a class=&quot;big colored external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;arontaupe&#x2F;ruminations&quot;&gt;Projekt auf GitHub&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>Lampenschirme</title>
        <published>2022-12-04T00:00:00+00:00</published>
        <updated>2022-12-04T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/lampshades/"/>
        <id>https://aron.petau.net/de/project/lampshades/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/lampshades/">&lt;h2 id=&quot;Lampenschirme&quot;&gt;Lampenschirme&lt;&#x2F;h2&gt;
&lt;p&gt;Im Jahr 2022 lernte ich einige der leistungsfähigsten Werkzeuge kennen, die von Architekten verwendet werden.
Eines davon war Rhino, eine professionelle 3D-Modellierungssoftware, die in der Architekturgestaltung weit verbreitet ist.
Anfangs hatte ich Schwierigkeiten damit - die Benutzeroberfläche wirkte veraltet und wenig intuitiv, stark an Software-Design der 1980er Jahre erinnernd.
Allerdings verfügt es über ein umfangreiches Plugin-Ökosystem, und ein Plugin im Besonderen änderte alles: Grasshopper, eine visuelle Programmiersprache zur Erstellung parametrischer Modelle.
Grasshopper ist bemerkenswert leistungsfähig und funktioniert als vollwertige Programmierumgebung, bleibt dabei aber intuitiv und zugänglich. Der knotenbasierte Workflow ähnelt modernen Systemen, die jetzt in Unreal Engine und Blender auftauchen.
Der einzige Nachteil ist, dass Grasshopper nicht eigenständig ist - es benötigt Rhino sowohl zum Ausführen als auch für viele Modellierungsoperationen.&lt;&#x2F;p&gt;
&lt;p&gt;Die Kombination von Rhino und Grasshopper veränderte meine Perspektive, und ich begann, den anspruchsvollen Modellierungsprozess zu schätzen.
Ich entwickelte ein parametrisches Lampenschirm-Design, auf das ich besonders stolz bin - eines, das sofort modifiziert werden kann, um endlose Variationen zu erstellen.&lt;&#x2F;p&gt;
&lt;p&gt;Der 3D-Druck der Designs erwies sich als unkompliziert - die Verwendung von weißem Filament im Vasen-Modus führte zu diesen eleganten Ergebnissen:&lt;&#x2F;p&gt;


&lt;div id=&quot;image-gallery&quot;&gt;
  &lt;ul class=&quot;gallery&quot;&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade1.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade1.png&quot; alt=&quot;Parametrischer Rhino&amp;#x2F;Grasshopper Lampenschirm 1&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Ein parametrischer Lampenschirm, erstellt mit Rhino und Grasshopper&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade2.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade2.png&quot; alt=&quot;Parametrischer Rhino&amp;#x2F;Grasshopper Lampenschirm 2&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Ein parametrischer Lampenschirm, erstellt mit Rhino und Grasshopper&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade3.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade3.png&quot; alt=&quot;Parametrischer Rhino&amp;#x2F;Grasshopper Lampenschirm 3&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Ein parametrischer Lampenschirm, erstellt mit Rhino und Grasshopper&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade4.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade4.png&quot; alt=&quot;Parametrischer Rhino&amp;#x2F;Grasshopper Lampenschirm 4&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Ein parametrischer Lampenschirm, erstellt mit Rhino und Grasshopper&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade5.jpeg&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;lampshade5.jpeg&quot; alt=&quot;Parametrischer Rhino&amp;#x2F;Grasshopper Lampenschirm 5&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Ein parametrischer Lampenschirm, erstellt mit Rhino und Grasshopper&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;gh_lampshade_flow.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;gh_lampshade_flow.png&quot; alt=&quot;Grasshopper-Graph zur Generierung eines parametrischen Lampenschirms&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Der Grasshopper-Workflow für den Lampenschirm&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;grasshopper_lampshade_flow.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;grasshopper_lampshade_flow.png&quot; alt=&quot;Eine weitere Ansicht des Grasshopper-Skripts&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Der Grasshopper-Workflow für den Lampenschirm&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
      
      
      
      &lt;li class=&quot;gallery-item&quot;&gt;
        &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;result_rhino.png&quot; class=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https:&amp;#x2F;&amp;#x2F;aron.petau.net&amp;#x2F;de&amp;#x2F;project&amp;#x2F;lampshades&amp;#x2F;result_rhino.png&quot; alt=&quot;Gerendeter Lampenschirm in Rhino 3D&quot;&gt;
        &lt;&#x2F;a&gt;
        
          &lt;p class=&quot;caption&quot;&gt;Der resultierende Lampenschirm in Rhino&lt;&#x2F;p&gt;
        
      &lt;&#x2F;li&gt;
    
  &lt;&#x2F;ul&gt;
&lt;&#x2F;div&gt;
</content>
        
    </entry>
</feed>
