+ 2
App developer
I want to make a app related to game but i am confused from where to start and what language to use. Can anyone help me out ?
4 Antworten
+ 7
Here are some threads and info which might help you. A little searching really goes a long way.
https://www.sololearn.com/discuss/511925/?ref=app
https://www.sololearn.com/discuss/997083/?ref=app
https://www.sololearn.com/discuss/413198/?ref=app
https://www.sololearn.com/discuss/1134971/?ref=app
https://www.sololearn.com/discuss/1184606/?ref=app
https://www.sololearn.com/discuss/444042/?ref=app
https://www.sololearn.com/discuss/2612248/?ref=app
https://sololearn.com/compiler-playground/W3uiji9X28C1/?ref=app
+ 3
It depends on the operating system which you want your app to run on. For instance:
Android -> Kotlin/Java, XML, C++
Microsoft Windows -> C++, C#
KaiOS -> HTML/CSS/Javascript (Web apps)
Generally, C++ is the way to go since it is can act both as a high level and low level language, giving it better access for computer hardware access hence faster than most high level languages
0
You can use Unity and unreal engine for 2d and 3d game developement.
0
I recommend C++ for you if you want to develop an app related to game because it gives a high performance and it have the ability to handle complex graphics...