自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (4)
  • 收藏
  • 关注

原创 《游戏引擎架构》学习笔记

《游戏引擎架构》学习笔记——第五章(一)第五章 游戏支持系统每个游戏都需要一些底层支持系统,以管理一些例行却关键的任务。5.1 子系统的启动和终止游戏引擎是复杂软件,由多个相互合作的子系统结合而成。当引擎启动时,必须一次配置及初始化每个子系统。各子系统间的相互依赖关系,隐含地定义了每个子系统所需的启动次序。(各子系统的终止通常会采用与启动时的反向次序)1.C++的静态初始化次序(是不可...

2019-07-27 14:44:11 213

源码 Introduction to 3D Game Programming with Directx12

源码 Introduction to 3D Game Programming with Directx12

2018-08-02

Qt安装程序

Qt安装程序,直接下载后运行

2018-08-02

2048小游戏

i 2048 ==== A C++/Qt clone of the popular 2048 game. Game logic is written in C++, the GUI in Qt 5.2.1. The entire GUI is written in code, Qt Creator's UI designer was not used. The core is decoupled from the GUI using the observer pattern, so it is easy to pull the code, extract the core and then build a new GUI around it. Screenshot -- ![Alt text](http://i.imgur.com/0gJZqvI.png) Build instructions -- 1. Download and install Qt (https://www.qt.io/download-open-source/) 2. Open Qt Creator, File > Open File or Project... > Locate `ExpGame.pro` and select it 3. Build project 4. Run Alternatively, if you want to build outside of Qt Creator, this is possible as long as your system has both `qmake` and `make`. In that case, just run `qmake && make` in the checked out repository.

2018-08-02

Introduction to 3D Game programming with DirectX 11英文版

Introduction to 3D Game programming with DirectX 11

2018-08-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除