/javascript-and-friends-2020-talk

Slides for my JavaScript & Friends Conference 2020 talk.

MIT LicenseMIT

javascript-and-friends-2020-talk

Slides for my JavaScript & Friends Conference 2020 talk.

Conference

JavaScript & Friends 2020 (https://www.javascriptandfriends.com/)
August 14th, 2020
Online

Title of the talk

Using the Gamepad API for a better gaming experience on the web.

Summary

This talk explores the usage and impact of the Gamepad API in the web gaming space. The Gamepad API lets you connect and use various gaming controllers with browsers, but since this API is in very early stages, tracking different controller inputs across browsers becomes extremely challenging.

For this very purpose I have released an open source library which provides support for button press, axis movement events as well as vibration play effect in browsers. We’ll be focusing on how we can leverage this library for providing better gaming experiences to consumers on the web.

Topics to be covered

  1. Gaming on the web
  2. Intro to the Gamepad API and current state
  3. Extending the existing API
  4. Creating custom events to track user input
  5. Some fun examples

Slides

PDF version available on GitHub - Link

Also on Speaker Deck - Link

Talk video

Available on YouTube - Link

License

MIT License

Copyright (c) 2020 Arun Michael Dsouza.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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 NONINFRINGEMENT. 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.