raspberrypi icon indicating copy to clipboard operation
raspberrypi copied to clipboard

Fast OpenGLES 2.0 graphics engine for Raspberry Pi (and other platforms) in C++

Results 3 raspberrypi issues
Sort by recently updated
recently updated
newest added

needs an #if windows for: SMwin.cpp@SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); error: Severity Code Description Project File Line Suppression State Error (active) E1574 static assertion failed with "Windows headers require the default packing option....

Hi, I'm having problems with OpenGL on R-Pi 3 here. AFAIU, the latest Raspbian does support SDL2.0.9: ``` apt show libsdl2-2.0-0 Package: libsdl2-2.0-0 Version: 2.0.9+dfsg1-1+rpt1 ``` It seems to compile...

Hi this is NinjaFootball from youtube. Thanks for posting the link to source. First some info that might be interesting. Have you heard of simd exists on pi? http://pkoenig10.github.io/pimd/ -...