- 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.
- Vue.js 3.x快速入門
- DevOps with Kubernetes
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Android Application Development Cookbook(Second Edition)
- x86匯編語言:從實模式到保護模式(第2版)
- NativeScript for Angular Mobile Development
- Python進階編程:編寫更高效、優雅的Python代碼
- Python 3網絡爬蟲實戰
- C語言從入門到精通(第4版)
- JavaScript從入門到精通(第3版)
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- C語言程序設計學習指導與習題解答
- HTML5從入門到精通(第4版)
- Java程序設計案例教程