Source

February 14th, 2010

Get the Windows binary here.

N.B. Argos will not always compile off the weekly commit!

Argos currently compiles under MS Visual Studio 2008. To compile in release mode, you will also need VS2008 Service Pack 1.

Argos will also compile on OSX 10.4 and 10.5; there is an XCode project now on the SVN… but no guarantees if it will work properly. If it doesn’t, you will be limited to making your own projected and linking everything yourself (it’s not that bad)!

It comes in three separate components on the SVN, they are:

  • ofxTouchAPI (ofx addon)
  • ofxArgosUI (ofx addon)
  • ofxArgos (application)

You can grab all 3 by checking out the primary tree on the GoogleCode SVN.

Argos requires the openFrameworks pre-release v0.06 FAT version. The FAT release comes with some extra dependencies that are required, including ofxOSC, and ofxXML. ofxTUIO is the only other required addon that requires a separate download.

The Visual Studio project is located in ofxArgos. Relative to the root of the oF directory, ofxArgos should be placed into /apps/examples/ofxArgos. ofxArgosUI and ofxTouchAPI (as well as ofxTUIO) should be placed in /addons. No additional modifications should be required.

Comments are closed.