<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>turane_gaku</author_name>
  <author_url>https://blog.hatena.ne.jp/turane_gaku/</author_url>
  <blog_title>つらねの日記</blog_title>
  <blog_url>https://turanegaku.hateblo.jp/</blog_url>
  <categories>
    <anon>Processing</anon>
  </categories>
  <description>前書き Processingである程度重量のあるゲームなどを作っていて、setup内部で多くの画像や音楽などを読み込むようにしていると、読み込みに時間がかかり何も画面が出てこないため心配になることがある。 そこで、画面を表示させた後で別スレッドで読み込みを行い、その間はロード画面を表示することでそのような憂いをなくすことができるのではないかと考えた。 Before void setup() { size(200, 100); //重い処理 for (int per = 0; per &lt; 100; per++) { try { Thread.sleep(100l); } catch(Interr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fturanegaku.hateblo.jp%2Fentry%2F2015%2F03%2F02%2F181526&quot; title=&quot;NowLoadingのすゝめ - つらねの日記&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-03-02 18:15:26</published>
  <title>NowLoadingのすゝめ</title>
  <type>rich</type>
  <url>https://turanegaku.hateblo.jp/entry/2015/03/02/181526</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
