码迷,mamicode.com
首页 > 其他好文 > 详细

非常强的一款开源的分布式游戏服务端引擎(kbengine)

时间:2014-08-26 21:11:36      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:style   http   os   使用   for   ar   html   sp   on   

一款开源的游戏服务端引擎,使用简单的约定协议就能够使客户端与服务端进行交互,使用KBEngine插件能够快速与(Unity3D, OGRE, Cocos2d, HTML5, 等等)技术结合形成一个完整的客户端。

服务端底层框架使用c++编写,游戏逻辑层使用Python(支持热更新),开发者无需重复的实现一些游戏服务端通用的底层技术,将精力真正集中到游戏开发层面上来,快速的打造各种网络游戏。

(经常被问到承载上限,kbengine底层架构被设计为多进程分布式动态负载均衡方案,理论上只需要不断扩展硬件就能够不断增加承载上限,单台机器的承载上限取决于游戏逻辑本身的复杂度。)


Homepage

http://www.kbengine.org

Releases

sources     : https://github.com/kbengine/kbengine/releases 
binarys     : https://sourceforge.net/projects/kbengine/files/

Demo sources

unity3d     : https://github.com/kbengine/kbengine_unity3d_demo
unity3d     : https://github.com/kbengine/kbengine_unity3d_warring
ogre        : https://github.com/kbengine/kbengine_ogre_demo
html5       : https://github.com/kbengine/kbengine_html5_demo

Docs

docs        : http://www.kbengine.org/docs/
API         : https://github.com/kbengine/kbengine/tree/master/kbe/doc
tutorial    : https://github.com/kbengine/kbengine/tree/master/tutorial

Support

Email       : kbengine_maillist@googlegroups.com
Maillist    : https://groups.google.com/d/forum/kbengine_maillist


源码地址:     点击打开链接



bubuko.com,布布扣bubuko.com,布布扣bubuko.com,布布扣bubuko.com,布布扣bubuko.com,布布扣bubuko.com,布布扣bubuko.com,布布扣

 


非常强的一款开源的分布式游戏服务端引擎(kbengine)

标签:style   http   os   使用   for   ar   html   sp   on   

原文地址:http://www.cnblogs.com/aishangyouxis/p/3938071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!