Tagged Questions
6
votes
17answers
2k views
Did you feel learning to program with turtle graphics was useful?
I'm preparing to teach someone to program. When I learned the course material used turtle graphics for the first few exercises. In reading introductory textbooks I have not found one that uses the ...
4
votes
5answers
417 views
Are there any open source/free LOGO implementations that support dynaturtles?
I'm looking for an implementation of the LOGO programming language that supports 'dynaturtles' - animated turtles that can programmatically change shape, speed and direction as well as detect ...
0
votes
2answers
104 views
Design Pattern for Parsing LOGO Turtle Code
In wikipedia, Logo Programming is a multi-paradigm computer programming language used in education. I want to make an application like TurtleGraphicEditor (which using logo programing) using C#. I ...
0
votes
1answer
172 views
Using turtle graphics in Java?
So, I'm using a special turtle graphics set of classes in Java (but they have all the regular commands: move, paint, turn, etc.). I'm trying to draw a six-point star (which is effectively two ...
0
votes
2answers
138 views
Logo-based simple scripted 3D CAD drawing software
I am not having much luck searching the web and hope maybe to get some help here.
Is there any 3D CAD software out there, freeware, shareware, open-source, or commercial, that uses the simplified ...