[](https://lut.im/HcRdslCjOf/U1376nq1P2LLSNaw.png)
PIG is a Procedural Island Generator. It is written in C++11. As of now it is a set of classes that generate differents maps for a island based upon eachother. It also includes an application for viewing the maps it makes, made with SFML. This repository includes documentation written in dutch in the docs/ folder.
To use the viewing application you will need to install SFML. You can download it from http://www.sfml-dev.org/ or you can install it using your operatings package manager. On Ubuntu:
sudo apt-get install libsfml-dev
To build you'll also need g++ and make. To install these on Ubuntu run:
sudo apt-get install g++ make
After installing these tools, you can clone this git repository and build it using:
make
And run it with:
./pws