Desktop Applications

Panopset desktop applications (listed on the Panopset home page) may be run in as many ways that exist, to run Java applications. They may be run...

As a desktop application.

This is the best way, for most people. You may either...

Once installed, you will have launchers for each desktop application. See the downloads page, for the path for your system.

As a maven/gradle dependency.

git clone https://github.com/panopset/pan.git
cd pan/shoring
mvn install

The above instructions will place all the Panopset maven projects in your local repository, making them available to your maven and/or gradle projects.

As any other kind of Java dependency.

Since it is open source, you can do almost anything you like with it except...

See the Panopset license for details.