搜索资源列表
simple_ddraw_game
- 最基本的direct draw 游戏编程入门,很好的参考,对于初学者。-basic game programming draw direct entry, a good reference for beginners.
DirectX_demoSimpleDirectDrawUsingMFC
- DirectX_demoSimple Direct Draw Using MFC
direct_draw_viewer
- 实现direct draw 窗口模式的调用,并支持GDI绘图, 在你编写函数中调用drawpicture函数就可以了,支持多窗口多线程
ddtest2
- 利用direct draw所写的可以装载位图并把位图显示在direct draw的表面上 是direct draw初学者的一个很好的演示实例
directx9.0 绘制太阳系和飞船
- directx9.0 绘制太阳系和飞船,键盘控制飞船飞行,镜头跟随飞船-directx9.0 draw the solar system and the spacecraft, and keyboard to control the spacecraft' s flight, the camera follows the spacecraft
DX9_draw_2D_picture.rar
- 调用ID3DXSprite来实现DirectX 9绘制2D动画,VC6下开发,完整工程文件。,Call ID3DXSprite to achieve DirectX 9 rendering 2D animation, VC6 to develop, complete engineering documents.
DirectDraw-Overlay
- DirectDraw 覆盖表面Overlay绘制图形演示,现在很多播放器都是使用了覆盖表面 Overlay 技术显示,想学习Overlay 本例子是个不错的选择,例子用了3张图片来演示画面的切换以及位置设定。例子虽简单,但作用可不小呀。-DirectDraw Overlay surface coverage to draw graphics presentations, now a lot of players are using the technology covered by the su
Direct Draw Wrapper
- DirectDrawWrapper.zip
d3dlessonsix
- 三维场景代码示例DirectX+Draw-Three-dimensional scene sample code DirectX+ Draw
Audio
- 利用DirectSound从麦克风获取声音,以WAV格式存储至计算机的硬盘,并利用Graphics类显示声音文件的波形。-Catch sound from cumputer s microphone.Store it as WAV in the HDD off the computer. Draw waveform of the WAV file by using Graphics.
testRect_rar
- d3d画矩形程序,初学者很好的学习资料,主要是看起初始化,和画图原理。-d3d draw a rectangle procedure, good learning materials for beginners, the main effect is to look at initialization, and drawing principles.
DrawPrimitiveUP
- 用DirectX8.0绘制简单物体--三角形。 使用顶点索引技术,比顶点缓冲更节约资源。-Draw a simple object with DirectX8.0- triangle. The use of vertex indexing technology, more economical than the vertex buffer resource.
DDRAW
- direct draw应用代码,可以在移动设备上画出绚丽图像。-direct draw application code, you can draw on a mobile device brilliant images.
D3D_Samples
- directX 游戏开发 随付光盘,其中涵盖了winAPI GDI direct input direct draw direct 3d 等内容-directX game developers pay with CD-ROM, covers one of winAPI GDI direct input direct draw direct 3d, etc.
Draw2DPlot
- VC6.0 平台下開發OPEN GL方法來繪製2D圖型-VC6.0 platform developed under the OPEN GL ways to draw 2D graphics
6.DrawLine
- 6.绘制 3D基本形状。direct3d很好的教程6-6. Draw 3D basic shapes. direct3d a very good tutorial 6
Draw
- 一个很小的VC++6.0画图程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初级的参考-A small VC++6.0 drawing program, can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as the primary reference for VC graphic image
direct
- Direct Draw App If you want fast animation (games!), you have to use DirectX. Try filling the screen by drawing each pixel separately using GDI. Compare it with DirectX, which gives you practically direct access to the screen buffer. There s no com
D3DGAME
- DirectX sample Code draw basic triangle
CPP-test-DX-draw-a-line-speed
- 改程序是用C++编程,能够用C++ DirectX画出直线,并能测出画直线的速度,该程序很经典。-The program is written in c++ programming, can use c++ DirectX draw a straight line, and can measure the draw a line speed, this program is very classical.