- Procedural Content Generation for C++ Game Development
- Dale Green
- 69字
- 2021-07-16 09:37:47
Component-based design
Procedural generation is all about creating dynamic systems, objects, and data. Therefore, it makes sense that we want the most flexible game framework that we can have so that it incorporates this well. One of the ways to achieve this is through component-based design. Therefore, to end our work, we're going to take a quick look at it, breaking our project down into a more component-based approach.
推薦閱讀
- Spring Boot開發與測試實戰
- PWA入門與實踐
- C/C++算法從菜鳥到達人
- 看透JavaScript:原理、方法與實踐
- OpenNI Cookbook
- 零基礎學Java(第4版)
- Practical Game Design
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- QGIS:Becoming a GIS Power User
- 組態軟件技術與應用
- Clojure Reactive Programming
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Selenium Testing Tools Cookbook(Second Edition)
- “笨辦法”學C語言
- Java Web應用開發給力起飛