mslehre / MAS

Maximum Acyclic Subgraph (MAS) - Multiple Sequence Alignment (MSA) Game
1 stars 0 forks source link

(nearly) complete visualization #55

Closed Luc4sQ closed 5 years ago

Luc4sQ commented 5 years ago

Notes:

-functionality to manipulate view: You can push the direction buttons to scroll in the specific direction and the Space button to reset the whole Visualization with all functionalitys. The functions are in GraphRenderer.cpp, too.

Little explanation for the usage:

  1. You can hover over Nodes and confirm them with a Left Mousebutton click. Then the program will suggest valid edges
  2. Then u can hover over the top of these edges and click on them to confirm them as choosed.
  3. You can abort the Node confirmation with a right mouseclick
  4. You can reset the whole program with a space click

Known bugs at time: (which get fixed soon)

felbecker commented 5 years ago

Thanks. Looks good and works. See #56 and #57 for what to do next.