Cube Rotation, designed cube and added some function to rotate clockwise and anticlockwise also added velocity option to increase the speed of rotation. Designed using Presto with ELM architecture and Purescript language.
#SETUP
- Open terminal with the project_dir
- npm i && bower i
- npm run watch
- Open $project_dir/dist/index.html
Dev Workflow: Make changes to files in src and it will automatically compile. Reload index.html in the browser.