jku-vds-lab / projection-space-explorer

https://jku-vds-lab.at/pse
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Different Shapes for Attribtue Encoding #185

Open PatrickAdelberger opened 2 years ago

PatrickAdelberger commented 2 years ago

During a reading group discussion of this paper: The Science of Visual Data Communication: What Works

Some mentioned that we could implement the different shape options that were suggested in the paper. image

Aystein commented 2 years ago

@PatrickAdelberger I have no track on this issue, but the sprites are ordered in a sprite atlas which are loaded over the point sprite shader. What I need to update the atlas is 1 64x64 white image of the shape and a selection overlay like those:

image

The number is not a problem, its easy to update to support more than 4 shapes

EDIT: its also possible to make the sprite a bit smaller so that the selection would be a bit more prominent