Static Public Member Functions

static void Main (string[] args)
 Program entry point. If a folder is dragged and dropped, its path is provided as an arg. Supports: More...
 
static void OnLogged (string text)
 Called when the builder logs something (but not to a file). More...
 

Member Function Documentation

static void EntryPoint.Main ( string[]  args)
inlinestatic

Program entry point. If a folder is dragged and dropped, its path is provided as an arg. Supports:

  • Drag and drop a folder containing images (the frames).
  • Drag and drop a set of images (the frames)
  • Passing the image (frames) paths as arguments.
  • Generating a default config file. Just do spa -config:filename.conf to have the default config dumped in the named file. (or just -config and default.conf is created.) The config file can be dragged in with images, placed inside the folder or named "default.conf" and sit alongside the spa.exe
static void EntryPoint.OnLogged ( string  text)
inlinestatic

Called when the builder logs something (but not to a file).

Parameters
textThe message that it wants to log.