----------------------------------------------------------------
 
       Psychlops - psychophysical experiment and demonstration library
                                      for Mac OSX with Xcode

(c)2005-2012  Kenchi HOSOKAWA, Kazushi MARUYA and Takao Sato

contact:
  http://psychlops.l.u-tokyo.ac.jp/
  hskwk@l.u-tokyo.ac.jp
----------------------------------------------------------------



Psychlops is C++ library for developing psychophysics experiments.



Installation

1. Install Xcode before installing Psychlops.
	Download Xcode from http://developer.apple.com/tools/xcode/
	which requires registration for ADC(Apple Developer Connection).
2. Launch Psychlops_OSX_(veision).mpkg



Uninstallation

1. Remove folders listed below.
     /Library/Frameworks/Psychlops.frameworks
     /Library/Application Support/Apple/Developer Tools/Project Templates/Application/Psychlops C++ Application


Creating new project

1.  Launch Xcode.
2. Chhose File -> New Project -> Psychlops C++ Template from Menu bar.



Licenses

PILOT VERSION

This product is a pilot version. 
Contact us directly and use under permission from authors. 
Please do not redistribute this product.
The specification may change in later version.

NO WARRANTY

Authors are not liable for any damages by using this product.




Acknowledgment

This library includes "Mersenne Twister" algorithm to generate pseudo-random number.
M. Matsumoto and T. Nishimura, Mersenne twister: A 623-dimensionally equidistributed uniform pseudorandom number generator, ACM Trans. on Modeling and Computer Simulations, 1998.
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/mt.html

