No screenshots?! Not clear nor simple. Imo negligible use for teaching. If you know how to import modules and use library functions then you don't need LOGO anymore... 'KEYWORD(50)' is always simpler than: ' turtle.function(value, value)' Great project but missed the opportunity to develop your own LOGO interpreter from scratch in web assembly:)
> Great project but missed the opportunity to develop your own LOGO interpreter from scratch in web assembly:) There is one! We wrote it in Golang and compiled it to WebAssembly, it's a greatly extended version of Apple Logo ][: https://turtlespaces.org
Turtletoy
41–50 of 64 posts
Re: Turtletoy
#42Great stuff, kind of like the turtle graphics library for p5.js. If you want to create much fancier graphics (and games!) in actual Logo, check out turtleSpaces: https://turtlespaces.org
Re: Turtletoy
#43No screenshots?! Not clear nor simple. Imo negligible use for teaching. If you know how to import modules and use library functions then you don't need LOGO anymore... 'KEYWORD(50)' is always simpler than: ' turtle.function(value, value)' Great project but missed the opportunity to develop your own LOGO interpreter from scratch in web assembly:)
Re: Turtletoy
#44A few years ago, I wrote an esoteric, minimalistic turtle graphics language called CFRS[]: https://susam.net/cfrs.html >. This was an exercise in making a turtle graphics language that is as minimal as possible. It is closer to Brainfsck than JavaScript and it is not Turing complete, by design. To see some demos, go to https://susam.github.io/cfrs/demo.html >.
Re: Turtletoy
#45(But I think even for diffusion models, interesting pictures that come from very short or unspecific prompts are more in the spirit of classic generative art, as they don't try to describe specific details explicitly.)
Re: Turtletoy
#46Such a nice project!! I made several turtles too, check https://turtletoy.net/user/markknol
Re: Turtletoy
#47Such a nice project!! I made several turtles too, check https://turtletoy.net/user/markknol
I stumbled over your string art turtle some time ago and like one of the commenters on [1], I was wondering about your tool to create points from a image [1] https://turtletoy.net/turtle/dd4c8beb92
Re: Turtletoy
#48https://github.com/WillAdams/gcodepreview/blob/main/tdmt.py
https://github.com/WillAdams/gcodepreview/blob/main/threeDmo...
(and yes, the full name (3-Dimension Model Turtle) does have the same number of syllables as a certain for letter franchise staring beings named for a certain quartet named after Italian Renaissance artists)
Re: Turtletoy
#49Re: Turtletoy
#50LOGO lives!
To be fair, turtle graphics is not itself Logo, Logo was originally designed for text manipulation (because all schools had at that time were teletype terminals). Then came the idea of a physical turtle robot, then the graphical turtle when schools got computers with CRT displays. My partner and I do maintain a complete (and extended) Logo interpreter however, so yes it really does live. Somewhat :)