thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

cursor shape and look #117

Open thartbm opened 5 years ago

thartbm commented 5 years ago

[Non-preferred enhancement]

Add feature to set the color of the cursor, home and target on every task (as RGB or RGBA). As well as the outline of each. Perhaps also set the background color? Also add an option to show the true location of the hand as well, using a different shape (an X?). Cursor and target should still become icons if those are set. Should work with all other features and the settings should stored in the JSON. Whether or not the true hand position is shown should be a column in the output data (so there will be a new column in both the trial-wise csv files, and the complete data files) with a Boolean value (0 or 1), and not interfere with the data processing. The other cursor, home and target properties should not be in the data files. If feasible in the screen real-estate, a few different shape options for the home, cursor and target may also be added (circle, square, triangle, star, cross).