Stable builds
Stable builds contain whole package (CLI application, plugins and examples).
Version | Release date | OS | Download |
---|---|---|---|
0.6.1 | 2017-03-07 | Windows 32bit | Download |
0.6.1 | 2017-03-07 | Windows 64bit | Download |
0.6.1 | 2017-03-07 | macOS | Download |
0.6.1 | 2017-03-07 | Linux 64bit | Download |
If you want to use python plugins you also need python 2.7 installed. On macOS/OSX and Linux there should be already installed but on Windows you need to install it according to the selected architecture: 64bit or 32bit.
If python is not installed or wrong version is installed you get warning messages for plugins using python and when you try use one of those plugins you get an error message.
You can download newer version of plugins separately and replace the original ones. This is handy in cases when a bug doesn’t allow you to run your simulation. Just scroll down to CI builds Plugins, click on your required platform and download the lastest one. Extract the package and copy files from
lib
(bin
on Windows) to same directory in your simulator directory (it should replace the original files).
Older versions
Version | Release date | OS | Download |
---|---|---|---|
0.6.0 | 2016-09-30 | Windows 32bit | Download |
0.6.0 | 2016-09-30 | Windows 64bit | Download |
0.6.0 | 2016-09-30 | macOS | Download |
0.6.0 | 2016-09-30 | Linux 64bit | Download |
0.5 | 2016-06-12 | Windows 32bit | Download |
0.5 | 2016-06-12 | macOS | Download |
0.5 | 2016-06-12 | Linux 64bit | Download |
CI builds
CI builds are built regulary by CI services (Travis-CI, Appveyor) and stored on Bintray. Those builds are not tested and can contain bugs but on other hand they offer improvements in comparision with stable builds.
CLI
Command line application. Usage requires some basic knowledge about command line / terminal. You can look into documentation for more information.
OS | Latest | Older |
---|---|---|
Windows 64bit | Download | Download |
Windows 32bit | Download | Download |
macOS | Download | Download |
Linux 64bit | Download | Download |
GUI
Experimental GUI application.
OS | Latest | Older |
---|---|---|
Windows 64bit | Download | Download |
Windows 32bit | Download | Download |
Linux 64bit | Download | Download |
Plugins
Packages contain the lastest version of CeCe standard plugins which might not be in CLI application package.
OS | Latest | Older |
---|---|---|
Windows 64bit | Download | Download |
Windows 32bit | Download | Download |
macOS | Download | Download |
Linux 64bit | Download | Download |
Plugins - Experimental
Package with experimental plugins which might work, work only partially or not work at all. Use with caution.
OS | Latest | Older |
---|---|---|
Windows 64bit | Download | Download |
Windows 32bit | Download | Download |
macOS | Download | Download |
Linux 64bit | Download | Download |
Source code
Whole project is released as open-source under GNU GPLv3 license and source is available on GitHub. Project is split into separate parts which can be used separately. You can use only core library and plugins and create own version of CLI or GUI application.