While I've been using Construct2 with Node-Webkit for a while, I've recently noticed an issue with the exported application for one of my projects.
I use R0J0Hound's Canvas Plugin along with his Shadow Casting method. When I run the project in Google Chrome, it runs perfectly fine, however when I run it as a Node-Webkit application, there is a very noticeable lag.
One supposed reason is that Node-Webkit recently changed their rendering library.
Therefore I'm looking at other ways to export a HTML5 Construct2 game as a Desktop Application. Anyone have any good recommendations?