- Game Development Patterns and Best Practices
- John P. Doran Matt Casanova
- 82字
- 2021-07-02 23:43:43
Tools and utilities
Besides the core engines and systems for a game, every engine should provide some basics tools and support code. The Mach5 engine includes a few categories for tools:
- Debug Tools: This includes debug asserts, message windows, and creating a debug console
- Random: Helper functions to create random int or float from min/max values
- Math: This includes 2D vectors and 4 x 4 matrices, as well some more general math helper functions
- FileIO: Support for reading and writing .ini files
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- PyTorch自動駕駛視覺感知算法實戰
- Docker進階與實戰
- PaaS程序設計
- Learning Informatica PowerCenter 10.x(Second Edition)
- 精通網絡視頻核心開發技術
- MySQL從入門到精通(軟件開發視頻大講堂)
- 奔跑吧 Linux內核
- Python機器學習與量化投資
- Android高級開發實戰:UI、NDK與安全
- Python數據可視化之matplotlib實踐
- Zend Framework 2 Cookbook
- SQL Server 2014數據庫設計與開發教程(微課版)
- 深度學習的數學:使用Python語言