i recently installed ofelia on a rpi.
i can destroy contents of the window using a message to [of.Window]
but the actual render space is still visible. how do i close that without quitting Pd.?
-
how do i close ofelia render window?
-
@youaresound thats strange, when i send a "destroy" message into of.Window the render space gets destroyed. perhaps its a rpi specific problem?
-
@youaresound Yes, that's a RPi specific issue.
I think it happens because OF doesn't use X11 windowing system on the RPi as a default.
https://forum.openframeworks.cc/t/program-window-on-raspberry-pi-doesnt-behave-like-windows-on-other-platformsHowever, I think there's a solution to make it use X11 by recompiling OF using different setting.
https://forum.openframeworks.cc/t/raspberry-x11-windowI will try this later and see if I can fix it.
-
@cuinjune ok thanks.