<p>
<a href="https://www.raspberrypi.org/downloads/raspbian/" target="_blank">Raspbian</a>
is a Debian-based operating system for the
<a href="https://www.raspberrypi.org/" target="_blank">Raspberry Pi</a>.
</p>

<p>
It utilizes the following features:
</p>
<ul>
<li>Stream videos in HD with hardware-accelerated MPEG-4 decoding.</li>
<li>Play 3d video games with hardware-accelerated graphics rendering:
<ul>
<li>Raspberry Pi 3
<ul>
<li>The proprietary OpenGLES driver (better performance)<br />
is installed by <code>rpi-update</code>, which installs <code>libEGL.so</code> and <code>libGLESv2.so</code>.</li>
<li>The (experimental) open source OpenGL driver <em>VC4</em><br />
can be enabled using <code>raspi-config</code>.</li>
</ul>
</li>
<li>Raspberry Pi 4
<ul>
<li>The open source OpenGL driver <em>V3D</em> is enabled by default.</li>
</ul>
</li>
</ul>
</li>
</ul>

<p>
After Raspbian has been installed, I recommend having a look at<br />
<code>post_install_rasp.sh</code>, which is found at <a href="#files">the bottom of this page</a>.
</p>

<h3>External links for further information</h3>
<ul>
<li><a href="https://www.raspberrypi.org/" target="_blank">
https://www.raspberrypi.org/</a></li>
<li><a href="https://www.raspberrypi.org/software/operating-systems/" target="_blank">
https://www.raspberrypi.org/software/operating-systems/</a></li>
</ul>