G
G
GlowMan2018-08-14 12:07:19
Mobile development
GlowMan, 2018-08-14 12:07:19

How to create an android game using C++ and OpenGl ES?

I have experience in creating games on various engines. Now I want to delve into the knowledge of game development without engines. But drowned in various statements and development methods. You need C++ and OpenGl ES (well, for Android), because I want to gain experience in these areas. Which ide to use, how to connect, etc. , can book articles.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RabraBabr, 2018-08-15
@DoYouGot

Download Qt Creator, Android NDK. We install. Create a project from a template.
We connect in headers and pro file opengl. And go ahead. I use QOpenGLFramebufferObject for games. Well, of course, you need a little in shaders, a little in vertices and normals. A little in matrix transformations, a little in lighting and textures. What else is there? In general, nothing complicated. If there is experience, a project blank is created literally on the knee in a couple of hours. In a few evenings, you can create a simple demo or toy.

P
PkXwmpgN, 2018-08-19
@PkXwmpgN

You can see my articles on using C++ and OpenGL ES on Android. All code is open. There are not really games, just examples, but the essence is the same as in games. Most companies developing games for mobile platforms use either Unity3D or Cocos2D or develop their own cross-platform engines in C ++ (possibly based on existing ones, plus native layers, in the case of Andoid it is NDK), such companies, for example: Game Insight, Social Quantum, Playrix. Or Qt, but for games in production it is most likely not applicable, too heavy. But, for example, the 2GIS company uses it for their mobile application

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question