Skip to content

Releases: ericspod/Eidolon

Release 0.1.0

09 Nov 13:47
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

This is the first public release of Eidolon. The framework is derived from an internal KCL application simply called "The Visualizer", so this version is essentially that program recast for public release with all of the features already developed included. If you're using "The Visualizer" this release is equivalent to version 0.6.43.

Installation instructions are in INSTALLATION.md for installing Python and everything you need. The two binary release files include everything precompiled but are configured differently:

  • Eidolon_All_0.1.0.tgz contains the application and libraries for all supported platforms (Windows 7/8/10, OSX, Ubuntu 12/14) and can be run executing run.sh/run.bat.
  • Eidolon_Mac_0.1.0.tgz contains an OSX .app application which include Python and needed libraries so this can be run directly without installing Python manually. This is the easy way to get started in OSX. The tutorial directory is included so you will have to see the contents of the .app directory to find it and copy it somewhere accessible.