Skip to content

2. Setup Instructions

Manu edited this page Oct 29, 2024 · 1 revision

Prerequisites

Step-by-step guide on configuring your development environment.

Before you begin, ensure you have the following:

  • A Windows operating system.
  • A code editor (such as Visual Studio Code) for editing your presences.
  • A compatible Chromium browser (if you want to create a web presence).
  • Knowledge of Object-Oriented Programming (OOP) principles.

Download

Get the latest version from the releases page and extract it.

Execute

Open a terminal in the extracted folder and execute

rpp_dev.exe

If everything goes well, you should be able to see logs for each example presence that comes by default in the folder.

Argument Structure

When running the executable, use the following structure

rpp_dev.exe [OPTIONS]

Available Options

  • --browser-tools: Opens the default browser in debugging mode. This is exclusively for presences that utilize a connection with the browser.
  • --port: The port for start the remote debugging (default: 9222).
  • --runtime-interval: The interval for updating the runtime (browser connection) in seconds (default: 1).

Clone this wiki locally