The CINDER_APP is nice for launching simple programs but I would like to start my apps from my own main function.
Is there an easy way to replace the CINDER_APP macro to launch a Cinder app class from my own function? All documentation and tutorials use the CINDER_APP macro.
Ideally, I’d like to decuple a number of my Cinder apps into a single shared library (statically linked with libcinder) and expose the symbols so that I can launch them as part of another application such as a menu.