Tag: Detection

  • Collision Detection JavaScript Tutorial Part 1

    The source code: http://www.tigrisgames.com/src This is JavaScript collision detection tutorial part 1, the intro to the free course consisting of about 10 tutorials on various collision detection cases including points and rectangles, line intersection, circle (or sphere) against lines and other circles and convex and concave polygons. In my previous tutorials, the JavaScript sprite engine…

  • How to Detect User Browser JavaScript Programming Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/How-to-Detect-User-Browser-JavaScript-Tutorial Learn how to detect the user browser software using JavaScript. There are various different ways to go about obtaining the result. This script is written to best convey the logic to someone new to programming. We also make special considerations for modern versions of Internet Explorer browser detection in this exercise. Original…

  • WAPG 5 Collision Hit Detection DOM Programming JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/WAPG-5-Collision-Hit-Detection-DOM-Programming-JavaScript-Tutorial Learn collision and hit detection in the DOM. The DOM is the normal development environment. We already made collision and hit detection tutorials for the HTML5 canvas in my Canvas Bootcamp playlist, which you can find on my channel any time you want. Original source