MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ run()

void run ( )

Definition at line 22 of file main.cpp.

23{
24#ifdef HAS_USER_PROJECT
25 try {
26 compose();
27 } catch (const std::exception& e) {
29 }
30#endif
31}
#define MF_ERROR(comp, ctx,...)
@ Runtime
General runtime operations (default fallback)
@ USER
User code, scripts, plugins.

References MF_ERROR, MayaFlux::Journal::Runtime, and MayaFlux::Journal::USER.

Referenced by main().

+ Here is the caller graph for this function: