- 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.
- FuelPHP Application Development Blueprints
- Angular UI Development with PrimeNG
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- C語言程序設計立體化案例教程
- UML+OOPC嵌入式C語言開發精講
- Mastering Julia
- R的極客理想:工具篇
- 小程序開發原理與實戰
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Learning Probabilistic Graphical Models in R
- Learning R for Geospatial Analysis
- Scala編程(第5版)
- SFML Game Development
- C語言程序設計
- Instant OpenCV for iOS