limepixl / graph-editor

A graph editor made in SFML / C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph-editor

This is a simple graph editor made using C++ and SFML.

Instructions

  • Left Click: Place a new node.
  • Right Click: Select a node. Two selected nodes form a link.
  • Middle Click: Show weight of each link
  • Left Shift: Clear all nodes and links

Features I'd like to implement

  • Movable nodes
  • Ability to fill a closed off cycle / loop with a colour
  • Traversal algorithms (DFS, BFS, Dijkstra's algorithm, etc.)

GraphEditor

About

A graph editor made in SFML / C++


Languages

Language:C++ 95.9%Language:CMake 4.1%