搜索资源列表
GAMEDEV.rar
- 推箱子游戏,是一个仿3D游戏,实际上还是2D的。基本思路是按照win32程序的程序接口结构,设计一个游戏,实现一个“人”作为主动方,应该直接由游戏玩家通过键盘直接控制。被推的“箱子”,箱子作为被动方,应该能自动根据“人”的推动来进行移动,实现“被推”的移动效果。至于地图的绘制,应该由外部文件导入来完成,然后通过对应的图片剪切,将地图画好。,Push Box game, is an imitation 3D game, in fact, or 2D,. The basic idea is in a
directx1
- directx的示例代码,包括字体,材质,灯光-Focus on the 3d of the 2d technology, this book helps people understand the directx technology foundation in 3d
lab
- directx 2d example and direct sound
MadMatt_Focuson2inDirect3D
- MadMatt 2D 3D Direct 例子
Tricks-of-Win-Game-Programming-
- 详细覆盖了从Windows编程到direct 3D, direct Draw, direct Music, direct Input的编程方法,以及游戏编程中的常用算法和编程技巧。-This book takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Fo
SimpleImageViewerWithD2D
- using d2d image viewer
Win8-Lockscreen-master
- 这是一个模仿Windows 8锁屏的软件,并且加入了Android的迷宫解锁。绘图API使用Direct 2D,并且使用WIC进行贴图。 -win8 & Android lock use Direct 2D
MFC_Direct2D_Hello_World_sample
- MFC DIRECT 2D HELLO WORDD 学习新知识从hello world开始,这可是微软提供的sample啊-MFC DIRECT 2D HELLO WORDD to learn new knowledge from the beginning of Hello world, but this Microsoft provides sample ah
wfmm
- wfmm_WFMM Openmp version wideband FMM for 2D complex Helmholtz equation.zip-This is the code for the Wideband Fast Multipole Method for 2D Helmholtz equation.testrun.c is a test or demonstration file to use wfmm() . By modifying testrun.c file, the
Tile Dynamic Scrolling Demo
- 2D游戏下,实现如何使用动态滚动游戏背景(showing how to use dynamical scorlling game background.)