Skip to content

mitmedialab/inFORM_physics

Repository files navigation

INFORM_physics

NO DOCUMENTATION YET

This is a new program under development. It started with a clone of INFORM_tracking. Below is the old readme for that repository, but we make no guarantees of its correctness.

~

The old documentation:

##What does the program do

Implemented by Daniel Windham (danielwindham@college.harvard.edu) This program includes all demos for the shape synthesis application primitives (can be used as code base for other tracking applications).

##How to use the program

Use the 2 red cubes with the yellow markers for tracking. All the explanations are drawn in the application window.

##How to run the program

###Make sure you are using openFrameworks 0.8.0

You can download OF 0.8.0 here https://github.com/openframeworks/openFrameworks/tree/0.8.0

###Make sure the CoreOF.xconfig file is updated

open /Users/bimster/Sites/OF/of_v0.8.0_osx_release/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig add "$(LIB_FREEIMAGE)" and "$(LIB_FREETYPE)" to the OF_CORE_LIBS

go to /Users/bimster/Sites/OF/of_v0.8.0_osx_release/libs/openFrameworksCompiled/lib/osx/ and delete everything in that folder

###Make sure you clone the app into the proper folder structure

The content of inFORM_thesis should be inside of_v0.8.0_osx_release/apps/INFORM/inFORM_thesis/

###Make sure all dependencies are linked correctly

In Xcode in the left column expand the addons folder and check the inside of the addons folder if the text is in red. This means that either the addon does not exist in your openFrameworks/addons folder or it is not correctly linked.

This video tutorial explains how to include addons in your OF application https://vimeo.com/34092591

###Make sure you clean the project before you compile

In Xcode go to Product -> Clean

=> the application should now compile and run succesfully

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages