cegui-android-port

所属分类:游戏
开发工具:Visual C++
文件大小:19871KB
下载次数:15
上传日期:2014-12-07 12:49:03
上 传 者xdong
说明:  CEGUI的安卓移植,非常稀有,因为官方都还没出安卓版。 CEGUI是很多游戏的界面引擎,包括Ogre等都支持这个。
(the android port of CEGUI)

文件列表:
cegui-android-port (0, 2013-05-27)
cegui-android-port\.hgchurn (338, 2013-05-27)
cegui-android-port\.hgeol (281, 2013-05-27)
cegui-android-port\.hgignore (304, 2013-05-27)
cegui-android-port\CMakeLists.txt (33175, 2013-05-27)
cegui-android-port\build_android.sh (589, 2013-05-27)
cegui-android-port\cegui (0, 2013-05-27)
cegui-android-port\cegui\CEGUI-IRRLICHT.pc.in (465, 2013-05-27)
cegui-android-port\cegui\CEGUI-LUA.pc.in (460, 2013-05-27)
cegui-android-port\cegui\CEGUI-NULL.pc.in (447, 2013-05-27)
cegui-android-port\cegui\CEGUI-OGRE.pc.in (467, 2013-05-27)
cegui-android-port\cegui\CEGUI-OPENGL.pc.in (459, 2013-05-27)
cegui-android-port\cegui\CEGUI-OPENGL3.pc.in (463, 2013-05-27)
cegui-android-port\cegui\CEGUI.pc.in (469, 2013-05-27)
cegui-android-port\cegui\include (0, 2013-05-27)
cegui-android-port\cegui\include\CEGUI (0, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Affector.h (7536, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Animation.h (8506, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\AnimationInstance.h (13268, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\AnimationManager.h (9843, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Animation_xmlHandler.h (6508, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Base.h (7319, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\BasicImage.h (3591, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\BasicRenderedStringParser.h (7683, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\BidiVisualMapping.h (4493, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\BoundSlot.h (4514, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CEGUI.h (4920, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CentredRenderedString.h (2799, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\ChainedXMLHandler.h (2995, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Clipboard.h (5251, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\Colour.h (7799, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\ColourRect.h (5499, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs (0, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs\ColourPicker (0, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs\ColourPicker\ColourPicker.h (5236, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs\ColourPicker\Controls.h (11450, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs\ColourPicker\Conversions.h (5786, 2013-05-27)
cegui-android-port\cegui\include\CEGUI\CommonDialogs\ColourPicker\Types.h (3518, 2013-05-27)
... ...

# CEGUI Android Port Try (cloned from official CEGUI hg repo) ## Building instructions for android (linux as a host) 1. Clone this repo and checkout android-port branch and make sure you have CMake installed 2. Open the [dependencies repo](https://github.com/ironsteel/cegui-android-deps-prebuild) in a browser and download it as a zip file 3. Extract the zip file somewhere and then copy the *dependencies* dir to the cegui root dir 4. Download the android ndk for linux from [this link](http://dl.google.com/android/ndk/android-ndk-r8d-linux-x86.tar.bz2) and extract it somewhere. 5. Add the location of the ndk to your $PATH env var 6. Add the location of cegui root dir in a env var in your bashrc/profile like this export CEGUI_ROOT=/path/to/cegui/root/dir 7. Goto cegui root dir and make a directory called *android* and goto that dir 8. Then run *../build_android.sh {NDK_LOCATION} {ABI}* where *{NDK_LOCATION}* points to your android ndk root and {ABI} is the target architecture. You can ommit the second argument as we build for armeabi-v7a by default since for now the dep libs are compiled only for that architecture. 9. Type *make* to build cegui and optionally specify -j option with number of compilation threds. 10. If everything goes OK, you can proceed to the [cegui test application repository](https://github.com/ironsteel/cegui-android-test) and follow the instructions there.

近期下载者

相关文件


收藏者