DirectX 与 c++在网络开发中
我想知道是否可以使用 directx(在 GFX 中)用 c++ 制作一个游戏,以便可以将其放入我的网络(php、asp.net、java 或其他我不关心网络语言或技术,你选择给我一个)并在线玩,否则我必须更改一些directx或C++。 如果可以的话请告诉我怎么做? 提前谢谢
I wonder if it possible to make a game by c++ with directx(in GFX) so that it could be put in my web (php , asp.net, java or other I don't care about the web language or technology, you chose one for me) and be played online or I have to change something directx or C++.
if it possible tell me how?
thnx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你的意思是基于浏览器,我不确定 C++ 是否可行。您可能想查看 webGL。
如果您非常喜欢冒险,我知道有一个开源项目,它本质上是一个 .NET 到 JS 编译器。 如果您指的
是 MMO 类型的游戏中的“在线”,或者一个通过网络玩的游戏(但不是在浏览器中),那么显然这是很有可能的,但我不知道你会使用的具体库。
If you mean browser based, I'm not sure it's possible with C++. You might want to look into webGL.
If you're feeling very adventurous, I am aware of an open source project that is essentially a .NET to JS compiler. You can check it out on github here
If you mean "online" as in a MMO type of game, or a game that is played over a network, (but not in a browser), then obviously it is quite possible, I don't know the specific libraries you'd use though.