Skyculture constellations: separate stickfigure colors #1693
Labels
purpose: cultural astronomy
Issues, pull requests and proposals with cultural astronomy purposes
subsystem: skycultures
The issue is related to skycultures of planetarium...
wishlist
Long-term ideas
I'm working on "constellationship" with constellation lines that overlap or share lines.
Current cumbersome solution: create and maintain three separate skycultures then toggle back and forth to see how the constellations are separate as well as how they interact with each other:
Proposed change/solution: ability to choose different colors for constellation lines in a Skyculture.
In the View Options=>Starlore tab next to constellation lines there is a single color chooser for all constellation lines. I'm guessing it would be most beneficial to allow the end user to choose the colors instead of the constellationship.fab developer. So the constellation lines picker would need 3-4 colors as well as a new constellationshipcolor.fab that would be used to chose between the 3-4 colors. Having a constellationshipcolor.fab file would allow for backward compatibility instead of using existing constellationship files to tag color codes. Format would be something like:
Constellation1 ColorA
Constellation2 ColorB
Constellation3 ColorA
Constellation4 ColorC
This will allow for something like:
For shared lines the colors would have to alpha blend where they intersect. Alpha-blend would be nice as it would auto blend colors as well as show stars that might be slightly hidden behind the line.
I am a software developer and at first glance it looks like the code do draw the lines is in src/core/modules/Constellation*.cpp as well as gui/ViewDialog.cpp
The text was updated successfully, but these errors were encountered: