- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 128字
- 2021-07-02 19:08:09
Developing with DirectX
The pure-C#-with-DirectX route has some advantages. You can use the latest runtime Microsoft offers, and you have full control over anything that happens in your app. There is no dependency on external libraries or runtime besides the DirectX libraries. This means that you can do whatever you want to do.
The downside is that DirectX development has a very steep learning curve. It is not easy to create 3D objects in DirectX, and there are a lot of things you need to be aware of when starting with this platform.
Of course, this is always the trade-off--you have to do a lot of things yourself if you want power, you have less choice in how to do things if you want ease of development.
推薦閱讀
- Expert C++
- Java Web開發(fā)學(xué)習(xí)手冊
- Visual C++串口通信技術(shù)詳解(第2版)
- Monitoring Elasticsearch
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運籌學(xué)
- Mastering Predictive Analytics with Python
- 碼上行動:用ChatGPT學(xué)會Python編程
- Unity Game Development Scripting
- Mastering Business Intelligence with MicroStrategy
- Developing SSRS Reports for Dynamics AX
- Buildbox 2.x Game Development
- 從零開始:UI圖標(biāo)設(shè)計與制作(第3版)
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實錄
- Python程序設(shè)計開發(fā)寶典