- SFML Game Development
- Artur Moreira Henrik Vogelius Hansson Jan Haller
- 254字
- 2021-08-13 17:11:09
Chapter 1. Making a Game Tick
Through the words in this book, we will attempt to convey the best knowledge we possibly can. We aim to teach techniques that we learned along the years, techniques that we would like to have been told about in our early days of game development. We now write this book to save your time, by showing you directly the solution to common problems, and why things work the way they do.
Alongside our attempt to teach the basics and a little beyond game development, we will especially focus on the Simple and Fast Multimedia Library (SFML). Every part of this book will be about developing a game and leveraging the advantages that SFML is able to provide us. To spice things up a little, and since we use the C++ programming language, we will try our best to use the language in a modern way, applying more recent language features, techniques, and programming styles, in a fully object-oriented approach. C++ is a great tool and it always has been, however, it is a good thing if we grow with it and adapt to the possibilities it has to offer in the present day.
This chapter introduces the SFML library and shows you its capabilities by creating a small application. We are going to address the basic concepts relevant to game development, namely; rendering, game loops, and code organization. Furthermore, the first part of our game code developed, will serve as a basis for the coming chapters.
- Mastering Visual Studio 2017
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Reactive Programming with Swift
- 零基礎(chǔ)學(xué)Java(第4版)
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- JavaScript 程序設(shè)計(jì)案例教程
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Mastering Android Game Development
- Procedural Content Generation for C++ Game Development
- Julia 1.0 Programming Complete Reference Guide
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- Advanced UFT 12 for Test Engineers Cookbook
- Arduino Wearable Projects
- Java Web開發(fā)實(shí)例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Python一行流:像專家一樣寫代碼