- Procedural Content Generation for C++ Game Development
- Dale Green
- 123字
- 2021-07-16 09:37:47
Chapter 2. Project Setup and Breakdown
Before we get into the implementation of procedural generation for ourselves, we're going to take a quick tour through the game template that has been provided with the book. Moving forward, the focus will be on the procedural systems that we create, not the underlying template and engine. Given that, it will be beneficial to familiarize ourselves with the templates and engine before we start.
We'll also take a look at Simple Fast Multimedia Library (SFML), the framework that we'll work with.
In this chapter, we'll cover the following topics:
- Choosing an Integrated Development Environment (IDE)
- A breakdown of the provided game template
- An overview of SFML
- Polymorphism
- Project setup and first compile
- Object pipeline
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- The Android Game Developer's Handbook
- C++ Builder 6.0下OpenGL編程技術
- Android 7編程入門經典:使用Android Studio 2(第4版)
- The Data Visualization Workshop
- Python機器學習經典實例
- Hands-On Functional Programming with TypeScript
- C語言程序設計教程
- Python圖形化編程(微課版)
- C# and .NET Core Test Driven Development
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Python計算機視覺和自然語言處理
- 工業機器人離線編程
- SQL Server on Linux
- 游戲設計的底層邏輯