Update Jul 18 2011: SInce OpenSesame 0.24 has been released, the links below are no longer current.
It took some time, but we have finally created experimental Mac OS packages for OpenSesame (and when I say "we", I actually mean Daniel Schreij). It appears to work quite well, with the exception of two notable bugs (that have been discovered so far): The program crashes when running in window mode (fullscreen works fine) and you can't open Finder from the file pool.
There are two versions, for Mac OS Leopard (10.5) and Snow Leopard (10.6) respectively.
- Download OpenSesame 0.23 for Mac OS Leopard (10.5) (Outdated, 0.24 has been released)
- Download OpenSesame 0.23 for Mac OS Snow Leopard (10.6) (Outdated, 0.24 has been released)
Please note that these packages are still experimental and have not been as extensively tested as the Windows and Linux packages. If you find bugs or wish to provide feedback, please let us know!
What to expect for OpenSesame 0.24
On a semi-related note, development of the next version of OpenSesame (0,24 Cody Crick) is well under way. I want to further polish the user experience and fix all bugs that have come up. But far more exciting than these incremental changes is the fact that the "back-end" will be decoupled from the user interface. Right now, OpenSesame uses PyGame to handle all display, sound and input operations. PyGame is a fine and reliable back-end, but it …