There is not much experience with OpenGL to create two-dimensional scenes. Now I decided to work with 3D and the question was: what is the best?
1) Use pure opengl?
2) Work with OpenGL via Qt? Logic dictates that this option should be more preferable and simpler, but the fact is that there is a bunch of tutorials on pure OpenGL, but on OpenGL ES in Qt there are none, at least in Russian.
The main goal - to get real experience with graphics. And in fact such questions have been formed:
1) Which option is used in real game development (when the company initially writes its engine, for example)?
2) Which option would be preferable for the employer? If I have experience with pure OpenGL or via Qt wrappers?