-
Notifications
You must be signed in to change notification settings - Fork 389
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
New (Python) example: simple drawings (rectangle, ellipse, arrow) #238
Draft
gvanrossum
wants to merge
29
commits into
microsoft:main
Choose a base branch
from
gvanrossum:drawing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb9e32f - Browse repository at this point
Copy the full SHA bb9e32fView commit details -
Small working demo that can draw boxes on a canvas
The idea is that you can write a small amount of JavaScript that reads the JSON and renders in an HTML5 canvas, or some Python that renders it in Tkinter, or anything else that strikes your fancy. I would like to use this to draw diagrams representing the stack and memory layout for an interpreter, to be used in internal docs.
Configuration menu - View commit details
-
Copy full SHA for 6737581 - Browse repository at this point
Copy the full SHA 6737581View commit details -
Configuration menu - View commit details
-
Copy full SHA for de03aa9 - Browse repository at this point
Copy the full SHA de03aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edaedd - Browse repository at this point
Copy the full SHA 2edaeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ea859 - Browse repository at this point
Copy the full SHA 09ea859View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c52aa53 - Browse repository at this point
Copy the full SHA c52aa53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d07a2a - Browse repository at this point
Copy the full SHA 5d07a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46a836 - Browse repository at this point
Copy the full SHA f46a836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131ad4f - Browse repository at this point
Copy the full SHA 131ad4fView commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f44129 - Browse repository at this point
Copy the full SHA 3f44129View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b90faa7 - Browse repository at this point
Copy the full SHA b90faa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e28e4 - Browse repository at this point
Copy the full SHA 02e28e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1f3e6 - Browse repository at this point
Copy the full SHA 3e1f3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ac5cf - Browse repository at this point
Copy the full SHA e9ac5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e14f42 - Browse repository at this point
Copy the full SHA 9e14f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c2efe - Browse repository at this point
Copy the full SHA 75c2efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 970d50b - Browse repository at this point
Copy the full SHA 970d50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7560273 - Browse repository at this point
Copy the full SHA 7560273View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 439f521 - Browse repository at this point
Copy the full SHA 439f521View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fdd8d - Browse repository at this point
Copy the full SHA b0fdd8dView commit details -
Use Anders' suggestion for history
(Just append the inputs, separated by newlines.)
Configuration menu - View commit details
-
Copy full SHA for d385e40 - Browse repository at this point
Copy the full SHA d385e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ce16a - Browse repository at this point
Copy the full SHA 42ce16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6da914 - Browse repository at this point
Copy the full SHA c6da914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390558e - Browse repository at this point
Copy the full SHA 390558eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e42b2dd - Browse repository at this point
Copy the full SHA e42b2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11edfb7 - Browse repository at this point
Copy the full SHA 11edfb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f099dc - Browse repository at this point
Copy the full SHA 3f099dcView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c6e15f - Browse repository at this point
Copy the full SHA 5c6e15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0894ef6 - Browse repository at this point
Copy the full SHA 0894ef6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.