Skip to content

Looking into island generation using random points and Delaunay triangulation

Notifications You must be signed in to change notification settings

EveningStarlight/island

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Looking into island generation using random points and Delaunay triangulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages