openGL-RPi-tutorial icon indicating copy to clipboard operation
openGL-RPi-tutorial copied to clipboard

an introduction to using openGL on the Raspberry Pi

Results 4 openGL-RPi-tutorial issues
Sort by recently updated
recently updated
newest added

tutorial01_first_screen: /home/pi/OpenGL_RPI_Tutorial/openGL-RPi-tutorial/common/startScreen.cpp:107: void InitGraphics(): Assertion `GSurface != EGL_NO_SURFACE' failed.

…ks/openvg/pull/60/files, project builds on Raspberry Pi B+, not tested on other platforms

Hi Peepo! Please find PR, which enables cross compilation from host linux machine. Thanks!

There was a malloc() in the render loop that never got free()d. Caused out-of-memory after just a few seconds of running.