- OpenGL Game Development By Example
- Robert Madsen Stephen Madsen
- 167字
- 2021-07-16 12:44:22
Summary
We covered a lot of ground in this chapter. We learned how to set up your development environment by downloading and installing Visual Studio. Next, we created a C++ Windows Desktop application.
We discussed the structure of most games and the importance of the game loop. Recall that an average game should run at 30 fps, while top-end games shoot for 60 fps to provide smooth animations.
Finally, we learned about OpenGL and how to initialize OpenGL in your project. Remember, OpenGL is the graphics engine that will be responsible for drawing every image and piece of text to your screen using the power of your GPU.
After all this work, there still isn't a lot to see. In the next chapter, we will go into all of the details of how to render your first image to the screen. Believe it or not, getting your development environment properly set up means you have already accomplished a great deal toward creating your first game using OpenGL.
- 24小時學(xué)會電腦組裝與維護
- Learning SQL Server Reporting Services 2012
- Istio入門與實戰(zhàn)
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- FPGA從入門到精通(實戰(zhàn)篇)
- 硬件產(chǎn)品經(jīng)理手冊:手把手構(gòu)建智能硬件產(chǎn)品
- 數(shù)字邏輯(第3版)
- AMD FPGA設(shè)計優(yōu)化寶典:面向Vivado/SystemVerilog
- 電腦高級維修及故障排除實戰(zhàn)
- 筆記本電腦維修實踐教程
- LPC1100系列處理器原理及應(yīng)用
- Java Deep Learning Cookbook
- FPGA實驗實訓(xùn)教程
- Angular 6 by Example
- 微控制器的應(yīng)用