Java program that generates a voronoi-based mosaic version of a given picture
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Peery cfc56ccf03 Minimal Viable Product
Confirmed working:
Greyscale-based pseudo-random point placement
Voronoi generation with Fortune's Algorithm
Voronoi cell referencing via brute-force

Issues:
-terrible performance in Voronoi cell referencing
-single thread
6 yıl önce
src/peery Minimal Viable Product 6 yıl önce
.gitignore Initial .gitignore 6 yıl önce