Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 442 Bytes

Animated Wang Tiles

My implementation of (animated) Wang Tiles written in Processing.

Quick start

Windows

Via command line

(may also work on Linux but wasn't tested)

$ processing-java --sketch=path/to/wang --run

Note: path/to/wang is a path to the directory containing wang.pde.

Via Processing IDE

  1. Open wang.pde in Processing IDE.
  2. Run the sketch.