Things that you can do:
- Add intervals
- If no interval is set, the stimuli just runs infinitely (or until manually stopped)
- If interval is set, it runs for a given period of time. It also pauses for a given time in between "running"-intervals
Things that have changed:
- The calculation of the stimuli speed and scaling is now based on polar-coordinates and passed time since the stimuli has been started.
- Default background color is now white, while stimuli default color is black
- The sliders don't allow any arbitrary values anymore. There are fixed steps (.05).
- Stimuli can now positioned by clicking into the preview-area of a screen.
- A stimuli only appears on the "live"-screen, after "Start" has been clicked. (Not when the stimuli is added to the preview screen).
- A information pops up, when trying to start the simulation without first placing a stimuli kindly asking the user to do so first.
- Hardcoded strings have been replaced with constants
Things you (still) can't do yet:
- Let the stimuli move around
- Change the colors of borders
- Use different stimuli shapes
Things considered for following releases:
- Reset timer, when stimuli is stopped manually
- Add some kind of indication, to see which of the timers is currently active (if any)