Skip to content

FlowPlusPlus v1.0.2

Choose a tag to compare

@github-actions github-actions released this 02 May 17:11

FlowPlusPlus v1.0.2

A visual flowchart interpreter built with C++ and Qt6.
Draw flowcharts, connect nodes, and execute your logic visually.

Downloads

Platform File Instructions
Linux FlowPlusPlus-linux.flatpak flatpak install FlowPlusPlus-linux.flatpak then flatpak run io.github.abhyudayfr.FlowPlusPlus
Windows FlowPlusPlus-windows-x64.zip Extract zip and run FlowPlusPlus.exe
macOS FlowPlusPlus-macos.dmg Open DMG and drag to Applications

Requirements

  • Linux: Flatpak installed (sudo dnf install flatpak or sudo apt install flatpak)
  • Windows: No requirements, self-contained
  • macOS: macOS 11+

Sample Programs

Use File → Open Sample to load built-in example flowcharts:

  • Hello World
  • Calculator
  • Countdown
  • Even or Odd
  • Fibonacci
  • Grade Checker

Built With

  • C++17
  • Qt 6
  • CMake + Ninja