D
D
Denis2022-01-21 16:13:43
Android
Denis, 2022-01-21 16:13:43

How to develop a game in c++ for android?

How to develop a game in c++ for android?
Are there any libraries for this or something?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Shatunov, 2022-01-21
@NeYmen

The simplest solution for game development is Cocos2d-x , Defold or Godot .
These are ready-made solutions for developing games for various platforms, including Android.
All engines provide tools specifically for C++, unlike SDL.
SDL is written in C and is not appropriate in the context of C++ development.
If you want to do the development of the engine, and not the game, then instead of SDL you should take SFML , which is already made in C ++ and is a pretty good framework. Based on SFML, you can quickly make a small engine for a small game.

G
GavriKos, 2022-01-21
@GavriKos

SDL+Android NDK.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question