FlowTutor

A graphical programming environment using flowcharts.

LGPL-3.0 License

Downloads
198
Stars
18

Bot releases are visible (Hide)

FlowTutor - Version 0.6.1

Published by thomasroessl over 1 year ago

Changed

  • Adds missing files to the Windows installer packages.
FlowTutor - Version 0.6.0

Published by thomasroessl over 1 year ago

Added

  • Menu options for clearing the workspace.
  • Multiple variable declarations in one node.

Changed

  • Various GUI layout improvements.
  • Fixed bundled Windows packages.
  • Improved progarm icon contrast for dark backgrounds.
FlowTutor - Version 0.5.0

Published by thomasroessl over 1 year ago

Added

  • New node type: Do while loop
  • Ability to add library headers to program.
  • Static variable declaration
  • Errors and warnings from GCC and GDB are now visible in the GUI log.
  • Functions can be deleted and removed.

Changed

  • Debugger can now recover from errors.
  • Remove ability to add nodes after return node.
  • Loop types (while, for, etc.) have their own node types now.
  • Layout fixes
  • Various bugfixes