You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raspberry PI does not support OpenGL/GLFW very well. The easiest approach would be to add a canvas_fb.c that implements the canvas interface but writes directly to a mapped /dev/fb0, which should be fast enough or even faster than an OpenGL ES Implementation.
The text was updated successfully, but these errors were encountered:
Raspberry PI does not support OpenGL/GLFW very well. The easiest approach would be to add a
canvas_fb.c
that implements the canvas interface but writes directly to a mapped/dev/fb0
, which should be fast enough or even faster than an OpenGL ES Implementation.The text was updated successfully, but these errors were encountered: