You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would rather switch using command line arguments, like ../../starklag -A speed or ../../starklag -A 0.
It would be difficult to handle the priting via the Sista library, in particular...
how to save the original symbol attributes? Maybe it's not necessary since at this point we could assign the symbols on the fly depending on the specified gene
Should we use the symbol or the colors? This last option seems to be more doable.
ANSI::BackgroundColor assignColor(DNA* dna, Gene gene); // Assign color basing the choice on a certain gene
It should be possible to give each
Organism
a color or even a number based on a certain allele.We already have the gene names...
Starklag/dna.cpp
Lines 29 to 34 in fff7857
...now the time it has come to do all the rest.
We could switch between and toggle the different genes view this way...
The text was updated successfully, but these errors were encountered: