/flatlab-examples

Examples and demos for the Flatlab library

Primary LanguageJava

Flatlab Examples

contains demonstrations of how to use the flatlab library.

The project uses ant for building.

To start, clone the repo and run:

ant resolve && ant run

Examples

Screenshot of CivWorldScene

Some scenes have movement / zooming, usually bound to WASD and Z/X (or mouse wheel).

Demo Description
CivWorldScene A Civilization like 2D hexagonal world map generated using perlin noise
DragonFractalScene Creates a dragon fractal by drawing points
LangtonsAntScene A bunch of Langton's ants
GameOfLifeScene Demo of Conway's Game of Life