Logo command and construct library for Java. Intended as a tool for teaching novice programmers the Java language and object orientation.
Be the first to post a text review of JavaLogo. Rate and review a project by clicking thumbs up or thumbs down in the right column.
After much anticipation JavaLogo version 0.1 is finally released. JavaLogo is a small two dimensional graphics library for Java. JavaLogo's main goal is to remove most of the barriers to learning Java. It does this by hiding as much of the Java concepts as possible. Examples: - Only one package needs to be imported (org.javalogo.*) - All of the Swing elements used by JavaLogo are kept encapsulated inside the JavaLogo classes. - there are only three classes in the JavaLogo library (Turtle, TurtleGraphicsWindow, and TurtleGraphicsPanel) JavaLogo is also excellent for demonstrating various math and geometry concepts. For more info see http://javalogo.sourceforge.net/
initial release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?