PTurtle

A library that provides a turtle drawing object
Download

PTurtle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • PTurtle Team
  • Publisher web site:
  • Operating Systems:
  • Mac OS X 10.5 or later
  • File Size:
  • 35 KB

PTurtle Tags


PTurtle Description

A library that provides a turtle drawing object The PTurtle library provides a turtle drawing object in Processing. Designed with LOGO's educational principles in mind, the turtle presents uncomplicated commands and an intuitive metaphor to the new programmer. Teaching with the turtle offers a gentle introduction to the imperative, procedural and abstract thinking skills needed by new programmers. As well as the standard forwards, backwards and turn commands, the turtle can draw with Processing-like moveToward commands that take x and y co-ordinates. For the teacher and student, these methods ease the transition from first-person turtle geometry to Processing's Euclidian geometry. For more advanced learners, the library offers a HistoryTurtle which stores the lines it draws and makes them available for editing. The HistoryTurtle contains a publicly accessible ArrayList holding individual Line objects, that extends the turtle metaphor and providing a visual way in to using objects and collections in Processing. Requirements: · Java


PTurtle Related Software