SharpDX vs SlimDX for game development? [closed]

怎甘沉沦 提交于 2019-12-05 16:10:23

问题


Which one of these offers the best API for game development? Which library is easier to use, faster, has more documentation?


回答1:


Both projects support nearly the entire DirectX libraries (though SlimDX does support a bit more in the DirectX 9 space).

SlimDX is very mature, and fully featured. Some larger scale, commercial games have been written and published using SlimDX. It also provides more of a "framework" to use, and has more feature-complete documentation.

SharpDX promises slightly better performance in certain scenarios (see benchmarks). It's generated directly from the DirectX headers, so is more of a thin DirectX wrapper.



来源:https://stackoverflow.com/questions/11004138/sharpdx-vs-slimdx-for-game-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!