8 ms·
Python turtle with logo parser and 3D support https://github.com/tkfoss/pylogo3d/tree/main#pylogo3d https://github.com/tkfoss/pylogo3d/tree/main#pylogo3d
by tkfoss 2mo ago
Python turtle with logo parser and 3D support https://github.com/tkfoss/pylogo3d/tree/main#pylogo3d https://github.com/tkfoss/pylogo3d/tree/main#pylogo3d
- rwmj 2mo agoAre there physical turtles available? Good for kids to take home an actual plot from their classes.
- tkfoss 1mo agoYes, either live using python/logo REPL, from a script or from generated svg. Thanks for motivation to wrap it up and publish that part as well
- tkfoss 2mo agoDidn't publish the backend yet but I experimented with DIY plotter based on Drawing Robot by henryarnold and it works fairly well. I m not sure what to do with the layer between plotter backend and different plotters though.