文件名称:D3Ddemo24
-
所属分类:
- 标签属性:
- 上传时间:2013-12-04
-
文件大小:12.87mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
主要实现了GUI多页面间的切换。
其中的音乐和背景来自刺客信条。
源码的配套博文是 《 【Visual C++】游戏开发五十七 浅墨DirectX教程二十四 打造游戏GUI界面(二)》
,文章地址http://blog.csdn.net/poem_qianmo/article/details/16922703,
点击Release文件夹下的exe文件可以直接看到运行效果
运行需要DirectX运行库的支持。报缺少D3D的DLL系列错误的童鞋们请google/百度一下 “DirectX 9.0c runtime”,下载并装个最新版的。
报缺少MVCR100D.Dll错误的朋友们去下一个安装就可以了,或者直接点击sln打开工程再次编译一次。
如果是想调试并运行源代码,但是报错了,请去下载最新版DirectX SDK并进行DirectX开发环境的配置。
编写环境:VS2010-The main achievement of the GUI to switch between multiple pages. The music and background from Assassin' s Creed. Bowen is a complementary source " ] [Visual C++ game development fifty-seven light ink DirectX tutorial twenty-four GUI interface to create games (two)" , the article addresses http://blog.csdn.net/poem_qianmo/article/details/16922703 Click on Release folder exe files can be run directly see the effect of run support requires DirectX runtime. D3D is reported missing DLL errors series of children' s shoes, please google/Baidu, " DirectX 9.0c runtime" , download and install the latest version of one. Reported missing MVCR100D.Dll wrong friends to the next can be installed, or click sln compiled once again open the project. If you want to debug and run the source code, but an error, please download the latest version of DirectX DirectX SDK and configure the development environment. Authoring environment: VS2010
其中的音乐和背景来自刺客信条。
源码的配套博文是 《 【Visual C++】游戏开发五十七 浅墨DirectX教程二十四 打造游戏GUI界面(二)》
,文章地址http://blog.csdn.net/poem_qianmo/article/details/16922703,
点击Release文件夹下的exe文件可以直接看到运行效果
运行需要DirectX运行库的支持。报缺少D3D的DLL系列错误的童鞋们请google/百度一下 “DirectX 9.0c runtime”,下载并装个最新版的。
报缺少MVCR100D.Dll错误的朋友们去下一个安装就可以了,或者直接点击sln打开工程再次编译一次。
如果是想调试并运行源代码,但是报错了,请去下载最新版DirectX SDK并进行DirectX开发环境的配置。
编写环境:VS2010-The main achievement of the GUI to switch between multiple pages. The music and background from Assassin' s Creed. Bowen is a complementary source " ] [Visual C++ game development fifty-seven light ink DirectX tutorial twenty-four GUI interface to create games (two)" , the article addresses http://blog.csdn.net/poem_qianmo/article/details/16922703 Click on Release folder exe files can be run directly see the effect of run support requires DirectX runtime. D3D is reported missing DLL errors series of children' s shoes, please google/Baidu, " DirectX 9.0c runtime" , download and install the latest version of one. Reported missing MVCR100D.Dll wrong friends to the next can be installed, or click sln compiled once again open the project. If you want to debug and run the source code, but an error, please download the latest version of DirectX DirectX SDK and configure the development environment. Authoring environment: VS2010
(系统自动生成,下载前可以参看下载内容)
下载文件列表
D3Ddemo24/D3Ddemo24/D3Ddemo24.vcxproj
D3Ddemo24/D3Ddemo24/D3Ddemo24.vcxproj.filters
D3Ddemo24/D3Ddemo24/D3Ddemo24.vcxproj.user
D3Ddemo24/D3Ddemo24/D3DGUIClass.cpp
D3Ddemo24/D3Ddemo24/D3DGUIClass.h
D3Ddemo24/D3Ddemo24/D3DUtil.h
D3Ddemo24/D3Ddemo24/GameMedia/Assassins Creed Theme 刺客信条.wav
D3Ddemo24/D3Ddemo24/GameMedia/backDown.png
D3Ddemo24/D3Ddemo24/GameMedia/backOver.png
D3Ddemo24/D3Ddemo24/GameMedia/backUp.png
D3Ddemo24/D3Ddemo24/GameMedia/creditsMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/icon.ico
D3Ddemo24/D3Ddemo24/GameMedia/level1Down.png
D3Ddemo24/D3Ddemo24/GameMedia/level1Over.png
D3Ddemo24/D3Ddemo24/GameMedia/level1Up.png
D3Ddemo24/D3Ddemo24/GameMedia/load.png
D3Ddemo24/D3Ddemo24/GameMedia/loadDown.png
D3Ddemo24/D3Ddemo24/GameMedia/loadgui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/loadingMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/loadOver.png
D3Ddemo24/D3Ddemo24/GameMedia/loadUp.png
D3Ddemo24/D3Ddemo24/GameMedia/maingui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/mainMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/optiongui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/optionsDown.png
D3Ddemo24/D3Ddemo24/GameMedia/optionsOver.png
D3Ddemo24/D3Ddemo24/GameMedia/optionsUp.png
D3Ddemo24/D3Ddemo24/GameMedia/quitDown.png
D3Ddemo24/D3Ddemo24/GameMedia/quitOver.png
D3Ddemo24/D3Ddemo24/GameMedia/quitUp.png
D3Ddemo24/D3Ddemo24/GameMedia/startDown.png
D3Ddemo24/D3Ddemo24/GameMedia/startgui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/startMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/startOver.png
D3Ddemo24/D3Ddemo24/GameMedia/startUp.png
D3Ddemo24/D3Ddemo24/main.cpp
D3Ddemo24/D3Ddemo24/Release/cl.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/CL.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/CL.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.exe.intermediate.manifest
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.lastbuildstate
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.log
D3Ddemo24/D3Ddemo24/Release/D3DGUIClass.obj
D3Ddemo24/D3Ddemo24/Release/link.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/link.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/link.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/main.obj
D3Ddemo24/D3Ddemo24/Release/mt.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/mt.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/mt.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/vc100.pdb
D3Ddemo24/D3Ddemo24.sln
D3Ddemo24/D3Ddemo24.suo
D3Ddemo24/Release/D3Ddemo24.exe
D3Ddemo24/Release/D3Ddemo24.pdb
D3Ddemo24/Release/GameMedia/Assassins Creed Theme 刺客信条.wav
D3Ddemo24/Release/GameMedia/backDown.png
D3Ddemo24/Release/GameMedia/backOver.png
D3Ddemo24/Release/GameMedia/backUp.png
D3Ddemo24/Release/GameMedia/creditsMenu.jpg
D3Ddemo24/Release/GameMedia/icon.ico
D3Ddemo24/Release/GameMedia/level1Down.png
D3Ddemo24/Release/GameMedia/level1Over.png
D3Ddemo24/Release/GameMedia/level1Up.png
D3Ddemo24/Release/GameMedia/load.png
D3Ddemo24/Release/GameMedia/loadDown.png
D3Ddemo24/Release/GameMedia/loadgui.jpg
D3Ddemo24/Release/GameMedia/loadingMenu.jpg
D3Ddemo24/Release/GameMedia/loadOver.png
D3Ddemo24/Release/GameMedia/loadUp.png
D3Ddemo24/Release/GameMedia/maingui.jpg
D3Ddemo24/Release/GameMedia/mainMenu.jpg
D3Ddemo24/Release/GameMedia/optiongui.jpg
D3Ddemo24/Release/GameMedia/optionsDown.png
D3Ddemo24/Release/GameMedia/optionsOver.png
D3Ddemo24/Release/GameMedia/optionsUp.png
D3Ddemo24/Release/GameMedia/quitDown.png
D3Ddemo24/Release/GameMedia/quitOver.png
D3Ddemo24/Release/GameMedia/quitUp.png
D3Ddemo24/Release/GameMedia/startDown.png
D3Ddemo24/Release/GameMedia/startgui.jpg
D3Ddemo24/Release/GameMedia/startMenu.jpg
D3Ddemo24/Release/GameMedia/startOver.png
D3Ddemo24/Release/GameMedia/startUp.png
D3Ddemo24/D3Ddemo24/GameMedia
D3Ddemo24/D3Ddemo24/Release
D3Ddemo24/Release/GameMedia
D3Ddemo24/D3Ddemo24
D3Ddemo24/Release
D3Ddemo24
D3Ddemo24/D3Ddemo24/D3Ddemo24.vcxproj.filters
D3Ddemo24/D3Ddemo24/D3Ddemo24.vcxproj.user
D3Ddemo24/D3Ddemo24/D3DGUIClass.cpp
D3Ddemo24/D3Ddemo24/D3DGUIClass.h
D3Ddemo24/D3Ddemo24/D3DUtil.h
D3Ddemo24/D3Ddemo24/GameMedia/Assassins Creed Theme 刺客信条.wav
D3Ddemo24/D3Ddemo24/GameMedia/backDown.png
D3Ddemo24/D3Ddemo24/GameMedia/backOver.png
D3Ddemo24/D3Ddemo24/GameMedia/backUp.png
D3Ddemo24/D3Ddemo24/GameMedia/creditsMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/icon.ico
D3Ddemo24/D3Ddemo24/GameMedia/level1Down.png
D3Ddemo24/D3Ddemo24/GameMedia/level1Over.png
D3Ddemo24/D3Ddemo24/GameMedia/level1Up.png
D3Ddemo24/D3Ddemo24/GameMedia/load.png
D3Ddemo24/D3Ddemo24/GameMedia/loadDown.png
D3Ddemo24/D3Ddemo24/GameMedia/loadgui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/loadingMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/loadOver.png
D3Ddemo24/D3Ddemo24/GameMedia/loadUp.png
D3Ddemo24/D3Ddemo24/GameMedia/maingui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/mainMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/optiongui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/optionsDown.png
D3Ddemo24/D3Ddemo24/GameMedia/optionsOver.png
D3Ddemo24/D3Ddemo24/GameMedia/optionsUp.png
D3Ddemo24/D3Ddemo24/GameMedia/quitDown.png
D3Ddemo24/D3Ddemo24/GameMedia/quitOver.png
D3Ddemo24/D3Ddemo24/GameMedia/quitUp.png
D3Ddemo24/D3Ddemo24/GameMedia/startDown.png
D3Ddemo24/D3Ddemo24/GameMedia/startgui.jpg
D3Ddemo24/D3Ddemo24/GameMedia/startMenu.jpg
D3Ddemo24/D3Ddemo24/GameMedia/startOver.png
D3Ddemo24/D3Ddemo24/GameMedia/startUp.png
D3Ddemo24/D3Ddemo24/main.cpp
D3Ddemo24/D3Ddemo24/Release/cl.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/CL.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/CL.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.exe.intermediate.manifest
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.lastbuildstate
D3Ddemo24/D3Ddemo24/Release/D3Ddemo24.log
D3Ddemo24/D3Ddemo24/Release/D3DGUIClass.obj
D3Ddemo24/D3Ddemo24/Release/link.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/link.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/link.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/main.obj
D3Ddemo24/D3Ddemo24/Release/mt.command.1.tlog
D3Ddemo24/D3Ddemo24/Release/mt.read.1.tlog
D3Ddemo24/D3Ddemo24/Release/mt.write.1.tlog
D3Ddemo24/D3Ddemo24/Release/vc100.pdb
D3Ddemo24/D3Ddemo24.sln
D3Ddemo24/D3Ddemo24.suo
D3Ddemo24/Release/D3Ddemo24.exe
D3Ddemo24/Release/D3Ddemo24.pdb
D3Ddemo24/Release/GameMedia/Assassins Creed Theme 刺客信条.wav
D3Ddemo24/Release/GameMedia/backDown.png
D3Ddemo24/Release/GameMedia/backOver.png
D3Ddemo24/Release/GameMedia/backUp.png
D3Ddemo24/Release/GameMedia/creditsMenu.jpg
D3Ddemo24/Release/GameMedia/icon.ico
D3Ddemo24/Release/GameMedia/level1Down.png
D3Ddemo24/Release/GameMedia/level1Over.png
D3Ddemo24/Release/GameMedia/level1Up.png
D3Ddemo24/Release/GameMedia/load.png
D3Ddemo24/Release/GameMedia/loadDown.png
D3Ddemo24/Release/GameMedia/loadgui.jpg
D3Ddemo24/Release/GameMedia/loadingMenu.jpg
D3Ddemo24/Release/GameMedia/loadOver.png
D3Ddemo24/Release/GameMedia/loadUp.png
D3Ddemo24/Release/GameMedia/maingui.jpg
D3Ddemo24/Release/GameMedia/mainMenu.jpg
D3Ddemo24/Release/GameMedia/optiongui.jpg
D3Ddemo24/Release/GameMedia/optionsDown.png
D3Ddemo24/Release/GameMedia/optionsOver.png
D3Ddemo24/Release/GameMedia/optionsUp.png
D3Ddemo24/Release/GameMedia/quitDown.png
D3Ddemo24/Release/GameMedia/quitOver.png
D3Ddemo24/Release/GameMedia/quitUp.png
D3Ddemo24/Release/GameMedia/startDown.png
D3Ddemo24/Release/GameMedia/startgui.jpg
D3Ddemo24/Release/GameMedia/startMenu.jpg
D3Ddemo24/Release/GameMedia/startOver.png
D3Ddemo24/Release/GameMedia/startUp.png
D3Ddemo24/D3Ddemo24/GameMedia
D3Ddemo24/D3Ddemo24/Release
D3Ddemo24/Release/GameMedia
D3Ddemo24/D3Ddemo24
D3Ddemo24/Release
D3Ddemo24
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.