Qt + OpenGL game development materials
Beginning in December 29, 2012, I finally ushered in the last winter vacation of the University. This winter vacation is really long. There are nearly four months in total. During this period, the school asked us to create a graduation project and write a preliminary paper. Graduation Design is still good, because I have done a good job in the preliminary research. The rest of the time can be used to learn how to create a game.
It took a day to collect information about QT and OpenGL. Most of them are collected from csdn. Here I will give the address to the students who need it.
Nehe OpenGL tutorial QT source code
Nehe OpenGL tutorial qt pdf File
Qt OpenGL tutorial
Qt implements 3D tetris games (no source code)
Add 3DS in QT Environment
Qt implementation tank (non-OpenGL)
Use QT to implement a connected video game (non-OpenGL)
At the same time, I also paid attention to bloggers active on the Internet. Here I will list their blog addresses. In the future, I can also check their progress.
Tornadomeet in the blog
L0000383670 on the csdn blog
Cowboy hut on Netease blog
Gongzhq on iteye
About OpenGL:
Swiftless OpenGL tutorial (foreign)
OpenGL in QT loads the OBJ Model
With these materials and a little OpenGL knowledge, I began to learn qtopengl. Of course, it is not easy to reach a very high level. At present, qtopengl has a lot of beginner tutorials, but it is not much to contribute high-quality source code. I will not duplicate the wheel. The starting point should be higher. When there are some breakthroughs, the relevant demo programs and source code will be released.