Zoetrope Jquery
Introduction
No Longer Maintained
This repo contains the source for Zoetrope's 3D photography widget. The vast majority of users will not need to use this directly, since a prebuilt copy is served directly from the Zoetrope CDN.
This is aimed at helping our clients to develop new and interesting product imaging experiences.
Examples
We're working on a set of examples to demonstrate what can be done with the Zoetrope viewer - they're pending a review by our graphic designer at present!
Installation
git clone https://github.com/ZoetropeImaging/zoetrope-jquery.git cd zoetrope-jquery sudo npm install . gulp fetch gulp
- Clone the Repo
- Make sure nodejs is installed.
- Make sure librsvg-dev is installed (ubuntu:
sudo apt-get install librsvg2-dev
) - Install depedencies (from project directory). This will install gulp globally
- Build
Developer docs
Full API documentation with basic implementation examples is available here: Zoetrope Viewer Documentation
Gulp task runner tasks
gulp
default This will build a one off and place it in dist/<your branch>/.
gulp watch
watch Build and spawn an HTTP server to serve up a demo. The code will be rebuilt on each save.
gulp fetch
fetch Will download both translation files from Zoetropes google docs and mobile browser detection
##Library Acknowledgements
##License This project is Licenced under GPLv3