An open API service indexing awesome lists of open source software.

https://github.com/szymonkaliski/wallgen

Evolutionary wallpaper generator
https://github.com/szymonkaliski/wallgen

evolutionary-algorithm gl-react glsl immutablejs react redux webworker

Last synced: 2 months ago
JSON representation

Evolutionary wallpaper generator

Awesome Lists containing this project

README

        

# WallGen

## Evolutionary wallpaper generator

screenshot

Live: [http://szymonkaliski.github.io/wallgen](http://szymonkaliski.github.io/wallgen)

Made with [react](https://facebook.github.io/react/), [react-gl](https://github.com/gre/gl-react), [redux](https://github.com/reactjs/redux) and [immutable](https://facebook.github.io/immutable-js/).

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`