- Game Programming Using Qt Beginner's Guide
- Witold Wysota Lorenz Haas
- 107字
- 2021-08-20 10:45:15
Summary
By now, you should be able to install Qt on your development machine. You can now use Qt Creator to browse the existing examples and learn from them or to read the Qt reference manual to gain additional knowledge. You can also just start a new C++ project and start writing code for it, build, and execute it. Once you become an experienced Qt developer, you will also be able to make your own custom build of Qt. In the next chapter, we will finally start using the framework and you will learn how to create graphical user interfaces by implementing our very first simple game.
推薦閱讀
- JavaScript 從入門到項目實踐(超值版)
- Linux核心技術從小白到大牛
- Visual Basic編程:從基礎到實踐(第2版)
- Java加密與解密的藝術(第2版)
- 機器人Python青少年編程開發實例
- Internet of Things with Intel Galileo
- Data Analysis with Stata
- Mastering Predictive Analytics with Python
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- UI設計全書(全彩)
- Mastering jQuery Mobile
- 邊玩邊學Scratch3.0少兒趣味編程
- Python全棧開發:基礎入門
- React.js實戰
- Laravel 5.x Cookbook