Game Engine Toolset Development
暫譯: 遊戲引擎工具集開發
Graham Wihlidal
- 出版商: Course Technology
- 出版日期: 2006-03-06
- 定價: $1,580
- 售價: 8.0 折 $1,264
- 語言: 英文
- 頁數: 640
- 裝訂: Paperback
- ISBN: 1592009638
- ISBN-13: 9781592009633
-
相關分類:
遊戲設計 Game-design
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
$580$458 -
$980$960 -
$2,390$2,271 -
$1,176Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)
-
$1,250$1,225 -
$1,127Interactive Computer Graphics: A Top-Down Approach using OpenGL, 4/e (美國版ISBN:0321321375 )
-
$880$695 -
$880$695 -
$450$383 -
$680$578 -
$620$490 -
$580$493 -
$450$351 -
$650$507 -
$680$578 -
$580$458 -
$750$593 -
$680$537 -
$450$356 -
$720$569 -
$1,200$948 -
$400$360 -
$780$741 -
$400$340 -
$600$480
相關主題
商品描述
Toolset development is an extremely broad topic. Game Engine Toolset Development provides you with a core set of skills and a comprehensive insight that will aid you in the development of game engine utilities, significantly reducing the time period associated with the construction phase of a project. The book starts off with topics regarding development methodologies and best practices, and then proceeds into advanced topics like swap chain management and MVC object model automation with CodeDom. An introductory working knowledge of C# and the .NET 2.0 framework is expected, allowing the content of each topic to be directed towards the subject and avoiding trivial and introductory explanations. Readers are not required to have any experience developing game engine tools. Terminology and design fundamentals specific to toolset development are clearly depicted and explained. The companion Web site provides downloads of all source code from the book, as well as several bonus chapters.
Table of Contents
Part 1. Toolset Design Fundamentals
1. What is a Tool? What is a Toolset?
2. Why Use C#? Why Use .NET?
3. Examples of Commercial Toolsets
4. Everything Starts with a Plan
5. Development Phases of a Tool
6. Measurement Metrics for Tool Quality
7. Fundamentals of User Interface Design
8. Distributed Componential Architecture Design
9. Solutions to Bridge Domain Gaps
10. Unit Testing with NUnit
11. Code Documentation with NDoc and XML
12. Microsoft Coding Conventions
13. Enforcing Coding Policies with FxCop
14. Best Practices for Robust Exception Handling
Part 2. Techniques for Arbitrary Tools
15. Compressing Data to Reduce Memory Footprint
16. Protecting Sensitive Data with Encryption
17. Generic Batch File Processing Framework
18. Ensuring a Single Instance of an Application
19. Implementing a Checksum to Protect Data Integrity
20. Using the Property Grid Control with Late Binding
21. Adding Printing Support for Arbitrary Data
22. Flexible Command Line Tokenizer
23. Layering WinForms on Console Applications
24. Overview of Database Access with ADO.NET
Part 3. Techniques for Graphical Tools
25. Using Direct3D Swap Chains with MDI Applications
26. Constructing an Aesthetic Texture Browser Control
27. Converting from Screen Space to World Space
28. Asynchronous Input Device Polling
Part 4. Techniques for Network Tools
29. Distributed Computing using .NET Remoting
30. Downloading Network Files Asynchronously
Part 5. Techniques for Legacy Interoperability
31. Exchanging Data between Applications
32. Interacting with the Clipboard
33. Using .NET Assemblies as COM Objects
34. Building a Managed Wrapper with C++/CLI
35. Managing Items in the Recent Documents List
Part 6. Techniques to Improve Performance
36. Playing Nice with the Garbage Collector
37. Using Unsafe Code and Pointers
38. Investigating Managed Code Performance
39. Responsive UI during Intensive Processing
Part 7. Techniques to Enhance Usability
40. Designing an Extensible Plugin-Based Architecture
41. Persisting Application Settings to Isolated Storage
42. Desiging a Reusable and Versatile Loading Screen
43. Writing Context Menu Shell Extensions
Part 8. Techniques to Increase Productivity
44. Automating Workflow using Job Scheduling
45. MVC Object Model Automation with CodeDom
Part 9. Techniques for Deployment and Support
46. Deployment and Versioning with ClickOnce
47. Testing for the Availability of the .NET Framework
48. Building and Customizing an MSI Installer
49. Determining Binary File Differences
Features
- Suitable for any developer who possesses a working knowledge of C# and the .NET framework.
- Provides a core set of skills and a comprehensive insight that will aide in the development of game engine utilities, significantly reducing the time period associated with the construction phase of a project.
- All topics are at a level of quality suitable for production code, making the book an exceptional reference tool and asset for industry professionals and hobbyists.
- Features in-depth coverage of all concepts, many illustrations to accompany complicated topics, and comprehensive examples to show each and every topic in action. All topics are followed by a thorough and well written example utilizing the techniques discussed in a working application.
商品描述(中文翻譯)
**描述**
工具集開發是一個非常廣泛的主題。《遊戲引擎工具集開發》為您提供了一組核心技能和全面的見解,這將幫助您開發遊戲引擎工具,顯著縮短項目建設階段所需的時間。本書首先介紹開發方法論和最佳實踐,然後進入更高級的主題,如交換鏈管理和使用 CodeDom 的 MVC 物件模型自動化。預期讀者具備 C# 和 .NET 2.0 框架的基本工作知識,這樣每個主題的內容可以針對主題進行深入探討,避免瑣碎和入門的解釋。讀者不需要具備開發遊戲引擎工具的經驗。與工具集開發相關的術語和設計基礎清晰地描述和解釋。配套網站提供本書所有源代碼的下載,以及幾個附加章節。
**目錄**
**第一部分. 工具集設計基礎**
1. 什麼是工具?什麼是工具集?
2. 為什麼使用 C#?為什麼使用 .NET?
3. 商業工具集的範例
4. 一切始於計劃
5. 工具的開發階段
6. 工具質量的測量指標
7. 使用者介面設計的基礎
8. 分散式元件架構設計
9. 橋接領域差距的解決方案
10. 使用 NUnit 進行單元測試
11. 使用 NDoc 和 XML 進行代碼文檔
12. 微軟編碼規範
13. 使用 FxCop 強制執行編碼政策
14. 穩健的例外處理最佳實踐
**第二部分. 任意工具的技術**
15. 壓縮數據以減少記憶體佔用
16. 使用加密保護敏感數據
17. 通用批處理文件處理框架
18. 確保應用程式的單一實例
19. 實現檢查和保護數據完整性的校驗和
20. 使用屬性網格控制與延遲綁定
21. 為任意數據添加列印支持
22. 靈活的命令行標記解析器
23. 在控制台應用程式上分層 WinForms
24. 使用 ADO.NET 的數據庫訪問概述
**第三部分. 圖形工具的技術**
25. 在 MDI 應用程式中使用 Direct3D 交換鏈
26. 構建美觀的紋理瀏覽器控制
27. 從螢幕空間轉換到世界空間
28. 非同步輸入設備輪詢
**第四部分. 網路工具的技術**
29. 使用 .NET 遠端技術的分散式計算
30. 非同步下載網路文件
**第五部分. 遺留互操作性的技術**
31. 應用程式之間的數據交換
32. 與剪貼簿互動
33. 將 .NET 程式庫用作 COM 物件
34. 使用 C++/CLI 構建管理包裝器
35. 管理最近文件列表中的項目
**第六部分. 提高性能的技術**
36. 與垃圾回收器友好相處
37. 使用不安全的代碼和指標
38. 調查管理代碼性能
39. 在密集處理期間保持響應的 UI
**第七部分. 增強可用性的技術**
40. 設計可擴展的插件架構
41. 將應用程式設置持久化到隔離存儲
42. 設計可重用和多功能的加載畫面
43. 編寫上下文菜單外殼擴展
**第八部分. 提高生產力的技術**
44. 使用作業排程自動化工作流程
45. 使用 CodeDom 進行 MVC 物件模型自動化
**第九部分. 部署和支持的技術**
46. 使用 ClickOnce 進行部署和版本控制
47. 測試 .NET 框架的可用性
48. 構建和自定義 MSI 安裝程式
49. 確定二進位文件差異
**特點**
- 適合任何具備 C# 和 .NET 框架工作知識的開發者。
- 提供一組核心技能和全面的見解,幫助開發遊戲引擎工具,顯著縮短項目建設階段的時間。
- 所有主題的質量適合生產代碼,使本書成為業界專業人士和愛好者的卓越參考工具和資產。
- 深入涵蓋所有概念,許多插圖伴隨複雜主題,並提供全面的範例以展示每個主題的實際應用。所有主題後面都有詳細且撰寫良好的範例,利用在工作應用程式中討論的技術。