Miksilo logo Miksilo

Building Miksilo is as simple as:

  1. Grab the source from GitHub.
  2. Make sure you have installed the Java 8 JDK, or a higher version. To check what version you have installed, open the terminal and type:

    javac -version

    If you don’t have it installed, download the JDK here.

  3. Install sbt
  4. Run ‘sbt playground/run’ in the project root to build Miksilo and start the playground desktop application.

If you’d like to write your own Delta’s, use IntelliJ to open the Miksilo source directory.