Skip to content

psergiojr/randwall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randwall

(Pseudo) random geometric wallpaper generator

Implemented

  • Delaunay triangulation

TODO

  • Voronoi
  • Beehive pattern
  • Circle packing
  • Free random path
  • Self-avoiding path
  • Stripes (horizontal, vertical, concentric, etc.) - ongoing
  • Config file
  • Optional automatic generation of PNGs (CairoSVG?)

Dependencies

Delaunay Triangulation: SciPy

sudo apt-get install python-scipy

Generate SVG

python randwall > test.svg 

example output

Generate PNG

sudo  apt-get install librsvg2-bin     

python randwall | rsvg-convert > test.png  

About

(Pseudo)Random SVG Wallpaper Generator for Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages