ofxRPI4Window icon indicating copy to clipboard operation
ofxRPI4Window copied to clipboard

This is an openFrameworks addon for the Raspberry Pi to allow rendering without X

Results 6 ofxRPI4Window issues
Sort by recently updated
recently updated
newest added

Hey Jason, I've investigated enabling the mouse and keyboard functionality. Do you have any ideas/directions yet ? One candidate I found is [RayLib](https://github.com/raysan5/raylib) which could serve as a wrapper for...

I was trying to use this add-on to fix issues with running oF apps and examples on Rpi4 but I'm getting errors. This is all a bit in the deep...

This error happens most of the times but seems to change between reboots. Sometimes, seemingly randomly, after reboot it doesen't give the error and the app starts, but it still...

Trying to render ofFloatImages to handle HDR, EXR, 10bit images. The new raspberry kernel 5.10 handles HDR metadata now verified using the following tool drm_info, [https://github.com/ascent12/drm_info](url) ` Node: /dev/dri/card1 ├───Driver:...

Appears to need libgbm-dev to compile the examples.

I've tested the 3DPrimitives example. On the RPI3B+ with broadcom(legacy) driver I got 60fps for 1920x1080. But when using kms driver with this ofxRpi4Window (EGL/GBM) on RPI4B o got only...