mslehre / MAS

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

Visualization #4

Closed felbecker closed 5 years ago

felbecker commented 5 years ago

Use the SFML-Library to write code that:

You may want to start with an empty window, proceed with a single rectangle that optionally contains a string and then end up in plotting the whole k-mer graph.

This issue will define the main-function for the core program.

felbecker commented 5 years ago

This may serve as a starting point: https://www.sfml-dev.org/tutorials/2.5/window-window.php

MarioStanke commented 5 years ago

How do you draw a line with SFML?

felbecker commented 5 years ago

Draw shapes: https://www.sfml-dev.org/tutorials/2.5/graphics-shape.php Lines with thickness: Rotated sf::RectangleShape https://www.sfml-dev.org/documentation/2.5.1/classsf_1_1RectangleShape.php Lines without thickness: Use sf::Vertex https://www.sfml-dev.org/documentation/2.5.1/classsf_1_1Vertex.php