toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
161 stars 44 forks source link

Consider using an icon for the "Revert" button #34

Open toolness opened 8 years ago

toolness commented 8 years ago

Maybe open iconic's power-standby icon, since the button sort of "resets the code to factory settings"? :grin:

power-standby

Thoughts @iamjessklein?

As an aside, Taeyoon thinks we should come up with a less technical word than "revert", which I generally agree with, but I can't think of a better word. I had considered "reset" at first, but I didn't want that to get confused with the general notion of just restarting the sketch's execution.

toolness commented 8 years ago

Hmm, I just realized that we could alternatively simply get rid of the revert button. Since we now have support for undo/redo as of #33, users can accomplish the same thing by simply undoing until there's nothing left to undo.

iamjessklein commented 8 years ago

It feels like there should be essentially the equivalent of play, stop and undo. Am I oversimplifying?