搜索资源列表
Direct3D_2D 使用Direct3D实现2D功能
- 使用Direct3D实现2D功能,很简洁的方式就是用Sprite的Draw功能,将Texture装载的图片画出来。-2D function using Direct3D to achieve very simple way is to use the Draw function of Sprite, the picture will be drawn Texture loading.
JH-72D
- 一个用Direct Draw写的2D游戏引擎包括了对图片的压缩转换处理-Written using Direct Draw a 2D game engine, including compression of the image conversion processing
OGRE-MODEL
- ogre教程之模型绘制,讲的很详细,对大家肯定有用,尤其是初学者-ogre tutorial draw the model, said very detailed, we certainly useful, especially for beginners
DDrawRenderEngine
- 一个基于Direct Draw的渲染引擎习作。-A rendering engine based on Directdraw assignments.
Tic-tac-toe
- 一字棋游戏 该程序可实现人与计算机下棋的过程。根据人所下棋的位置,计算机通过学习与判断,来确定当前最优的下棋位置。-tic-tac-toe game Playing Rules: 1) X always goes first. 2) The Players alternate placing Xs and Os on the board until either (a) one player has four in a row horizontally, vertically
dirtyrect
- 这是一个脏矩形技术演示的 demo source code。实现了一个支持分区域以脏矩形方式更新的画布,并以绘制矩形为实例作为演示。-This is a dirty rectangle technology demonstration demo the source code. A sub-region to the dirty rectangle to update the canvas, and as a demonstration to draw a rectangle for the i
UFO
- 绘制UFO图像,VC++游戏相关编程,UFO可以用鼠标拖动的,源代码完整,用VC6打开直接编译就可运行了。-Draw UFO images, VC++ game-related programming, the UFOs can use the mouse to drag the source code integrity, and opened using VC6 compiler can be run.
DrawDemo
- Cocos2d-x实现的一个绘图程序,其中采用了贝塞尔二阶曲线实现了平滑的直线的绘制。 -A draw program written by C++ using game egine Cocos2d-x.The main highlight is using besser to draw smooth line
em-x-help
- E.M-X利用辅助支持库,画地图格子,其他快速辅助函数。-EM-X supports the use of an auxiliary library, draw a map grid, other fast auxiliary functions.
astar
- A*算法的实现,一个十分普通的Astar算法,在unity3d中实现了寻路,但是地图需要自己绘制-A* algorithm, a very ordinary Astar algorithm implemented in unity3d wayfinding, but need to draw their own maps
nuklear
- 小型的GUI开发库,用纯c语言开发,所有代码都写在一个头文件里,没有依赖库-This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have
Draw Call Minimizer
- unity绘制指令优化,通过整合贴图集来优化绘制速度.优化效果明显(Unity draws Instruction Optimization and optimizes the drawing speed by integrating the map sets. The effect of optimization is obvious)