search
HomeDatabaseMysql TutorialNebulaCTO 张旭欣:结缘Cocos2d

Nebula CTO 张旭欣今天的演讲主题是:结缘Cocos2d-x与疯狂城堡。由于Android手机屏幕的尺寸多种多样,根据屏幕宽高去定位是比较困难的。张旭欣说,对于Android移植方面,要考虑到UI自适应,挂起后返回以及权限问题。以下是张旭欣的演讲实录: 疯狂城堡是一款

Nebula CTO 张旭欣今天的演讲主题是:结缘Cocos2d-x与疯狂城堡。由于Android手机屏幕的尺寸多种多样,根据屏幕宽高去定位是比较困难的。张旭欣说,对于Android移植方面,要考虑到UI自适应,挂起后返回以及权限问题。以下是张旭欣的演讲实录:

疯狂城堡是一款社交类的经营类游戏,我们的项目从2011年3月开始,大约运用了7个月的时间,在2011年10月份正式推出了全球版,当时这款游戏很幸运受到了美国区的新品推荐,随后我们又推出了中文版疯狂城堡,幸运的是我们在中国区也受到了新品推荐,这个推荐对开发团队来说是非常大的鼓励和肯定。我们的用户数跟顶尖产品相比还有很大差距,但是我们相信通过我们的努力一定会取得更好的成绩。

NebulaCTO 张旭欣:结缘Cocos2d

图:Nebula CTO 张旭欣

张旭欣分享了《疯狂城堡》的经验:制作地图,设计动画,字体选型,数据加密,社交元素,网络通信,内存优化以及跨平台。

为什么选择Cocos2d-x,Cocos2d-x有哪些特点吸引开发者?

我们考虑Cocos2d-x开发引擎具有以下特点:

1. 希望这个开发引擎上手非常容易,入门不要太难,对开发者不要造成太多的障碍;

2. 希望它调试非常方便,可以在Windows下调试,这样不会让开发者觉得需要适应新的开发环境;

3. 我们希望这个引擎它具有很好的扩展性、兼容性,这样可以方便的加入自己想要的内容;

4. 希望这个开发引擎它能够做出跨平台的产品,这样一方面节约了开发时间,另一方面可以增加产品的覆盖面。

这些内容总结起来说,主要考虑的就是引擎给带来的开发效益、开发成本上的收益。具体来讲,首先,我们希望我们的产品可以在iOS和Android平台上运行,并且产品的跨平台转换会很方便,不需要浪费太多的开发时间。其次,根据当时的实际情况来说,我们希望C++作为入门语言,因为对于大多数开发者来如果单一使用某一种开发语言可能会有局限性,并且我们希望在Windows上开发,这其实说起来大家都很明白,如果使用C++可以在Windows上开发,大家仔细算一下成本对开发团队来说是非常重要的。再次,我们考虑了它的跨平台性,Cocos2d-x现在能够做很多跨平台的产品,现在已经有Windows、iOS、Android、WindowsPhone等有很多平台,你只要开发出一个平台就非常容易的移植到其他平台,这样节省了开发者对每一个平台的研究时间,整个项目的开发周期也会大大的缩短。同时,由于它可以在Windows上开发,对于C++使用者来说效率会大大提高,毕竟不是每一个开发者都可以同时在Windows上和Mac上并行开发,并且取得同样的开发效率,这对开发团队来说是需要注意的一点。

Cocos2d-x具有非常好的兼容性和扩展性,我们不需要自己再去集成各种各样需要的功能。我们还看重一点Cocos2d-x有一支非常专业的开发团队在开发和维护,开发了很多交流的平台,微博、QQ群,这样对开发者来说我们可以知道去哪里问问题、解决问题,遇到问题的时候怎么处理,我们不会担心一旦这个引擎如果没有专业的人维护的话,出了问题该怎么解决。这也是我们考虑使用Cocos2d-x一个非常重要的原因。

