Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 2.78 KiB

Persefone.jl Desktop

Persefone.jl splash screen

This is the graphical user interface to the Persefone model. With it, you can watch a simulation run unfold and interactively explore how the model functions.

Install & run

To install: Install Julia and download/clone this repository. Open a Julia REPL in the downloaded folder and execute the following to install all dependencies:

using Pkg
Pkg.activate(".")
Pkg.instantiate()

To run: Run desktop.jl. Alternatively, open a Julia REPL in this folder and run:

using Pkg
Pkg.activate(".")
using PersefoneDesktop
launch()

Note: Due to the necessary pre-compilation done by Julia, installing and launching the application can take quite a long time. (Start-up time with desktop.jl is currently about 2 minutes.) We will reduce this as much as possible in future releases.

User interface