Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preview mode panel #9

Closed
kbhawkey opened this issue Jan 30, 2014 · 3 comments
Closed

preview mode panel #9

kbhawkey opened this issue Jan 30, 2014 · 3 comments
Assignees

Comments

@kbhawkey
Copy link
Contributor

Expand on preview mode (design mode?) to provide more graphic details. More details would help to:
-figure out angles,
-identify where to expect a write
-show the turtle's coordinates on the provided graph panel.

@ghost ghost assigned jamessynge Jan 30, 2014
@davidbau
Copy link
Member

Agreed. Assigning to jamessynge to think about. Also, we need wireframes of design ideas to plan out the right user experience to implement here.

@kbhawkey kbhawkey reopened this Jan 31, 2014
@jamessynge
Copy link
Contributor

Karen, can tell me more about this idea?

David and I have discussed adding a kind of "debug" mode to the right hand panel, but perhaps the better name would be design mode. Our thought was to make it easy to determine the angle between the current heading of the turtle and the line from the turtle to the position of the mouse (i.e. your first point).

I assume the third point would be handled by adding a fixed display of the x-y coordinates, perhaps with a heading as well. Where should that be displayed? In a header or footer? In a middle panel (ala the big run button)?

I'm not sure what the second point refers to.

@kbhawkey
Copy link
Contributor Author

kbhawkey commented Feb 2, 2014

Hi, James.
When I used the site, I wanted more graphical information from preview
mode. I am still
figuring out some of the details, but here are some general ideas:

I would like to know the turtle's starting coordinates (x,y) and how much
drawing space is available.
I found that I was drawing lines or writing text off the page until I
became familiar with the area. I guess
I could query the turtle for its coordinates and use that result in a
program. I am not sure
kids will understand that at first. Visually showing it may be easier.
Also, sometimes I would like the turtle to automatically start in the top
left to write
text. This may be configurable or else it is solved by programming the
turtle to
move (slide) to the top left before writing.

I found that I was trying to use the graph paper to create a figure by
counting the squares and visually estimating the space. I wish I had a
tool to see angles or distances as drawn on the graph. For example, when a
user draws a circle, provide the measurements of the object. If the
program draws a house, identify the area of the rectangle and the angles of
the triangular roof. How can you help the user to change the angle degree.
Break down the visual components of the drawing for the user if requested
while in a design or preview mode.

On Sat, Feb 1, 2014 at 9:17 AM, jamessynge notifications@github.com wrote:

Karen, can tell me more about this idea?

David and I have discussed adding a kind of "debug" mode to the right hand
panel, but perhaps the better name would be design mode. Our thought was to
make it easy to determine the angle between the current heading of the
turtle and the line from the turtle to the position of the mouse (i.e. your
first point).

I assume the third point would be handled by adding a fixed display of the
x-y coordinates, perhaps with a heading as well. Where should that be
displayed? In a header or footer? In a middle panel (ala the big run
button)?

I'm not sure what the second point refers to.

Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-33872781
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants