Vision Egg 1.1 released - 2008-06-07

This release brings the Vision Egg up to date with numpy and the new ctypes-based PyOpenGL, and includes lots of smaller bugfixes and removes old cruft that had been accumulating.

Changes for 1.1

* Explicitly require Python 2.3 by removing duplicate of Python standard library's logging module and assume the "True" and False" are defined. There were probably other assumptions depending on 2.3 creeping into the code, as well.

* Removed Lib3DS module.

* Workaround PyOpenGL 3.0.0a and 3.0.0b1 bug in glLoadMatrixf().

* Fix SphereMap.AzElGrid() to properly draw iso elevation and azimuth lines at specified intervals.

* Change to use numpy at the core instead of Numeric. (Require numpy, no longer require Numeric.)

* Require setuptools

* No longer supporting Python 2.2

* Update Textures to accept numpy arrays as data source (by Martin Spacek)

* Update to work with PyOpenGL 3

* Changes so to reflect standard idioms on Python project layouts: src/ directory renamed to VisionEgg/ (but .c files need to be moved back to src/), use 'package_data' distutils argument. This enables setuptools to work with the Vision Egg.

* QuickTime movies work in Windows (need to check on OS X).

* FilledCircle stimulus is now anti-aliased. Thanks to Peter Jurica and Gijs Plomp.

* Added demo/texture3D_alpha.py

Vision Egg 1.0 released - 2006-01-03

Changes for 1.0

* Major enhancements to the ephys server/GUI code to use normal (or slightly modified) demo scripts in this environment were one by Imran Ali and Lachlan Dowd in the lab of David O'Carroll at the University of Adelaide.

* An initial patch for stereo support sent by Yuichi Sakano and Kevin J. MacKenzie at York University.

* Parallel port enhancements by Hubertus Becker, University of Tübingen.

* Arrow and FilledCircle stimuli by Hubertus Becker, University of Tübingen.

* DaqKeyboard and ResponseControl by Hubertus Becker, University of Tübingen.

* Full screen anti-aliasing support (FSAA) by Mark Halko, Boston University.

* Various patches by Tony Arkles (University of Saskatchewan), including a suggestion to separate camera motions from the GL_PROJECTION matrix and put them in the GL_MODELVIEW matrix, where they belong.

* Patch for VISIONEGG_SYSTEM_DIR by Nick Knouf, MIT.

* Added win32_vretrace.WaitForRetrace() (but it's not used for much, yet)

* Enhancements to EPhys Server/GUI sequencer

* Added 'lat-long rectangle' to available 3D masking windows

* Moved controller.CONSTANTS into FlowControl module namespace

* Numerous bugfixes

Quest.py announced - 2005-04-08

The popular QUEST algorithm by Denis Pelli has been ported to Python. See the Quest page for more details.

Pylink (by SR Research) - Eye tracking in Python - 2004-02-25

SR Research, the makers of eye tracking hardware and software, have released Pylink.

Pylink can be used with the Vision Egg!

According to SR Research:

Pylink allows for tracker control, real-time data access, and
external synchronization with eye data via custom messaging.

Many people find Python to be a simpler, yet still powerful,
alternative to C.  Pylink can also be used in combination with the
excellent third party open source Vision Egg software; providing a
combined visual presentation and eye tracking scripting package.

Distributed with Pylink is a modified Vision Egg demo using realtime tracker data to move a Gaussian-windowed grating in a gaze-contingent fashion. Following this example, it should be easy to create other !VisionEgg/Pylink scripts for a variety of vision experiments involving eye tracking.

Release 0.9.9 - 2003-09-19

The Vision Egg 0.9.9 is here!

There are several major improvements. (The few changes that may break old code are detailed in the release notes included in this email).

There is nothing more I intend to add before I release Version 1.0 -- this is a release candidate subject to final testing and bug fixing, so I would appreciate all the abuse you can put it through. In particular, test/conform.py runs many tests on your system and reports the output.

Changes for 0.9.9:

New tests:

New demos:

News (last edited 2008-06-07 23:02:57 by AndrewStraw)