Installing PaperVision

Starting from v4.0.0, PaperVision comes bundled with EOCV-Sim, making an all-in-one vision development suite.

To download the simulator, follow the steps in the documentation.

EOCV-SIm's welcome dialog featuring PaperVision

Refer to the PaperVision tab on the top right to start creating new projects

PaperVision Tab in EOCV-Sim
Project creation window

Running from Gradle

Use the following commands to run the project with Gradle, this will allow you to test the latest features and changes, building from source.

git clone https://github.com/deltacv/PaperVision.git
cd PaperVision
./gradlew runEv

PaperVision directly depends on EOCV-Sim to be able to run the pipelines in live previews, therefore, by running PaperVision this way, you won't have this functionality. Although, you'll still be able to use the editor and export the source code.

Only use this if you plan to contribute to PaperVision.

Last updated