Stable release - 1.0
Full source code and binary installers for Windows and Mac OSX
Windows instructions OSX instructions
All files are at the SourceForge downloads page.
Packages require Python and other dependencies. See the appropriate installation page for more details.
Windows pre-compiled binaries
Through the use of py2exe, the Vision Egg demo scripts are available as .exe files. This is an easy way to experience the Vision Egg, without requiring you to install anything. Requirements: Windows, hardware-accelerated OpenGL card with drivers suggested.
Download the precompiled demos.
Please note these files do NOT include the Python source, which is quite simple for most of these demos. If you like what you see, come back and install the full Vision Egg and browse the source code of the demos.
Source code of the demos
If you've installed the Windows .exe installer or the Mac OS X .dmg installer, you don't have the demos. These are available as visionegg-1.0-demos.zip or visionegg-1.0-demos.tar.gz. If you already downloaded the full source code, you have the demo files.
The bleeding edge
Ongoing development efforts are incorporated into the source code repository. The latest code means the latest bug fixes. Unfortunately, it may also mean that you're getting new bugs, experimental features which will change before a new release, and so on. Write code based on the bleeding edge at your own risk.
subversion is a tool which allows you to track the development repository as it changes. This is the true bleeding edge. Access it at SourceRepository.
Install this new version by running python setup.py install from the command line in the newly downloaded/updated directory. If you don't want to compile C code (or you don't have a C compiler), set the variable skip_c_compilation in setup.py to True. (You will need to be root or use sudo python setup.py install to overwrite already installed files on Unix platforms.)
Older stuff
Release - 0.9.9
Source code, including demos and documentation: visionegg-0.9.9.tar.gz (967 kB) or visionegg-0.9.9.zip (1.3 MB)
Windows binary installer (bleeding edge release): visionegg-1.0-cvs.win32-py2.4.exe (752 kB, for Python 2.4)
Windows binary installer (bleeding edge release): visionegg-1.0-cvs.win32-py2.3.exe (734 kB, for Python 2.3)
Windows binary installer: visionegg-0.9.9.win32-py2.2.exe (681 kB, for Python 2.2)
Mac OS X disk image (.dmg): visionegg-1.0_cvs-py2.3-macosx10.3.dmg (10.7 MB, for Apple's Python 2.3)
Demos and documentation: This file is included with the source code. You only need to get it if you use a binary installer. This file is platform independent, and has been compressed two ways: visionegg-0.9.9-demo.tar.gz (329 kB) or visionegg-0.9.9-demo.zip (647 kB)
Binary executable demos for Windows
This release lets you see what it's all about without installing Python. Download this for a self extracting archive with some of the Vision Egg demos compiled as Windows .exe files. Just remember that you cannot see the Python source code this way, so if you like the demos, install Python (see the [http://www.visionegg.org/Download_and_Install installation page]) and download the real Vision Egg.
visionegg-0.9.9-binary-demos.zip (16.9 MB)
Other stuff
All releases can be downloaded from the Vision Egg SourceForge Files Page
