https://github.com/jtpio/rebirth
Entry for the js1k Spring'13 competition
https://github.com/jtpio/rebirth
Last synced: 6 months ago
JSON representation
Entry for the js1k Spring'13 competition
- Host: GitHub
- URL: https://github.com/jtpio/rebirth
- Owner: jtpio
- Created: 2013-02-25T11:53:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T17:07:09.000Z (over 13 years ago)
- Last Synced: 2025-06-17T06:05:37.550Z (about 1 year ago)
- Homepage: http://js1k.com/2013-spring/demo/1344
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rebirth
Rebirth is my javascript demo for the js1k Spring'13 competition.
Every year, spring is the time for renewal.
It brings life back and buds grow again as the sun rise in the sky.
Trees are generated procedurally, so if you want new ones, just refresh the page.
Here is a link to the [demo](http://js1k.com/2013-spring/demo/1344). Some more details [here](http://js1k.com/2013-spring/details/1344).
Enjoy :)
## Minification
Minification is done in two steps:
* With Closure Compiler (http://closure-compiler.appspot.com/home) to remove whitespaces and comments.
* With JS Crush (http://www.iteral.com/jscrush/) for a big compression!
Some parts of the code may not be 100% optimized, but that's because JS Crush gives better results if we follow some patterns.