AD

Creating Processes on Windows

.Introduction
    There are several ways to create processes on windows.In this article I will show how to implement with ShellExecute/CreateProcess functions, and discuss what problems might occur if using these functions on windows 7.


Integrating Ogre3D 1.7.4 with Qt 4.8.1


.Introduction


      Many people discussed about how to integrate with Ogre3D engine and Qt libraries. Here are some implements,including 3rd add-on named QtOgreFramework at Ogre3D official site, a framework named QtOgre on Ogre Forums, and some articles.

   
      According these articles and add-on souce, I try to integrate Ogre3D in Qt application by rendering Ogre3D content on Qt QWidge.

Android Game Engine : build AndEngine source

.introduction

        Android發展至今, 現今的遊戲引擎其實並不少, 但與x86平台相比大部分的引擎其成熟度仍未很完善, 其中較有名氣的有商業的Unreal,Unity3D, 免費的Rokon, libgdx, AndEngine等等.

        去除商業的Unreal,Unity3D不論, 目前免費遊戲引擎的主流為libgdx以及AndEngine, Rokon則是已停止開發, 本文以下簡介AndEngine的功能以及環境建置注意項目.