bhhbazinga / AOILinks
The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.
☆36Updated 5 years ago
Alternatives and similar repositories for AOI
Users that are interested in AOI are comparing it to the libraries listed below
Sorting:
- grey sdk☆52Updated 4 years ago
- Mini Distributed Game Server☆86Updated 2 weeks ago
- 基于 QuadTree ,实现的AOI。将用在NavMeshScene中,做Agent间的碰撞☆24Updated 5 years ago
- aoi(area of interest) for game server☆28Updated 4 years ago
- my skynet demo☆85Updated last month
- 敏感字过滤☆88Updated 6 years ago
- The Game Communication Environment (GCE) is an actor model framework for online game development.☆128Updated 8 years ago
- 游戏场景aoi☆23Updated 9 years ago
- 一组供 lua 项目使用的公共库☆50Updated 5 years ago
- 无缝大地图设计☆93Updated 5 years ago
- 服务器开发工具☆78Updated 3 years ago
- mmoarpg game server☆71Updated 10 years ago
- Lua 性能分析工具 Lua profiler tool like gperftools☆103Updated last year
- A protocol buffers library for C☆45Updated 8 years ago
- 九宫格和十字链表两种实现☆22Updated 6 years ago
- 用skynet搭建的服务端框架☆151Updated 7 years ago
- NFShmServer 是一个使用C++开发的轻量级,敏捷型,弹性的,分布式的插件开发框架, 共有三种主要使用模式:1.传统使用STL的纯C++开发;2.使用共享内存作为内存池进行热更的纯C++开发(腾讯系公司大量使用这种模式开发);3.使用lua,python脚本进行游戏…☆77Updated 2 weeks ago
- C++ implement encode, decode Protocol Buffers for Lua without code generation☆138Updated 9 months ago
- moon game server的一个使用示例,搭建简单的房间类游戏服务器框架☆176Updated last month
- 游戏服务器框架,组件结构,支持lua☆37Updated 7 years ago
- skynet 火焰图 flamegraph + debug 线上实时调试☆72Updated last year
- debug adapter for skynet☆70Updated 4 years ago
- based on recastnavigation, a 3d scene☆99Updated 3 years ago
- 基于skynet实现的宽立游戏服务器,支持斗地主等棋牌游戏和贪吃蛇大作战等休 闲游戏☆162Updated 6 years ago
- 妖灵契(skynet)☆24Updated 4 years ago
- 标签:lua skynet 大厅+房间+匹配模式 推荐理由:skynet模块少,有很多用c封装的底层接口,对个人学习底层核心功能实现有指导作用。☆60Updated 6 years ago
- Skynet逻辑游戏服务器学习框架,用途:主要新人学习或业余学习,~当然可轻松用于卡牌,回合制,中小型游戏服务器或商业游戏也是可以的..大型多人在线游戏需要集群.这框架优点在于数据存储的简单方便的操作...这套框架的存储方式是广州某大公司python写的方式(当然他们的效率…