-
Notifications
You must be signed in to change notification settings - Fork 464
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
Big additions #2284
Comments
+1 on this one. Especially something like a clipboard manager with previous entries might come in handy and save some time! |
I think it would be better to expand the NumWorks turtle module rather than expanding the kandinsky module since turtle is standard in Python for other platforms, and it would be useful to port programs back and forth and also the knowledge would be useful for more platforms. Polygons and circles can be filled and have different border color in the standard turtle module. Examples: https://www.naukri.com/code360/library/color-filled-shapes-in-turtle |
also adding inputs for kandinsky( draw_input(x,y,w,h,col,bgcol,placeholder) |
Turtle is slow... which is bad. |
The text was updated successfully, but these errors were encountered: