上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页
摘要: I have been using Unity3D to make game for half one year. I began to lean Unity3D with some books, online articles, forums, documents and Google. However although there are many helps, but for some pr... 阅读全文
posted @ 2013-06-22 12:36 opencoder 阅读(438) 评论(0) 推荐(0) 编辑
摘要: Unity3D provides us with some very convenient means to do path finding with navigtion mesh and agent. You could find a very short tutorial about this http://docs.unity3d.com/Documentation/Manual/Nav... 阅读全文
posted @ 2013-06-02 08:22 opencoder 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Recently, I am working on the game networking module for the game. Some investigation was done to find some easy to use networking packages or problems solutions. There are a lots of packages there, s... 阅读全文
posted @ 2013-05-11 11:43 opencoder 阅读(285) 评论(0) 推荐(0) 编辑
摘要: This sample was created based on the article “Unity 3D Multiplayer Games”, you could found a translated one from here. This article tell us how to create a multiplayer game with unity, and some ticks... 阅读全文
posted @ 2013-05-05 11:43 opencoder 阅读(519) 评论(0) 推荐(0) 编辑
摘要: This sample is a multiplayer 2D game. The communication between the server and client is the UDP socket. The UDP socket communication will be much faster compared to the TCP socket. But it will not... 阅读全文
posted @ 2013-05-05 09:48 opencoder 阅读(150) 评论(0) 推荐(0) 编辑
摘要: MySQL database used vary from general MIS system to game development: check the current player whether is a valid or not while they login in the game lobby, and overwrite the critical player record du... 阅读全文
posted @ 2013-05-05 08:10 opencoder 阅读(264) 评论(0) 推荐(0) 编辑
摘要: The Netty project provides an asynchronous event-driven network application framework and tooling for the rapid development of maintainable high-performance high-scalability protocol servers and clien... 阅读全文
posted @ 2013-04-04 18:50 opencoder 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 该书描述了一个简单2D 图形绘制接口。由于没有从网络上下载到本书的配套源码,所以不得不根据其提供出来的接口给出具体的实现。以下是本书中利用该2D lib编写的两个例子。相关源码可以从这里下载。 阅读全文
posted @ 2013-04-04 17:03 opencoder 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 本文简要介绍了怎么样使用Mysql++库来操作MySQL数据库。 Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。你可以从这里了解以及下载到Mysql++库的详情。在使用mysql++库之前,请确保MySQL数据库服务器已经安装成功。因为编译mysql++的过程需要MySQL数据库的include目录和lib目录。 ... 阅读全文
posted @ 2013-03-01 23:11 opencoder 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 该书对MySQL的基本操作进行了简单的描述,此文对其进行简要概括和总结,以便以后查阅。 MySQL操作截图如下: 阅读全文
posted @ 2013-03-01 21:45 opencoder 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页