Downloads

Get the latest source codes and builds from GitHub.

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

  1. Start your Eclipse, choose Help > Install New Software in the menu bar.
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter MXFramework Plugin for the Name and the following URL for the Location: https://raw.githubusercontent.com/MagicCube/mxtool/master/mxtool-eclipse-updatesite/site.xml
  4. Click OK.
  5. In the Available Software dialog, select the checkbox next to MagicCube MXFramework Plugins and click Next.
  6. Click Next, and complete the following installation.
  7. After the installation completes, restart Eclipse.