责任编辑:杨依帆

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
MySQL: BLOB and other no-sql storage, what are the differences?MySQL: BLOB and other no-sql storage, what are the differences?May 13, 2025 am 12:14 AM

MySQL'sBLOBissuitableforstoringbinarydatawithinarelationaldatabase,whileNoSQLoptionslikeMongoDB,Redis,andCassandraofferflexible,scalablesolutionsforunstructureddata.BLOBissimplerbutcanslowdownperformancewithlargedata;NoSQLprovidesbetterscalabilityand

MySQL Add User: Syntax, Options, and Security Best PracticesMySQL Add User: Syntax, Options, and Security Best PracticesMay 13, 2025 am 12:12 AM

ToaddauserinMySQL,use:CREATEUSER'username'@'host'IDENTIFIEDBY'password';Here'showtodoitsecurely:1)Choosethehostcarefullytocontrolaccess.2)SetresourcelimitswithoptionslikeMAX_QUERIES_PER_HOUR.3)Usestrong,uniquepasswords.4)EnforceSSL/TLSconnectionswith

MySQL: How to avoid String Data Types common mistakes?MySQL: How to avoid String Data Types common mistakes?May 13, 2025 am 12:09 AM

ToavoidcommonmistakeswithstringdatatypesinMySQL,understandstringtypenuances,choosetherighttype,andmanageencodingandcollationsettingseffectively.1)UseCHARforfixed-lengthstrings,VARCHARforvariable-length,andTEXT/BLOBforlargerdata.2)Setcorrectcharacters

MySQL: String Data Types and ENUMs?MySQL: String Data Types and ENUMs?May 13, 2025 am 12:05 AM

MySQloffersechar, Varchar, text, Anddenumforstringdata.usecharforfixed-Lengthstrings, VarcharerForvariable-Length, text forlarger text, AndenumforenforcingdataAntegritywithaetofvalues.

MySQL BLOB: how to optimize BLOBs requestsMySQL BLOB: how to optimize BLOBs requestsMay 13, 2025 am 12:03 AM

Optimizing MySQLBLOB requests can be done through the following strategies: 1. Reduce the frequency of BLOB query, use independent requests or delay loading; 2. Select the appropriate BLOB type (such as TINYBLOB); 3. Separate the BLOB data into separate tables; 4. Compress the BLOB data at the application layer; 5. Index the BLOB metadata. These methods can effectively improve performance by combining monitoring, caching and data sharding in actual applications.

Adding Users to MySQL: The Complete TutorialAdding Users to MySQL: The Complete TutorialMay 12, 2025 am 12:14 AM

Mastering the method of adding MySQL users is crucial for database administrators and developers because it ensures the security and access control of the database. 1) Create a new user using the CREATEUSER command, 2) Assign permissions through the GRANT command, 3) Use FLUSHPRIVILEGES to ensure permissions take effect, 4) Regularly audit and clean user accounts to maintain performance and security.

Mastering MySQL String Data Types: VARCHAR vs. TEXT vs. CHARMastering MySQL String Data Types: VARCHAR vs. TEXT vs. CHARMay 12, 2025 am 12:12 AM

ChooseCHARforfixed-lengthdata,VARCHARforvariable-lengthdata,andTEXTforlargetextfields.1)CHARisefficientforconsistent-lengthdatalikecodes.2)VARCHARsuitsvariable-lengthdatalikenames,balancingflexibilityandperformance.3)TEXTisidealforlargetextslikeartic

MySQL: String Data Types and Indexing: Best PracticesMySQL: String Data Types and Indexing: Best PracticesMay 12, 2025 am 12:11 AM

Best practices for handling string data types and indexes in MySQL include: 1) Selecting the appropriate string type, such as CHAR for fixed length, VARCHAR for variable length, and TEXT for large text; 2) Be cautious in indexing, avoid over-indexing, and create indexes for common queries; 3) Use prefix indexes and full-text indexes to optimize long string searches; 4) Regularly monitor and optimize indexes to keep indexes small and efficient. Through these methods, we can balance read and write performance and improve database efficiency.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.