Back to Docs

Pix3lForge

Pix3lForge is a professional cross-platform desktop image editor built with C++ and Qt 6.9. It provides advanced image manipulation and editing capabilities as a native desktop application for Windows, macOS, and Linux.

Repository: github.com/Pix3ltools-lab/pix3lforge

Tech Stack

Building from Source

Prerequisites

Build

git clone https://github.com/Pix3ltools-lab/pix3lforge.git
cd pix3lforge

mkdir build && cd build
cmake ..
cmake --build . --config Release

For more details, refer to the README in the repository.