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
- Host: GitHub
- URL: https://github.com/szymonkaliski/wallgen
- Owner: szymonkaliski
- License: mit
- Created: 2017-02-25T17:25:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T13:07:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T17:01:43.940Z (3 months ago)
- Topics: evolutionary-algorithm, gl-react, glsl, immutablejs, react, redux, webworker
- Language: JavaScript
- Homepage: http://szymonkaliski.github.io/wallgen
- Size: 1.74 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WallGen
## Evolutionary wallpaper generator
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`