learning opengl on pi
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!
-
- Posts: 25249
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: learning opengl on pi
RPi OpenGL ES https://github.com/peepo/openGL-RPi-tutorialsdd 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!
Also this may give some pointers http://arcsynthesis.org/gltut
The information is out there....you just have to let it in.
My other Linux machine is a ChromeBox
My other Linux machine is a ChromeBox
Re: learning opengl on pi
Plus differences between OpenGL versions and implementations in various GPU drivers.
Re: learning opengl on pi
Okay, thanks!