learning opengl on pi
Posted: Fri Sep 19, 2014 12:24 am
by sdd
I'm interested in learning opengl, but my desktop PCs have gpu heating issues. Is it viable to start learning opengl on a pi? If so, where do I start? I have intermediate c++ skills, and I find overly ambitious projects the best learning experiences. Is opengl es much different from desktop gl? Thanks!
Re: learning opengl on pi
Posted: Fri Sep 19, 2014 5:55 am
by fruitoftheloom
sdd wrote:I'm interested in learning opengl, but my desktop PCs have gpu heating issues. Is it viable to start learning opengl on a pi? If so, where do I start? I have intermediate c++ skills, and I find overly ambitious projects the best learning experiences. Is opengl es much different from desktop gl? Thanks!
RPi OpenGL ES
https://github.com/peepo/openGL-RPi-tutorial
Also this may give some pointers
http://arcsynthesis.org/gltut
Re: learning opengl on pi
Posted: Fri Sep 19, 2014 6:41 am
by riklaunim
Plus differences between OpenGL versions and implementations in various GPU drivers.
Re: learning opengl on pi
Posted: Fri Sep 19, 2014 9:36 pm
by sdd
Okay, thanks!