- Procedural Content Generation for C++ Game Development
- Dale Green
- 214字
- 2021-07-16 09:37:47
Summary
In this chapter, we learned that procedural generation is the creation of content by using algorithms. This concept can be applied to all digital media and is used in games to create dynamic systems and environments. Procedural generation brings larger games, variety, and dynamism; all at the cost of lesser control, and potentially lesser performance as it is taxing on hardware. Some examples of the most popular uses of procedural generation in modern gaming include terrain generation, texture creation, and procedural animation.
In the next chapter, we will take a look at the project that has been supplied with the book. As we learn to create procedural systems, we will be implementing them in a real game project, with the ultimate goal of creating a roguelike game, a genre that heavily utilizes procedural generation. We will review the game template, the SFML modules that we will be using, and get the project setup. Then, we will compile it on your system.
If you are familiar with C++ game development and have used SFML before, you may already be familiar with the concepts presented in the next chapter. If that's the case, feel free to skim through the chapter to get right into the programming in Chapter 3, Using RNG with C++ Data Types.
- jQuery Mobile Web Development Essentials(Third Edition)
- Flutter開發實戰詳解
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- JavaScript:Functional Programming for JavaScript Developers
- WSO2 Developer’s Guide
- 用Flutter極速構建原生應用
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Teaching with Google Classroom
- Asynchronous Android Programming(Second Edition)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Spring+Spring MVC+MyBatis從零開始學
- C語言程序設計教程
- 微服務設計
- PHP程序設計高級教程
- 谷歌JAX深度學習從零開始學