内容简介:分布式游戏服务端引擎 KBEngine v1.1.3 发布了。更新如下: 新增与改善: 将AOI概念调整为View概念以适合更普遍的游戏(#545) 调整mailbox概念, 改名为entityCall(#546 ) Entityy.onEntititesEnabled改为onCli...
分布式游戏服务端引擎 KBEngine v1.1.3 发布了。更新如下:
新增与改善:
将AOI概念调整为View概念以适合更普遍的游戏(#545)
调整mailbox概念, 改名为entityCall(#546 )
Entityy.onEntititesEnabled改为onClientEnabled,onEntitites名称有歧义且不能描述实际作用(#548)
KBEngine.createInNewSpace改为createCellEntityInNewSpace(#548)
KBEngine.Base改名为KBEngine.Entity(#549 )
支持GCC7.x以上版本编译(#552 )
防止用户定义的属性名称与API冲突(#556 )
更新API文档。
一款开源的MMOG游戏服务端引擎, 仅 Python 脚本即可简单高效的完成任何游戏逻辑(支持热更新), 使用配套客户端插件能够快速与(Unity3D、UE4、OGRE、HTML5、等等)结合形成一个完整的客户端。
引擎使用C++编写,开发者无需重复的实现游戏服务端通用的底层技术, 将精力真正集中到游戏开发层面上来,稳定可靠并且快速的打造各种网络游戏。
(经常被问到承载上限,KBEngine底层架构被设计为多进程分布式动态负载均衡方案, 理论上只需要不断扩展硬件就能够不断增加承载上限,单台机器的承载上限取决于游戏逻辑本身的复杂度。)
Demos:
Unity3d : https://github.com/kbengine/kbengine_unity3d_demo/releases/latest Unity3d : https://github.com/kbengine/kbengine_unity3d_warring/releases/latest UE4 : https://github.com/kbengine/kbengine_ue4_demo/releases/latest Ogre : https://github.com/kbengine/kbengine_ogre_demo/releases/latest Cocos2d_js : https://github.com/kbengine/kbengine_cocos2d_js_demo/releases/latest
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 分布式块存储的引擎如何设计?
- 分布式搜索引擎 Elasticsearch 的架构分析
- Elasticsearch 5.6.2 发布,分布式搜索引擎
- Elasticsearch 5.6.3 发布,分布式搜索引擎
- Elasticsearch 6.0.1 发布,分布式搜索引擎
- Elasticsearch 6.1.0 发布,分布式搜索引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Semi-Supervised Learning
Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00
Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!