Get Started - HakanL/animatroller GitHub Wiki

  1. Make sure you have Visual Studio 2012 (VS2012 Express for Windows Desktop version works, free!).
  2. Download source code from this site (I recommend TortoiseGIT Client so you can easily get updates). You can also download the source in a zip file from this URL: Download Latest Source Code
  3. Open the Animatronics.sln solution in VS2012, build all.
  4. Set SceneRunner as start-up project, enter SIM as debugging command line options (to view the simulator)
  5. Watch the Xmas sample sequence

You can also run the AudioTrigger solution, but it requires SharpDX libraries as dependencies. No audio files are included but can be added to the Audio sub folders. Note that the Xmas sample sequence is trying to play some tracks so you have to put audio files with the exact name for it to work. See the XmasScene2.cs source code.