Download from GitHub
The latest build of MXFramework is hosted on GitHub. Click on the following link to download the latest source code from GitHub.
https://github.com/MagicCube/mxframework-core/archive/master.zip
It is strongly recommended to read the documents before downloading.
Read the Getting started if you are beginner to MXFramework
What's included
Once downloaded, unzip the file to a new folder named mx, within which you'll find the following directories and files.
These include all you need for MXFramework.
mx
├── app
│ └── Application.js
├── res
│ ├── images
│ │ └── mx-logo-32.png
│ └── locales
│ ├── en
│ │ └── language.js
│ └── zh-cn
│ └── language.js
├── scn
│ └── Scene.js
├── util
│ └── ObjectPool.js
├── view
│ └── View.js
├── debug.js
├── framework-base.js
├── framework-core.js
├── javascript-extensions.js
├── mx.build
├── MXComponent.js
├── MXEvent.js
├── MXObject.js
└── README.md
Dependencies
MXFramework only requires jQuery library at the run time. It is recommended to use jQuery 1.10 or later version.
Install Eclipse Plugins
- Start your Eclipse, choose
Help > Install New Softwarein the menu bar. - Click
Add, in the top-right corner.
- In the
Add Repositorydialog that appears, enterMXFramework Pluginfor theNameand the following URL for theLocation:https://raw.githubusercontent.com/MagicCube/mxtool/master/mxtool-eclipse-updatesite/site.xml - Click
OK. - In the
Available Softwaredialog, select the checkbox next toMagicCube MXFramework Pluginsand clickNext.
- Click
Next, and complete the following installation. - After the installation completes, restart Eclipse.