Simon GaytonProgrammer |
|||
| Home | Resume | Group Projects | Individual Projects |
Balls2DCopyright 2007 (C) Simon Gayton |
|
|
This applet is a simple simulation of 2D balls with gravity. View source: Ball2D.java Balls2D.java Edge2D.java Vector2D.java |
FractalCopyright 2006 (C) Simon Gayton |
|
|
This applet displays a fractal image of which the view can zoom in repeatedly. The only limitation is from the use of floating point numbers. View source: Fractal.java |
Line DrawingCopyright 2005 (C) Simon Gayton |
|
|
This applet was created to test my implementation of the Bresenham line drawing algorithm. View source: LineDraw.java |