2008年11月13日木曜日

Quartz Composer / How to build the Xcode project of Quartz Composer custom patch.

Don't forget that the ARToolKit is distributed under the GPL for non-commercial user. So, this Single Marker Detector is distributed under the GPL for non-commercial user./If you want to use for professional and commercial, you can't use this patch.


edit 2008/11/18: I made new patch. the patch disassemble the 4x4 homogenous transformation matrix to each paramators. The patch name is 'MatrixToParams'.
images:

tips: About 'Internal error occurred ... XCCompilerSpecification.m:267'



need Xcode.app (about Xcode: http://developer.apple.com/tools/xcode/ ).


1. download the target Xcode project file (like SingleMarkDetector, MQOImporter MatrixToParams).
(download: SingleMarkDetector.zip, MQOImporter.zip, MatrixToParams.zip)
2. unarchive the file.
3. open the folder and double click the .xcodeproj file (open the project by Xcode).
4. click overview item and set "Active Configuration" to "Release".


5. click overview item and set "Active Target" to "Build & Copy".

6. click the build item. (start to build)

7. if successful, you can find the patch file at "${HOME}/Library/Graphics/Quartz Composer Plug-Ins/" folder.

8. if successful, you can find created patch name into the "Patch Creator" panel.

0 件のコメント: