Donate Share

JavaLogo

Project News for JavaLogo

  • JavaLogo version 0.1 Released

    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/

    2002-04-25 02:47:28 UTC by datasurfer

  • Initial CVS Commit of JavaLogo

    Just a bunch of sourcecode, that kinda sorta works. Check out the stuff in the org.javalogo.impl package. We desperately need help with drawing in Swing. This whole getContentPane() stuff is confusing the heck out of me.

    You can use the standard anonymous SourceForge CVS checkout to get the JavaLogo files. The modulename is javalogo. http://sourceforge.net/cvs/?group_id=9314

    JavaLogo requires
    "J2SEv1.3" (http://java.sun.com/j2se/1.3/)
    and
    "Grace Software's JavaLog" (http://javalog.sourceforge.net/)

    JavaLog requires the "GNU Regular Expressions for Java" library(http://www.cacas.org/~wes/java/)

    JavaLogo is being developed with "Forte for Java, Community Edition" (http://java.sun.com/cgi-bin/click.cgi?link=http://www.sun.com/forte/ffj/ce/)

    2001-04-10 23:19:09 UTC by datasurfer