Pre built examples
Pre-built binaries of examples and tests¶
You can download pre-built executables (apps) of all examples and tests.
⚠️ WARNING These binaries are unsigned. macOS Gatekeeper and Windows Defender will show security warnings or worse, misleasding messages such as 'this program is damaged'. Your antivirus may quarantine the files. Don't let them intimidate you:
* macOS: Right-click the app → Open, or run xattr -dr com.apple.quarantine <AppName>.app in Terminal. See macOS installation and security for step-by-step instructions.
* Windows: Just click on "More info" then "Run anyway".
* These warnings will only pop out the first time you try to execute a given program.
* They appear because I am not willing to pay third parties to sign the executables.
-
Linux (x86-64): Download
goxpyriment-examples-linux-x86_64.tar.gz, extract the binaries withtar xzf, and run them directly. -
Linux (arm64 / Raspberry Pi): Download
goxpyriment-examples-linux-arm64.tar.gz, extract the binaries withtar xzf, and run the binaries directly. -
Windows (x86-64): Download
goxpyriment-examples-windows-x86_64.zip, extract the.exefiles and run them directly. -
macOS (Apple Silicon): Download
goxpyriment-examples-macos-arm64.zip, extract it, and move the.appbundles to a folder of your choice (e.g.~/Applications/goxpyriment).
Good programs to start: Memory_span, Change-Blindness, Simon_task, LoT_geometry, Retinotopy...
When launched from the command line, most programs accept -w (windowed 1024×768 mode), -d N (open on monitor N, 0 = primary), and -s <id> (subject ID written to the .csv data file).
Results are saved in a folder goxpy_data in your Home (User) folder