This project consists in developing a virtual split-flap display which can be added into a web page and displayed into webgl enabled browsers. This kind of displays may be seen on train stations and airports. This is a totally personal project to practice and apply what I learnt from learning webgl and the Functional Inherithance Pattern from D. Crockford's book, Javascript : The Good parts.
A similar project has been developed by Spite and is described here. Nevertheless, this project is based on CSS3D and is not related to mine.
- Use pure webGL API (no frameworks such as Three.js) to become familiar with it
- Use requireJS to modularize the project
- Use Douglas Crockford's Functional Inheritance pattern to test it
- bonus1 : use the common Prototypal Inheritance pattern and compare code and perfs with the functional one