- 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.
- DevOps for Networking
- 從0到1:HTML+CSS快速上手
- Flash CS6中文版應用教程(第三版)
- Java程序設計與實踐教程(第2版)
- JavaScript:Moving to ES2015
- Learning FuelPHP for Effective PHP Development
- Multithreading in C# 5.0 Cookbook
- JavaScript+jQuery網頁特效設計任務驅動教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 零基礎學HTML+CSS
- Python商務數據分析(微課版)
- Web前端開發技術:HTML、CSS、JavaScript
- Mastering Apache Camel
- Python物理建模初學者指南(第2版)
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)