- SFML Game Development
- Artur Moreira Henrik Vogelius Hansson Jan Haller
- 122字
- 2021-08-13 17:11:11
Chapter 2. Keeping Track of Your Textures – Resource Management
In the previous chapter, you have learned how to load a texture, and display a sprite that uses the texture. During the process of game development, you encounter such situations again and again: you need to load data from the hard disk, be it images, fonts, or sounds. This chapter intends to give you a broader understanding of the following points:
- What is the motivation behind external resources
- Which classes for resource handling and manipulation does Simple and Fast Multimedia Library (SFML) provide
- What might a typical use case in a game look like
- How do we cope with the constantly recurring need to manage resources in a simple way
推薦閱讀
- Blockly創(chuàng)意趣味編程
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Learning Vaadin 7(Second Edition)
- Getting Started with Laravel 4
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- Cybersecurity Attacks:Red Team Strategies
- 圖數(shù)據(jù)庫實(shí)戰(zhàn)
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Scala編程(第5版)
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- Java程序設(shè)計(jì)與項(xiàng)目案例教程
- Unity 5.X從入門到精通
- PhoneGap 4 Mobile Application Development Cookbook
- Python Projects for Kids