Skip to content
nhmkdev edited this page Jan 7, 2014 · 11 revisions

Enabling the XDK

  • XDK DISABLED - related code should be UNCOMMENTED.
  • XDK ENABLED - related code should be COMMENTED.

As of this writing these changes are limited to index.html and main.js.

Issues

ig.System.SCALE

You will need to completely remove ig.System.SCALE from the ImpactJS system.js file for the Intel XDK to function correctly.

Replace it accordingly:

ig.System.SCALE = {
    CRISP: function( canvas, context ) {},
    SMOOTH: function( canvas, context ) {}
};

Clone this wiki locally