Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.53 KB

island

This is a hobby project that will be looking into island generation using random points and Delaunay triangulation. Currently produces tiles with some color purmutations.

The new branch imageReader focuses on the mosaics part of the generation. The triangle colors are determined by the average colour of all the points contained by the triangle. Canvas size is currently static at 500x500. dynamic resizing will be looked at for the future.

Some examples of the mosaic generation:
Mosaic of a landscape image, shown beside original


low resolution image of a bird (1,000 points)


Higher resolution (10,000 points)


High resolution (10,000 points), but with center bias for point generation




There are toggles for the points, triangle outlines, and the Circumcircles.
There are a couple diffrent distribution options.
Ocean and coastal points can be generated

Preview with only triangles using circle distribution


Preview with outline and points turned on


Preview with only triangles using center distribution


Preview with points and circles turned on

\

-Adam Prins