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
Turtle graphics mode is a lovely feature in goplayspace. However, it can appear to be slow at times.
It would be great to add support for a fast mode that is controlled by the code itself. This would not only be useful if a fast drawing is desired, but also for debugging.
As a suggestion, fast mode could be specified as an option to draw mode - for example, draw mode fasttab. This could be equivalent to continuously hitting Tab on the drawing board. Another option could be draw mode fastshift which would be equivalent to keeping the Shift-key pressed in the drawing.
Other options are also possible, such as draw mode final - which is like a super fast mode and shows the final drawing as fast as possible i.e. without showing the intervening steps.
The text was updated successfully, but these errors were encountered:
Turtle graphics mode is a lovely feature in goplayspace. However, it can appear to be slow at times.
It would be great to add support for a fast mode that is controlled by the code itself. This would not only be useful if a fast drawing is desired, but also for debugging.
As a suggestion, fast mode could be specified as an option to
draw mode
- for example,draw mode fasttab
. This could be equivalent to continuously hitting Tab on the drawing board. Another option could bedraw mode fastshift
which would be equivalent to keeping the Shift-key pressed in the drawing.Other options are also possible, such as
draw mode final
- which is like a super fast mode and shows the final drawing as fast as possible i.e. without showing the intervening steps.The text was updated successfully, but these errors were encountered: