- Beginning C++ Game Programming
- John Horton
- 157字
- 2021-07-08 11:13:20
Chapter 1. C++, SFML, Visual Studio, and Starting the First Game
Welcome to Beginning C++ Game Programming. I will waste no time in getting you started on your journey to writing great games for the PC, using C++ and OpenGL-powered SFML.
This is quite a hefty first chapter, but we will learn absolutely everything we need to, in order to have the first part of our first game up-and-running. Here is what we will cover in this chapter:
- Find out about the games we will build
- Learn a bit about C++
- Explore SFML and its relationship with C++
- Look at the Visual Studio software, which we will use throughout the book
- Set up a game development environment
- Create a reusable project template, which will save a lot of time
- Plan and prepare for the first game project, Timber!!!
- Write the first C++ code of the book and make a runnable game that draws a background
推薦閱讀
- Android Wearable Programming
- 編程的修煉
- Reactive Programming with Swift
- 青少年軟件編程基礎(chǔ)與實戰(zhàn)(圖形化編程三級)
- Python神經(jīng)網(wǎng)絡(luò)項目實戰(zhàn)
- 單片機(jī)應(yīng)用技術(shù)
- Lua程序設(shè)計(第4版)
- QGIS:Becoming a GIS Power User
- 單片機(jī)應(yīng)用與調(diào)試項目教程(C語言版)
- SQL經(jīng)典實例(第2版)
- Swift 4從零到精通iOS開發(fā)
- Java EE企業(yè)級應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- Arduino計算機(jī)視覺編程
- 計算機(jī)應(yīng)用基礎(chǔ)項目化教程
- Apache Solr PHP Integration