akucharik / oculo

A simple and intuitive JavaScript 2D virtual camera for animating HTML
http://akucharik.github.io/oculo
MIT License
5 stars 1 forks source link

Hi dear thank you for create this, have one issue #1

Open rmros opened 7 years ago

rmros commented 7 years ago

Im using createjs for canvas engine And Using gsap for animation engine How i can use your virtual camera for canvas and this method?

akucharik commented 7 years ago

Oculo isn't set up to render to canvas at the moment. The various pieces (animation, renderer, scene, sceneManager) are all currently programmed to manipulate DOM elements only. Eventually I'd like to make it context agnostic, but that will take a while because I've prioritized other enhancements like bug fixes and making GSAP swappable with jQuery or TweenJS. Sorry.

rmros commented 7 years ago

Mr @akucharik i found some solution , i am thank you for make oculo :+1: do use this plugin in any project?