Skip to content

szymonkaliski/wallgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallGen

Evolutionary wallpaper generator

screenshot

Live: http://szymonkaliski.github.io/wallgen

Made with react, react-gl, redux and immutable.

Features evolutionary algorithm running in webworker on immutable data, and awesome GLSL-based transitions between wallpapers.

Run

  1. clone this repo
  2. yarn or npm install
  3. yarn run start or npm start

Build

  1. yarn run build or npm run build