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

Turtle window properties - draggable, status display #3

Open
psychemedia opened this issue Nov 27, 2016 · 3 comments
Open

Turtle window properties - draggable, status display #3

psychemedia opened this issue Nov 27, 2016 · 3 comments

Comments

@psychemedia
Copy link

Great start to this widget:-)

I can see it being used as a way of not only introducing novices to simple programming, but also helping them get to grips with how the notebook works in terms of displayed state in the notebook compared to the actual state of the turtle "in the kernel" at any one time.

To this extent, the ability to display the location and heading in a cell are good, but this could also be framed as part of the display window in a status panel area? With a bit of care, being able to see the current state in the widget and the state after a particular step in the cell notebook could be contrasted, helping learners understand the separation of the notebook and the underlying python process?

It might also be useful for usability if the turtle window had various modes; for example, providing the option of it being resized, or draggable to a particular part of the browser viewport?

@gkvoelkl
Copy link
Owner

gkvoelkl commented Dec 4, 2016

Hi,
you suggested to

  • move window
  • change size of window
  • see the state of turtle

great ideas. I will try to implement that.
Best Regards
Gerhard

@psychemedia
Copy link
Author

Hi

In order to try to implement making the window draggable or resizable, where would I need to look in the code?

@gkvoelkl
Copy link
Owner

gkvoelkl commented Nov 3, 2019

I would suggest example.js Methode render

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

No branches or pull requests

2 participants