public marks

PUBLIC MARKS from srcmax with tags html5 & library

2014

ehzhang/sense-js · GitHub

HTML5 offers a lot of awesome access to hardware data. Sense.js is a library that abstracts away the math and gives developers and designers easy access to some common non-touch gesture interactions with simple javascript callbacks.

browserstate/history.js · GitHub

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers.

2013

howler.js - Modern Web Audio Javascript Library - GoldFire Studios

(via)
We were presented with this very question while developing our new HTML5 game and set out to find a library that provided the functionality we needed, without all of the bloat, while still supporting the majority of browsers. Unfortunately, we didn't find anything that met our needs. So, we decided to create our own library and open source it. This library works great for games, but it can work just as well for any other audio-related web app.

2011

HTML5 Cross Browser Polyfills - GitHub

by 3 others
So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them. The general idea is that: we, as developers, should be able to develop with the HTML5 apis, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly.