摘要:
***************************************转载请注明出处:http://blog.csdn.net/lttree********************************************制作过cocos2d-x游戏的开发这都知道,当所有东东都做完后,... 阅读全文
摘要:
#coding=utf-8#第一个练习,登录框import sysfrom PyQt4 import QtGui,QtCore#登录框class LoginBox(QtGui.QWidget): def __init__(self): super(LoginBox, self).... 阅读全文
摘要:
到下面的网址下载setuptools-0.6c11.win32-py2.7.exehttp://pypi.python.org/pypi/setuptools#files然后安装setuptools-0.6c11.win32-py2.7.exe在命令行方式下,进入目录“C:\Python27\Scr... 阅读全文
摘要:
引入头文件#include "HelloWorldScene.h"#include "tinyxml2/tinyxml2.h"USING_NS_CC;using namespace tinyxml2;生成xmlvoid HelloWorld::makeXml(const char* fileName... 阅读全文
摘要:
原文地址:http://blog.csdn.net/jimi36/article/details/7792103Bezier曲线的原理Bezier曲线是应用于二维图形的曲线。曲线由顶点和控制点组成,通过改变控制点坐标可以改变曲线的形状。一次Bezier曲线公式:一次Bezier曲线是由P0至P1的连... 阅读全文
摘要:
Using Boost Libraries in Windows Store and Phone ApplicationsRATE THISSteven Gates18 Jul 2014 5:30 AM12Boost containsa lotof high quality cross platfo... 阅读全文
摘要:
Cocos2d-x项目移植到WinRT/Win8小记作者:K.C.日期: 11/17/2013Date: 2013-11-17 23:33Title: Cocos2d-x项目移植到WinRT/Win8小记Tags: Android, adb, WP, Windows RT, WinRT, Visua... 阅读全文
摘要:
Cocos2d-x项目移植到WP8小记作者:K.C.日期: 10/24/2013Date: 2013-10-24 00:33Title: Cocos2d-x项目移植到WP8小记Tags: Android, adb, WP, Visual StudioCocos2d-x v2.2已经支持了Window... 阅读全文
摘要:
原文地址 : http://www.cnblogs.com/hhuang2012/p/3336911.htmlcocos2dx android版本移植时的Error format not a string literal and no format arguments解决方案 ... 阅读全文
摘要:
原址:http://www.cocoachina.com/bbs/read.php?tid=217124新的cocos2d-x 2.2.5 在使用Eclipse的安卓NDK 9 的编译器进行编译的时候,问题提示如下:[armeabi] Compile++ thumb: cocos_extension... 阅读全文