-
Notifications
You must be signed in to change notification settings - Fork 421
CrossApp Summary
A summary of CrossApp before we get started to learn it.
CrossApp, written in C++, is an open source, free and cross-platform application development engine. At present, it mainly supports iOS and Android platform application export. If you want to view CrossApp detailed description, please refer to CrossApp Intro.
Download:
CrossApp osChina git: http://git.oschina.net/9miao/CrossApp
CrossApp GitHub: https://github.com/9miao/CrossApp
CrossApp is MVC mode based, if you want to view MVC mode’s detailed description, please refer to CrossApp MVC Mode.
We recommend you to use Visual Studio 2012 or higher version as development IDE in Windows, and use Xcode5.0 or higher version as development IDE in Mac.We do not need a special environment configuration for iOS porting, and if you have Android porting needs, please respectively refer to Android development environment configuration in Windows and Mac.
IDE download:
Visual studio 2013: http://www.visualstudio.com/downloads/download-visual-studio-vs
IDE download:
Visual studio 2013: http://www.visualstudio.com/downloads/download-visual-studio-vs
There are two modes for CrossApp project building in Windows: command line and project building tools. We build project through command line in Mac. If you want to view the detailed CrossApp project building mode, please refer to Building Cross-platform CrossApp Project.
CrossApp will create corresponding project entries for each platform and put them into projects directory of engine by default. You just need to respectively run different projects on different platforms. For example, we can directly run .sln file in proj.win32 directory to launch project in vs, and import proj.android in eclipse if we need to port the project to Android.