All Projects → lamberta → Html5 Animation

lamberta / Html5 Animation

Licence: mit
Foundation HTML5 Animation with JavaScript example code and book exercises.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Html5 Animation

Planck.js
2D JavaScript Physics Engine
Stars: ✭ 4,149 (+522.04%)
Mutual labels:  game-development, html5, canvas
Icon Machine
Web application for randomly generating pixel art icons.
Stars: ✭ 73 (-89.06%)
Mutual labels:  game-development, html5, canvas
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+457.87%)
Mutual labels:  game-development, html5, canvas
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+807.05%)
Mutual labels:  game-development, book
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+382.91%)
Mutual labels:  game-development, html5
Front Ui
😄 🎨 Collect some front-end special effects (收集一些前端特效)
Stars: ✭ 259 (-61.17%)
Mutual labels:  html5, canvas
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-79.31%)
Mutual labels:  game-development, html5
Hstardoc
My blogs write with markdown.
Stars: ✭ 297 (-55.47%)
Mutual labels:  html5, canvas
Game Programming Patterns
Source repo for the book
Stars: ✭ 3,096 (+364.17%)
Mutual labels:  game-development, book
Phaser3 Docs
Phaser 3 Documentation and TypeScript Defs
Stars: ✭ 339 (-49.18%)
Mutual labels:  html5, canvas
Canvas Nest.js
♋ Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.
Stars: ✭ 3,966 (+494.6%)
Mutual labels:  html5, canvas
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (-41.83%)
Mutual labels:  game-development, canvas
Html5 Canvas Game Boilerplate
Provides a set of default code that makes getting up and running with an HTML5 canvas game very easy.
Stars: ✭ 182 (-72.71%)
Mutual labels:  game-development, canvas
Rhubarb
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
Stars: ✭ 167 (-74.96%)
Mutual labels:  game-development, html5
Dynamic effect
平时练习的一些前端动效,基于HTML5,CSS3,Canvas,Svg
Stars: ✭ 264 (-60.42%)
Mutual labels:  html5, canvas
Mir2
Javascript+Easycanvas+Node实现热血传奇(Mir2)游戏,还原了人物&装备&刷怪&战斗&背包等功能,支持联机,详情见wiki。
Stars: ✭ 147 (-77.96%)
Mutual labels:  game-development, canvas
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+795.35%)
Mutual labels:  html5, canvas
Is Engine
SFML C++ game engine that allows to create games on Web (HTML 5 - CSS 3), Android and PC
Stars: ✭ 94 (-85.91%)
Mutual labels:  game-development, html5
Bouncing Balls
Bouncing balls simulation using plain JavaScript
Stars: ✭ 96 (-85.61%)
Mutual labels:  game-development, canvas
Taro
A lightweight 3D game engine for the web.
Stars: ✭ 345 (-48.28%)
Mutual labels:  html5, canvas

This is the example code and book exercises from Foundation HTML5 Animation with JavaScript, http://amzn.com/1430236655?tag=html5anim-20
The demos are available online to play with at http://lamberta.github.io/html5-animation/

The entire archive is available for download; either unpack the zip file, html5-animation.zip, or use the following git command at your terminal prompt:
git clone git://github.com/lamberta/html5-animation.git

You are free to use this source code as you wish. For a detailed explanation of each exercise, or if you find these listings helpful and would like to support our work, please consider buying the book.

And if you enjoy the book, please spread the word and write a review.

Book Description

Foundation HTML5 Animation with JavaScript, by Billy Lamberta and Keith Peters, covers everything that you need to know to create dynamic, scripted animations using the HTML5 canvas. It provides information on all the relevant math you'll need, before moving on to physics concepts like acceleration, velocity, easing, springs, collision detection, conservation of momentum, 3D, and forward and inverse kinematics. Foundation HTML5 Animation with JavaScript is a fantastic resource for all web developers working in HTML5 or switching over from Flash to create standards-compliant games, applications, and animations that will work across all modern browsers and most mobile devices, including iPhones, iPads, and Android devices.

What you'll have fun learning:

  • All the JavaScript and HTML5 code (including math and trigonometry functions) you'll need to start animating with code.
  • Basic motion principles like velocity, acceleration, friction, easing, and bouncing.
  • How to handle user interactions via the keyboard, mouse, and touchscreen.
  • Advanced motion techniques like springs, coordinate rotation, conservation of momentum, and forward and inverse kinematics.
  • All the basic 3D concepts you'll need for 3D in HTML5 (without WebGL)—from simple perspective to full 3D solids, complete with backface culling and dynamic lighting.

Ports

One of the great things about this book is that many of the concepts apply not only to JavaScript, but to computer animation in general. All you need is support for a drawing surface and a few simple commands, and you can apply these ideas using whatever programming language you want! And if you do, please send me a message and I'll list it here.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].