This directory contains the
graphical user interface that
lets you visualize the 8-vertex
flat paper torus (up to numerical
precision) and print out some
of its basic features.

You need a java compiler to run
the code, and you do so using
the command

javac *.java

You can use the script in the file
clean to remove all the compiled
java classes.

You then run the code using the
command

java Main.

When you
run the code, one of the windows
that pops up is an instruction
page. This window will give you
more information about the program
and how to operate it.

You can also run the Newton's method routine
directly using the command

Java RunNewton

This is also implements in high precision
in the directory Newton