Skip to content
Marcel Luethi edited this page Feb 22, 2018 · 7 revisions

Scalismo Lab and tutorial (for Scalismo version 0.10)

Welcome to Scalismo Lab! In this environment simple Scalismo programming can be done, with no IDE required.

This document will guide you through the installation procedure.

How to install and run Scalismo Lab:

Download the latest version of Scalismo Lab for Windows, MacOs or Linux.

  1. Unzip the downloaded package.
  2. Double-click on the scalismoLab.sh (MacOs and Linux) or scalismoLab.bat to start ScalismoLab. That's it!

You should then have a setting with three windows similar to the screenshot below:

Scalismo LabFigure 1: screenshot Scalismo Lab

If you want to, you can now switch to Scalismo Lab and go through the Readme document that will give you more details on the usage of Scalismo Lab. This can be found in the Menu bar -> Documents -> Readme

Where can I find the tutorial:

All the tutorial documents are directly accessible from within Scalismo Lab under:

Menu bar-> Documents -> Fast track

Moving from Scalismo Lab to a standalone Scalismo application:

In case you wrote a script in Scalismo Lab that you would like to turn into a standalone Scala application that uses Scalismo as a library, follow the instructions on this page.

Acknowledgement:

The Scalismo Lab code and result pane make use of the excellent ScalaInterpreterPane project. Thanks to Hanns Holger Rutz for making it available.