- 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
推薦閱讀
- 游戲程序設(shè)計教程
- SQL Server 2016數(shù)據(jù)庫應用與開發(fā)
- 焊接機器人系統(tǒng)操作、編程與維護
- 運維前線:一線運維專家的運維方法、技巧與實踐
- 單片機原理及應用技術(shù)
- 零基礎(chǔ)學HTML+CSS
- Web開發(fā)的平民英雄:PHP+MySQL
- 零基礎(chǔ)學Java第2版
- 安卓工程師教你玩轉(zhuǎn)Android
- 大話代碼架構(gòu):項目實戰(zhàn)版
- C語言編程魔法書:基于C11標準
- Web程序設(shè)計與架構(gòu)
- Python網(wǎng)絡(luò)爬蟲從入門到實踐
- 軟件定義存儲:原理、實踐與生態(tài)
- Swift語言實戰(zhàn)晉級(第2版)