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

Incorporate rulers into the sketch preview pane #14

Open iamjessklein opened 8 years ago

iamjessklein commented 8 years ago

As per the issue that I started over in the p5.js website repo, it would be great to add rulers to the sketch preview pane to help learners orient themselves within the sketch. I'm wondering if the widget would be an appropriate place to experiment with this interaction.

4a34cff2-3e0f-475b-a247-36028af7df6c

iamjessklein commented 8 years ago

Building off of the widget that's currently implemented, I did a few iterations on the style.

Here's the current implementation:

screen shot 2016-04-09 at 10 12 29 am

Here are my first iterations:

Option A: widget-a

Option B: widget-b

Option C:

screen shot 2016-04-09 at 1 51 54 pm

Please provide feedback on this invision mockup.