You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**An open-source mobile app. Coming soon to Google Play**
9
8
10
9
Table of Contents
11
10
-----------------
@@ -39,6 +38,11 @@ Who is this for?
39
38
------------
40
39
Anyone with experience with HTML, CSS and JavaScript.
41
40
41
+
This project makes use of two JavaScript libraries:
42
+
43
+
-[Panda.js](http://www.pandajs.net/) - Free html5 game engine
44
+
-[Pixi.js](http://www.pixijs.com/) - 2D webGL renderer with canvas fallback
45
+
42
46
Usage
43
47
------------
44
48
Open the DevStory.xdk project file with the [Intel® XDK](https://software.intel.com/en-us/html5/tools).
@@ -47,7 +51,7 @@ Enable developer mode in main.js
47
51
48
52
App.developer = true;
49
53
50
-
Preview the app in the Intel® XDK Emulate tab or [Google Chrome Emulation Mode](https://developer.chrome.com/devtools/docs/device-mode)
54
+
Preview the app in the Intel® XDK Emulate tab or open up index.html in [Google Chrome Emulation Mode](https://developer.chrome.com/devtools/docs/device-mode)
0 commit comments