This is a quick example of using Create.js’s Tween.js library with Three.js to perform 3D WebGL animations. This library is not to be confused with another one with the same name, although the APIs and concepts are similar. This example simply adds animation and uses Tween.js for the game loop but is otherwise the same as the basic three.js example.
Continue reading “Example of Using Three.js with Tween.js”Tag: javascript
Create an HTML 5 Game with Create.js: Flappy Bird Clone
If you’ve ever wanted to create your own HTML 5 game, you have come to the right place. In this article we will create the complete Flappy Bird clone seen above using the Create.js suite of libraries: Easel.js for drawing, Tween.js for motion and Preload.js for asset loading.
Continue reading “Create an HTML 5 Game with Create.js: Flappy Bird Clone”