Web application for experiencing animated & auditive typefaces. Letters get animated using SVG sprite sheets at 24 FPS. Audio is played back using the HTML5 audio tag and an audio sprite sheet.
- Make sure you have node & npm and gulp installed locally.
- Clone the repo:
git clone -b dev git@github.com:ffraenz/wavecase.git
- Install dev dependencies:
npm install
- Build repo:
gulp build
- Watch files:
gulp
- Daniel Zat – Idea, Typeface Design
- Fränz Friederes – Development