openGL-RPi-tutorial
openGL-RPi-tutorial copied to clipboard
an introduction to using openGL on the Raspberry Pi
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.