<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aa_debdeb</author_name>
  <author_url>https://blog.hatena.ne.jp/aa_debdeb/</author_url>
  <blog_title>Daily Creative Coding</blog_title>
  <blog_url>https://30min-processing.hatenablog.com/</blog_url>
  <categories>
    <anon>インタラクション</anon>
  </categories>
  <description>/** * Untouchable Dots * * @author aa_debdeb * @date 2015/11/12 */ void setup(){ size(500, 500); smooth(); frameRate(30); } void draw(){ background(255); noStroke(); fill(0); for(int x = 0; x &lt; 50; x++){ for(int y = 0; y &lt; 50; y++){ PVector pos = new PVector(x * 10 + 5, y * 10 + 5); PVector mouse = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F30min-processing.hatenablog.com%2Fentry%2F2015%2F11%2F12%2F000000&quot; title=&quot;マウスを避けるドット - Daily Creative Coding&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-11-12 00:00:00</published>
  <title>マウスを避けるドット</title>
  <type>rich</type>
  <url>https://30min-processing.hatenablog.com/entry/2015/11/12/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
