04 growing up with the open source community

19
携手社区共成长 博远无线 邹建峰

Upload: -

Post on 16-Jul-2015

256 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: 04   growing up with the open source community

携手社区共成长

博远无线 邹建峰

Page 2: 04   growing up with the open source community

介绍:

邹建峰 网龙博远无线产品总监

北京航空航天大学计算机科学学院博士

工作经历: 组建了多个手机平台的研发团队,目前负责91熊猫看书产品及91农场、91部落、战国天下、哼哈三国等多款手机网络游戏

知识产权: 出版书籍《ASP.NET开发技术详解》、《C#企业级开发案精解》,申请过多项专利和软件著作权,多次在知名刊物发表论文

Page 3: 04   growing up with the open source community

l  70,000,000+智能手机用户在使用91手机产品

l  覆盖中国iPhone用户80%

l  覆盖中国Android用户50+%

l  每月超过6.6亿PV浏览量

谋:共谋移动互联网——博远无线

Page 4: 04   growing up with the open source community

最流行的智能手机管理工具 l 用户:5000+万

最活跃的应用分发网络 l 用户:1290万

4

博远无线:领先的1+N移动数字内容发行商

最大的中文智能手机门户 l 日PV:1800+万 l 每天独立访问IP:60+万

TOP3智能手机阅读软件 l 用户:5000万

智能手机门户业务 移动应用分发网络 业务 自研手机客户端业务

p 91熊猫桌面 p 熊猫影音 p 手机网络游戏:91农场,91渔场,91部落,战国天下,哼哈三国,千军破

其他主要自研手机客户端

产品线

最大的安卓手机垂直门户-安卓网 l 日PV:600+万 l 每天独立访问IP:30+万

Page 5: 04   growing up with the open source community

l iOS/Android/WM/

M8/Sybmian 3rd/5th

l 2011年度十大最受

欢迎的民族手机游戏

介绍: 91农场

Page 6: 04   growing up with the open source community

争: 三足鼎立,纷争不断

Page 7: 04   growing up with the open source community

•  使用Cocos2d-x

•  C++结合Lua

91部落 :

Page 8: 04   growing up with the open source community

•  使用纯Lua实现

战国天下/哼哈三国

Page 9: 04   growing up with the open source community

l 招人难

l 开发效率低

l 重复开发

l 体验不⼀一致

l 应用更新困难

l App Store/Google Play/Market Place

l Html5

问题的提出:

Page 10: 04   growing up with the open source community

Html5

l 离线存储容量太小(最大4M)

l 浏览器兼容会有问题

Unity 3D

l 更加适合于3D开发

l 需要授权费用

Adobe Air

l 人员费用不便宜

l 性能达不到要求

技术架构选型:

Page 11: 04   growing up with the open source community

l 选型Cocos2d-x

l Lua作为中间语言

l 提交给cocos2d-x

l 主观测算开发效率提高30%-50%

技术架构定型:

Page 12: 04   growing up with the open source community

l 增加1x资源自动缩小

l 对.9背景资源的支持

对2d-x的优化(1):

Page 13: 04   growing up with the open source community

l 增加了动画播放功能

对2d-x的优化(2):

Page 14: 04   growing up with the open source community

l 移植到Mac平台上

l 提交给cocos2d-x

l 内存纹理器

l 用于内存纹理释放检查

l 多分辨率模拟器

对2d-x的优化(3):

Page 15: 04   growing up with the open source community

l 协议生成器

l 自动生成服务器端和客户端网络通讯代码

l AnimationEditor

l 动画编辑器,用于生成2D游戏动画

工具集(1):

Page 16: 04   growing up with the open source community
Page 17: 04   growing up with the open source community

l CC2IDE:

l Lua脚本编辑器

l 优于外部的脚本编辑器:工程管理、语法自动高

亮和自动完成

l 界面编辑器,直接完成2D界面的布局

工具集(2):

Page 18: 04   growing up with the open source community

l Lua for Cocos2d-x To Windows Phone 7

l 启动速度优化至10秒(Lumia 800)

自主研发:

Page 19: 04   growing up with the open source community

Thank You