Skip to content

autophagy/crystalliser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

crystalliser

A Processing project that crystallises a given image into triangles. Essentially a more pretty version of a pixelliser

An example of the output it produces:

####Input Image

alt text

####Output Image

alt text

TODO

  • Currently only works on images with dimensions that are completely divisible by 10, otherwise the application crashes. An obviously lazy implementation, it should either crop the image until the dimensions are divisible by 10 or dynamically changing the 'chunk size' to accomodate the dimensions, or a combination.
  • Need to put in a file dialog that allows you to pick an image rather than just using a hardcoded image name.
  • Consider porting to Javascript? Mainly so it can be used On The Net

About

A Processing project that crystallises a given image into triangles. Essentially a more pretty version of a pixelliser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors