Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.02 KB

asthir

Computer Graphics Project - A demo of a randomly generated island with various elements such as water, rain, snow, erosion, etc.

image

Installation:

Processing 3.0, controlP5, java.util, java.text

  1. Download java if you do not have it already (java.util and java.text are necessary)
  2. Install Processing 3.x from here
  3. Install the controlP5 library from within the Processing IDE with Sketch → Import Library → Add Library and search for ControlP5 (or you can install it manually as well, see its repo.

Usage:

To get started, go through the main screen by pressing enter. There are 5 different sliders: the speed slider on the bottom left speeds up in-demo time, the other 4 sliders adjust different aspects of the island generation. Press 'Esc' to exit.

The top left has a minimap that shows you a top-down 2d view of your island.