- 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.
- iOS Game Programming Cookbook
- 程序員面試筆試寶典(第3版)
- Beginning C++ Game Programming
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰(zhàn)
- Mastering Python Scripting for System Administrators
- Java性能權(quán)威指南(第2版)
- 軟件工程
- Mastering Ext JS
- JavaScript:Moving to ES2015
- ArcGIS By Example
- R Deep Learning Cookbook
- Visual Studio Code 權(quán)威指南
- Mastering PowerCLI
- 鋁合金陽極氧化與表面處理技術(第三版)
- Analytics for the Internet of Things(IoT)