Skip to content

rileythomp/Squiggles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squiggles

A program to create generative squiggle images. The algorithm works by making a fixed number of moves in a forward direction, avoiding anywhere the squiggle has already been.

squiggles1 squiggles2

Outlines are drawn in a semi-generative fashion, and are painted with a recursive flood fill algorithm.

Outline Flood filled
outline floodfilled

To run:

$ git clone https://github.com/rileythomp/Squiggles.git

$ cd Squiggles/src

$ javac *.java

$ java Main

Then follow instructions and enter the type of image to generate.

About

Generative squiggles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages