Java Terrain Generator

Introduction

This applet is yet another of my terrain generators. While functional, it is not necessarily very fast. I used this as a driving project to bring myself up to date on the new graphics capabilities of JDK1.2. Unfortunately, as usually happens when learning new material, I learned a few workarounds a little too late and consequently, this version has a few bugs. In addition, this applet is currently still in development, so not all input is error-checked, nor are all the probably bugs gone.

Applet


Code

Documentation

While I do not have any written documentation for this applet, I do have the Javadoc documentation.