class methods
Extends
This class extends others, you can call their methods on an instance of ofAppNoWindow too:
Sometimes you might want to run your OF application without a window at all, for instance on a server where it's simply doing image processing and file IO or on a device that doesn't have a monitor attached to it at all. In that case, you might want to make an OF app with no window, which is what this class allows you to do. We call it "headless mode" sometimes, and it's a powerful tool.
Last updated Saturday, 17 August 2024 20:46:54 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue