This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
Releases: terales/hardcover
Releases · terales/hardcover
0.4.0 fascinated can
Changed
- Move book closer while opening, so it mimics animation from source.
Next
- Move matrix calculation to the
render()
and render on sliders change instead of endlessrequestAnimationFrame()
loop. - Make "pixel perfect' opening animation, so it will look the same as in source.
Next next
- Add images to a front cover and a flyleaf
- Add shadows to the flyleaf
- Add text to a front cover
- Email to Rusty Key
0.3.0 tangible ocean
Changed
- Switch to twgl.js, so code is more readable.
- Create basic scene graph to render coordinates grid and hardcover itself.
- Get rid of camera, there is only perspective now.
- Use only meaningful slider in demo.
- Add ability to open front cover.
Next
- Move matrix calculation to the
render()
and render on sliders change instead of endlessrequestAnimationFrame()
loop. - Move book closer while opening, so it will mimic animation from source.
- Make "pixel perfect' opening animation, so it will look the same as in source.
Next next
- Add images to a front cover and a flyleaf
- Add shadows to the flyleaf
- Add text to a front cover
- Email to Rusty Key
0.2.1 torpid snake
chore(release): create tag for version 0.2.1
0.2.0 warm dress
chore(release): create tag for version 0.2.0
0.1.1 obscene whip
Bug Fixes
- release: add required params to publish release on GitHub task (d67d0c0)
0.1.0 stingy giraffe
Bug Fixes
- release: add
commit
npm script (5bdd1ef) - release: clear unfinished experiment (8527fb0)
- release: fix erratum at release run-sequence (9fcde7a)
- release: fix path for writing automated release version bump (6569416)
- release: fix release script (ee0e630)
Features
- release: configure automated release to GitHub Pages (de3e35b)
- configured initial sceleton
- draw and position rectangle with dimensions and position like in hardcover from source
- add slider to change hardcover position