<li>example/perspective - See an image in a perspective view</li>
<li>example/rotate - Rotates an image</li>
<li>etc.</li>
</ul>
<h2>
<aid="user-content-install-on-mac-os-x"class="anchor"href="#install-on-mac-os-x"aria-hidden="true"><spanclass="octicon octicon-link"></span></a>Install on Mac OS X</h2>
<pre><code>:; brew install glew
:; brew install glfw3 # or homebrew/versions/glfw3
:; go get -u github.com/hajimehoshi/ebiten
</code></pre>
<h2>
<aid="user-content-execute-the-example"class="anchor"href="#execute-the-example"aria-hidden="true"><spanclass="octicon octicon-link"></span></a>Execute the example</h2>
<pre><code>:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
:; go run blocks/main.go
</code></pre>
<h3>
<aid="user-content-benchmark-the-example"class="anchor"href="#benchmark-the-example"aria-hidden="true"><spanclass="octicon octicon-link"></span></a>Benchmark the example</h3>
<pre><code>:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example