本文介绍了Windows 8游戏开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨所有

我成功安装了Windows  8我的机器中的消费者预览,我从这个链接下载示例应用程序:

I successfully installed windows  8 consumer preview in my machine and i download the sample application from this link:

http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples

我看到了这些例子。我很困惑。我熟悉XNA,我不知道DirectX和C ++。

and i saw the examples .Its quite confusing to me.I'm familiar with XNA and I'm not aware of DirectX and C++.

在XNA中我们初始化,加载内容,更新和绘制方法,但我无法在Win 8环境中找到任何内容。

In XNA we have initialize ,Load content , update and Draw methods but i cant able find anything in Win 8 environment.

如果我想绘制文本和绘制图像意味着我应该遵循的方法是什么,我可以在哪里开始我的DirectX和CPP代码。

If i want to draw a text and draw image means what are the methods i should follow and where can i start my code in DirectX and CPP.

请帮我这个..

BharathiGurusheve.R

BharathiGurusheve.R

推荐答案

那就是说,你没有"XNA内容管道"。除了在XNA Game Studio产品中可用。这些示例为内容加载提供了一些支持,VS 11包含了对构建它的一些支持。请特别查看ResourceLoading示例。

That said, you don't have the "XNA Content Pipeline" available except in the XNA Game Studio product. The samples provide some support for content loadiing and VS 11 includes some support for building it. Look at the ResourceLoading sample in particular.


这篇关于Windows 8游戏开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 15:36