I really like of for what it is a creative coding framework with (mostly) a visual output. But I like it as well for something else: a c++ framework with a lot of useful functions, which makes live easy also for projects without any visual output.
Just don’t start the openframeworks main app in the main function, but do something else there. And you’re able to mix the helpful functions of openFrameworks with a simple command line only interface.
I used oF to create a multithreaded udp server with a ncurses interface.
@jvcleave or @hofer do you have examples of this that i could look at? I’m writing some rPi stuff with ofAppNoWindow and I’d love to be able to use some of the oF functionality without bringing in gstreamer, etc. Also, i’d like to give it a command line interface (so i can interact with the app over ssh)