3
edits
Changes
→OpenGL
=Graphics=
==OpenGL==
Using OpenGL on the Raspberry Pi appears to be pretty idiosyncratic. For instance, see https://benosteen.wordpress.com/2012/04/27/using-opengl-es-2-0-on-the-raspberry-pi-without-x-windows/. Don't be misled by what is described on that webpage. While correct, far simpler example projects exist on the Raspberry Pi at /opt/vc/src/hello_pi. These are very useful! Read the <code>README </code> there, and get cracking. To get started, you can build every project by running:
<nowiki>
sh rebuild.sh</nowiki>