一些DX的资源

简介:
Must-visit resources
The Official DirectX FAQ 
DirectX SDK Docs  - The online version 
DIRECTXDEV mailing list  - The official Microsoft mailing list for DirectX 


Article/Tutorial/Sample sites
The Z-Buffer  - Managed DirectX resources
Pieter Germishuys  - Managed DirectX tutorials
The Inner Realm  - Managed DirectX resources
Drunken Hyena  - tutorials, code, utilities, and games 
Triple Buffer  - Tutorials, code, and a DirectX framework
Code Sampler  - collection of code samples 
C-Unit DirectX Tutorials  - A series of beginner tutorials for DirectX and Managed DirectX 9.
Tom's DX FAQ  - Tom Forsyth’s DirectX FAQ
Vectiva's Managed DirectX tutorials
Andy Pike's DirectX8 Tutorials  – covering 2D, 3D, sound, music, and input 
32Bits
Two Kings game development 
Gamedev.net's DirectX Articles section 
GDOD  - Gamedev DirectX Online Discussion - IRC-based DirectX lectures/talks, logs available 
NVidia Developer's FAQ  - contains a fair amount of DirectX-related information for NVidia's systems 
NeXe  - NeXe's tutorials (hosted by Gamedev.net) 
Wazoo Enterprises  - Erik Yuzwa's "Borg cube" tutorials 
Mr GameMaker  - DirectX discussion forums 
XDev.ru  - Mr Snow DirectX column 
Ultimate Game Programming 
GameTutorials:  Recently, the site began charging for tutorials - so be prepared to pay a small fee if you're willing to learn from there.


DirectX Engines
OGRE3D  - an open source 3D engine which supports DirectX 
Radon Labs  - creators of the open source "Nebula Device" engine which supports DirectX 
Irrlicht  - open source game engine which supports DirectX 
NeoEngine  - open source3 D engine which supports DirectX
Revolution3D  – free 3D engine built on DirectX 
The Urgh!  Engine – free 3D engine built on DirectX 
3DLevel  - VB.NET engines built on DirectX 
JTGame  - C++/DirectX game framework 
CatMother  - source code and content for a (now defunct) commercial project using DirectX
目录
相关文章
|
XML 安全 定位技术
无人船水下地形测量作业流程
无人船水下地形测量作业流程
604 0
|
JavaScript 前端开发 安全
模板引擎(art-template)详解
它采用作用域预声明来优化模板渲染速度,从而获得来接近JavaScript极限的运行性能,并同时支持nodejs和浏览器 1.1.特性 模板引擎是第三方模块,让开发者以更友好的方式拼接字符串,是代码啊更清晰,更加易于维护 1.2. 模板 art-template同时支持两种语法,标准语法可以让模板更容易读写, 原始语法具有强大的逻辑处理能力
1533 0
|
安全 Java 编译器
switch语句,到底隐藏了多少坑?
在Java编程中,switch语句以简洁高效著称,但也暗藏陷阱。遗忘`break`会导致意外的“贯穿”执行,须在每个case后添加`break`以终止流程。switch表达式的类型有限制,如float和double不被接受,需转换为整数类型或采用其他策略。遗漏`default`子句可能造成逻辑漏洞,应始终考虑不匹配情况以增强代码健壮性。正确运用这些技巧,能让代码更稳健优雅。
240 2
|
存储 分布式计算 Hadoop
Hadoop的优点
【4月更文挑战第12天】Hadoop是Apache基金会的分布式系统框架,专注于大数据存储和处理。它提供高可靠性(数据冗余和故障恢复)、高扩展性(水平扩展至大量服务器)、高效性(使用MapReduce并行计算)、成本效益(开源且可在廉价硬件上运行)以及对多种数据类型的支持。Hadoop还拥有丰富的生态系统和工具,但面临安全挑战及学习难度,需根据需求谨慎使用。
357 1
|
机器学习/深度学习 存储 Unix
shell 中匹配正则 字符串处理【整理版】
shell 中匹配正则 字符串处理【整理版】
1544 0
|
Web App开发 Java 测试技术
新的开始 | Arthas GitHub Star 破万后的回顾和展望
一切新的开始,都始于一个里程碑。 2月20日上午,Java 开源诊断工具 Arthas 的 GitHub Star 突破10000,距离开源后的第一个Release 版发布仅 147 天。 从中,我们不仅看到 Arthas 在开发者群体中的受欢迎程度,也发现越来越多的国内开发者开始擅于使用开源技术加速业务发展,更是不禁畅想起将来会有更多国内的优质开源项目获得全球开发者的关注和喜爱。
17287 68
|
存储 Kubernetes 关系型数据库
|
弹性计算 关系型数据库 MySQL
基于 ECS+ CentOS,部署 LAMP环境并安装 WordPress 快速搭建个人博客
基于 ECS+ CentOS,部署 LAMP环境并安装 WordPress 快速搭建个人博客
850 0
|
机器学习/深度学习 分布式计算 DataWorks
阿里云机器学习平台PAI使用简明教程(二)
前面在阿里云机器学习平台PAI使用简明教程介绍了使用DataStudio在maxcompute中手动导入数据进行PAI Studio模型的搭建、训练及在线部署调用。实际在使用过程中使用者的数据可能在其它的数据源,目前PAI Studio并不支持直接接入第三方数据源。
5743 0
阿里云机器学习平台PAI使用简明教程(二)
阿里云服务器快速搭建自己的个人网站
现在作为一个IT程序猿,没有一个自己的个人网站怎么行呢,现在就连许多不是IT人员都会搭建自己的个人网站 。那作为一个IT人员,如果别人让你帮忙搭建一下网站,然而你却没玩过,说不会,岂不是很尴尬 。另外,如果你自己会搭建网站,说不定还能赚取点额外的广告收入呢 。
36635 1