- SFML Game Development
- Artur Moreira Henrik Vogelius Hansson Jan Haller
- 276字
- 2021-08-13 17:11:12
Chapter 3. Forge of the Gods – Shaping Our World
In the previous chapter, we have covered loading, managing, and releasing of external resources. To sum up, we have investigated mechanisms to ensure that textures, fonts, or sounds are ready to be used as soon as we need them. This chapter attempts to bring knowledge around a few key topics:
- Entity systems in concept and practice
- The viewable area of our world and scrolling
- Tree-based scene graphs, rendering and updating of many entities
- Composition of all elements to shape the world
When writing a game, we invariably find the need to conceptualize our vision of the game into actual data structures. In other words, it is extremely important to have a clear idea of the scope of our vision. The world in our mind doesn't even have to scale remotely to what we consider our real world; it is a product of our own creation. It is well within our power, as game developers, to forge the whole world as a simple board game table, or an ant farm, or even scale up to a whole universe along with all the stars and planets.
The point is, it does not matter how our vision of the world looks, how small or big it is, or how realistic or abstract the concepts in it are, we will always want to represent that world in one or more data structures. For the reach of this book, we will apply these concepts directly to our own sample vision of a game, while leaving a solid background on the topic, for later implementation of new ideas and concepts.
- ServiceNow Application Development
- Facebook Application Development with Graph API Cookbook
- Java程序設計(慕課版)
- 一步一步學Spring Boot 2:微服務項目實戰
- 區塊鏈架構與實現:Cosmos詳解
- Mastering Ubuntu Server
- Visual Basic程序設計與應用實踐教程
- Ext JS 4 Web Application Development Cookbook
- ArcGIS By Example
- Visual Basic程序設計實驗指導(第二版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Modular Programming with JavaScript
- Spring Boot從入門到實戰
- C語言編程魔法書:基于C11標準