Hi!
Is there a way to start a sketch without opening a canvas window?
I want to create a program running in terminal/console only (Linux - Raspbian).
In this case for a RaspberryPi in headless mode (without X).
Thank you very much in advance!
Kind regards
1 Like
With a little bit of googling I hound this older thread pondering on the same issue. Hard to say if it’s still up to date, but it looks solid. @GoToLoop can perhaps verify?
Some info on this page too https://github.com/processing/processing/wiki/Running-without-a-Display
1 Like
I already had some experience with xvfb-run. In my opinion it’s a pain in the a… to use. I would prefer to do it inside the code instead of using an external program to redirect everything into a dummy graphical output.
Is there something specific that requires Processing? Otherwise I would just write it as simple plain Java code.
Kf